Commit graph

7833 commits

Author SHA1 Message Date
Renée Kooi
ef5ba9c8fc
webcam: add video source selector (#2492)
* webcam: add showVideoSourceDropdown

* webcam: update video device list when adding/removing a video device

* webcam: cleaner changes

* delete extraneous file

* webcam: store sources data in state

* webcam: regather sources after getting access

* webcam: put the source selector next to the buttons

* webcam: put the video source selection on its own row in mobile view

* website: show webcam video source dropdown

* enable webcam features in dev example

* facingMode takes precedence over deviceId, and not needed when specific device is selected

fixes issue where on mobile (iOS) the device selection was ignored due to facingMode being set to 'user'

* Remove “video source” copy, style select, deal with iOS zoom-in issue

Co-authored-by: Tsy-Jon Lau <tlau@parsys.com>
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2020-10-18 12:21:59 +01:00
Enrique Mejia
ae4b9df31e
core: add postprocess progress when upload success (#2535)
* core: add postprocess progress when upload success

* Update packages/@uppy/core/src/index.js

Co-authored-by: Renée Kooi <renee@kooi.me>
2020-10-15 01:55:53 +01:00
Alexander Alepis
f71d1cad21
Update el_GR.js with more proper wording for Drag'n'Drop (#2578)
The existing word describing drag n drop, while technically correct, is a bit weird when seen on a website. 
This commit changes it into a more proper word.
2020-10-15 01:54:06 +01:00
Ferdinand
889cdb7959
Update de_DE.js (#2574)
Add missing camera texts
2020-10-15 01:53:36 +01:00
Artur Paikin
644031a34a 1.21.2 changelog 2020-10-12 13:43:08 +01:00
ifedapoolarewaju
ad708b7f45
docs: add commas to code snippet 2020-10-08 08:26:12 +01:00
Kanin Peanviriyakulkit
9cc38a962d
Update th_TH.js (#2571)
Update TH language same as master branch.
2020-10-06 12:50:42 +01:00
Shlomo Zalman Heigh
3856afa238
companion: add option to hide welcome page and metrics (#2521)
* companion: add option to hide welcome and metrics

* fix scoping error

* fix lint errors
2020-10-05 11:20:04 +01:00
Artur Paikin
d07d27422c Release 2020-10-02 05:41:02 +01:00
mokutsu-coursera
969815fa31
Include meeting name in file name, and include meeting data in response object so it is available in later uppy lifecycle methods when interacting with file object (#2547) 2020-10-02 04:51:23 +01:00
Artur Paikin
b1c7641542 changelog for 1.21.1 2020-09-28 12:54:30 +01:00
Shlomo Zalman Heigh
91c7ea03ae
Tus: add withCredentials, fix #2518 (#2544)
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-09-28 11:56:47 +02:00
Evan Kleiner
6ea7a1bfe8
Include required CSS import (#2548)
The editor is unusable if you're importing stylesheets individually and leave this one out.  In line with the documentation of other plugins, I added a note to import the relevant CSS file.
2020-09-26 13:38:03 +01:00
mokutsu-coursera
f3a4deb7f5
Add support for uploading nested folders (#2557) 2020-09-26 13:28:16 +01:00
Renée Kooi
6f6686177a
refresh package-lock.json 2020-09-21 13:02:17 +02:00
Renée Kooi
b13d91effb
locales: remove unused plural forms for zh_CN 2020-09-21 12:32:11 +02:00
Renée Kooi
25b232eccc
Fix missing preact.h import, enable lint for that
Fixes #2539
2020-09-21 11:41:06 +02:00
Shlomo Zalman Heigh
90589c3f1c
fix username not updating when switching OneDrive accounts (#2538) 2020-09-21 10:13:37 +02:00
Adrita Sharma
11f52e330b
Corrected localhost URL to actual URL (#2543) 2020-09-20 18:02:59 +02:00
Renée Kooi
06f561c691
Fix XHR upload demos, fixes #2517 (#2537) 2020-09-19 13:06:57 +03:00
Artur Paikin
986e3986fe Release 2020-09-17 00:11:50 +03:00
mokutsu-coursera
46aad2ab94
Zoom Plugin - Fix meeting timestamp for user timezones and explicitly include moment-timezone dependency (#2525)
* Explicitly add moment timezone as a dependency and fix timezones for queries and displaying data to be based on user zoom timezone setting

* wip

* Remove async/await to match other providers, add comment to explain to/from conversion from local time to UTC

* Update comment, rename meetingInfo to plural to indicate multiple are retrieved
2020-09-16 12:39:43 +03:00
Renée Kooi
e6b876c419
dashboard: remove preact-css-transition-group (#2444)
Unfortunately I can't figure out how to make the dependencies and
versions work out well here.

Instead, this uses a custom slide transition component. It is much more
simple than preact-css-transition-group, which supports animating groups
of components. The `<Slide />` component:

- can only support one element, that either exists or does not exist
- requires that the child element takes a `className` property, that it
  passes onto its root element
- only uses `setTimeout()` for when the transition finishes
  (in preact-css-transition-group, the `transitionend` event is used,
  which is more _accurate_ but less _reliable_)
- hardcodes the transition duration
- hardcodes the transition name

This makes it much more limited. Hopefully the reduced complexity is
worth it.

If we have other transitions in the future, we can copy-paste this
component.
2020-09-15 14:59:45 +03:00
Johnny Perkins
32228fc0ef
provider-views: Fix mutating state where not intended (#2504)
* provider-views: fix mutating state where not intended

* provider-views: fix jsdoc mismatch
2020-09-15 14:41:34 +03:00
mokutsu-coursera
d85912f0e1
Fix truncation and ellipses for very long file names (#2533) 2020-09-15 14:05:32 +03:00
mokutsu-coursera
12f9f5f2f5
companion: Zoom Plugin - Fix cases where a meeting UUID has slashes (#2526)
* Add double encoding for uuids with slashes

* Add comment explaining uuid vs id and double encoding
2020-09-15 00:00:47 +01:00
N Robin
61277b336e
Added uppy-angular-library (#2315) 2020-09-14 16:22:42 +03:00
phil714
0245b12596
Fixed translation of uploadingX in french locale (#2523)
Co-authored-by: phil714 <philippedeschesnes@civalgo.com>
2020-09-14 13:42:42 +02:00
mokutsu-coursera
497605f1d4
Update readme pages for npm (#2527)
* Update zoom readme for npm page

* Update provider plugin readme files
2020-09-14 08:56:14 +03:00
Kevin van Zonneveld
e23106ebe4 Change status.transloadit.com to the more isolated transloaditstatus.com 2020-09-12 07:59:03 +02:00
mokutsu-coursera
7b9ec97070
companion: update the pagination limit / boundary on the zoom provider (#2511)
* Fix zoom provider date pagination so that it retrieves the correct start of the next month.

* Add comments to why we are checking dates and try to make initialization of date ranges more readable
2020-09-11 16:58:34 +01:00
ifedapoolarewaju
2c264c3021
website[blog]: allow preview for blog post 2020-09-09 14:54:12 +01:00
Ifedapo .A. Olarewaju
654a077f2c
website[blog]: companion 2.0 blog post (#2469)
* website[blog]: first iteration of companion 2.0 blog post

* website[blog]: fix typo

Co-authored-by: Renée Kooi <renee@kooi.me>

* website[blog]: reword EOL notice

Co-authored-by: Renée Kooi <renee@kooi.me>

* website[blog]: rephrase lengthy sentence

* website[blog]: add reason and focus for releaase

* website[blog]: another iteration of companion 2.0 blog

* website[blog]: add note about companion v1 support

* An iteration

* website[blog]: publish companion 2.0 blog post

Co-authored-by: Renée Kooi <renee@kooi.me>
Co-authored-by: AJvanLoon <ajvanloon@gmail.com>
2020-09-09 13:11:52 +01:00
mokutsu-coursera
276a7eb2d5
companion: fix cc type files for zoom provider and filter out timeline files (#2508) 2020-09-09 10:31:34 +01:00
ifedapoolarewaju
134387e7ca
add release changelog 2020-09-07 21:03:09 +01:00
Jmales
fc1967bd0a
Added pt_PT and fixed some typos in pt_BR. (#2510)
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-09-07 14:58:55 +02:00
Renée Kooi
ba71078913
build: fix overeager regex in website examples build 2020-09-07 14:13:15 +02:00
ifedapoolarewaju
7bf5ca55a7
Release 2020-09-07 12:40:44 +01:00
Ifedapo .A. Olarewaju
15d871d81e
docs: document Companion 2.0 related changes (#2363)
* docs: document Companion 2.0 related changes

* docs: migrating from companion v1 to v2

* docs: correct node version range for companion 2.0

* website[docs]: update minimum node.js requirement for companion
2020-09-07 12:07:31 +01:00
dependabot[bot]
0592d97768
build(deps-dev): bump http-proxy from 1.18.0 to 1.18.1 (#2512)
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-05 10:21:37 +02:00
Andrew
0533357d61
Remove the --save flag (#2503) 2020-09-04 14:32:21 +02:00
Ifedapo .A. Olarewaju
ae384e60ae
build: deploy companion to heroku (#2506) 2020-09-04 13:42:24 +02:00
dependabot[bot]
dea42eb240
build(deps): bump marked from 0.6.3 to 0.7.0 (#2505)
Bumps [marked](https://github.com/markedjs/marked) from 0.6.3 to 0.7.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](https://github.com/markedjs/marked/compare/v0.6.3...v0.7.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-04 09:11:06 +02:00
Andrew
d8a371cf57
Spelling fix (#2502) 2020-09-03 08:10:24 +02:00
Ifedapo .A. Olarewaju
d1d0dc930b
companion: remove support for legacy instagram API (#2499) 2020-09-02 22:45:49 +01:00
Renée Kooi
7e4a904684
npm audit fix 2020-09-02 16:55:52 +02:00
kode-ninja
c5383528fb
Improved validateParameters() error message (#2480)
Added the invalid "params" to the error message so it'll be easier to understand the problem and how to fix it
2020-09-02 16:47:25 +02:00
Iman Ghasrfakhri
53cf7b7fe6
Improve fa_IR Translations (#2494) 2020-09-02 16:46:15 +02:00
Tunghsiao Liu
609f38c8dd
locales: fix missleading strings for zh_CN (#2498) 2020-09-02 13:58:28 +02:00
Renée Kooi
46c366389f
react-native: fix lint 2020-09-02 13:22:08 +02:00