Commit graph

7220 commits

Author SHA1 Message Date
ifedapoolarewaju
cace48ec72
companion: set required content type for oneDrive domain verification 2019-12-05 02:11:40 +01:00
Renée Kooi
17ea8e0e48
ci: node 13.3 is fixed 2019-12-04 15:40:44 +01:00
Artur Paikin
5cfd5495ff thumbnail-generator: Add webp to the list of supported types (#1961)
* Add webp to the list of supported types

* add webp to tests too
2019-12-04 11:07:47 +01:00
Renée Kooi
a6e44a9531
docs: add companionHeaders to s3-multipart docs 2019-12-04 11:02:50 +01:00
Renée Kooi
419a27ddcb
examples: add some knobs to the dev example
Because I keep typing the same thing over and over again to test S3 or
Transloadit uploads for example. Figure it will be easier just to toggle
some of these values instead :)
2019-12-02 15:50:03 +01:00
Renée Kooi
a4c4486789
dev: add some easier config to the dev example 2019-12-02 15:50:03 +01:00
Artur Paikin
356a79dc44 website: update Privacy Policy to reflect that tus and uppy demo uploads are deleted after 72h, not 24h (#1963)
* Update Privacy Policy to reflect that tus and uppy demo uploads are deleted after 72h, not 24h

https://app.intercom.io/a/apps/qiqpfgjg/inbox/inbox/conversation/24554991679

* add “uppy.io”, since we now also upload to `upload-endpoint.uppy.io`
2019-12-02 14:49:22 +01:00
Ifedapo .A. Olarewaju
81e1996dfc
Merge pull request #1951 from transloadit/mask-ref
companion: mask token from logged referrer URLs
2019-12-02 14:22:39 +01:00
Renée Kooi
701551434a
aws-s3: support GCS responses, fixes #896 (#1956)
* aws-s3: support GCS responses, fixes #896

* also check text/xml
2019-12-02 13:18:34 +01:00
Renée Kooi
61b54b914d
docs: FB and OneDrive are not yet in the CDN bundle 2019-12-02 12:52:14 +01:00
Renée Kooi
fc283547b3
ci: allow failure for broken Jest/Node.js version combo 2019-12-02 12:12:39 +01:00
Ifedapo .A. Olarewaju
93fcf87903
Merge pull request #1959 from transloadit/validate-onedrive
companion: oneDrive domain validation
2019-11-29 22:27:22 +01:00
ifedapoolarewaju
9c3f3dff8a
companion: oneDrive domain validation 2019-11-27 22:22:00 +01:00
Dominic Eden
e7fbaa940d [feature] - Add new ‘showRecordingLength’ option for the Webcam plugin (#1947)
* [feature] - Add new ‘showRecordingLength’ prop for the Webcam plugin. When this is true, it counts the duration of a recording and displays it to the user. Add a test for generating the correct duration of the recording.

* Update packages/@uppy/webcam/src/style.scss

Co-Authored-By: Artur Paikin <artur@arturpaikin.com>

* Added i18n for the recording length counter and update Readme. Fix Webcam styles where some styles were not in alphabetical order.

* Update packages/@uppy/webcam/src/style.scss

Co-Authored-By: Artur Paikin <artur@arturpaikin.com>

Added i18n for the recording length counter and update Readme. Fix Webcam styles where some styles were not in alphabetical order.
2019-11-27 20:10:38 +03:00
Renée Kooi
f1c208777c
dashboard: hide top bar cancel button when `hideCancelButton: t… (#1955)
Previously, only the cancel button in the status bar was hidden.

fixes https://github.com/transloadit/uppy/issues/1950
2019-11-27 14:43:17 +01:00
Behnam Mohammadi
fd1d1a24b0 Updated sample code to real code (#1864) 2019-11-26 21:07:21 +03:00
Ifedapo .A. Olarewaju
8954988157
Merge pull request #1953 from transloadit/test-node-6
companion: test companion on node 6 + fix incompatible code
2019-11-25 21:19:15 +01:00
ifedapoolarewaju
ce5f858e5b
travis: fix broken installation in node 6 2019-11-25 16:18:41 +01:00
Renée Kooi
07f8a6a058
docs: mention in aws-s3 docs that it has an issue with many files 2019-11-25 15:49:11 +01:00
ifedapoolarewaju
cc01c08eae
companion: test companion on node 6 + fix incompatible code 2019-11-23 13:04:25 +01:00
ifedapoolarewaju
a3d6e760f1
companion: use old url.parse api 2019-11-23 12:01:41 +01:00
Artur Paikin
cdc7c7ce44
Dashboard: hide note/poweredBy on short screens, improve provider list behavior (#1943)
* add uppy-size--height-md, hide note/poweredBy on short screens, refactor uppy-DashboardTabs-list

* fix unnessesary scroll bars

* naming: onFileInputChange
2019-11-21 14:03:51 +03:00
ifedapoolarewaju
a5e043dbbe
companion: mask token from logged referrer URLs 2019-11-21 11:37:56 +01:00
Mark Skelton
0d2dbbbb46 Hard code exif-js source in Uppy (#1940)
* Add exif-js source to the repo

* Remove exif-js dependency

* Clean up exif-js code

* Remove code deleting the exif thumbnail

* Add exif-js copyright info
2019-11-20 17:18:32 +01:00
Renée Kooi
e74690e20c
examples: remove UPPYSERVER_ references 2019-11-20 16:55:30 +01:00
Alexis Hope
9abb4e2ba7 add event type (#1923)
* add event type

* event type literal union of string

* modify ts test for custom events and emit

* core: add comment about literalunion hack
2019-11-18 14:49:10 +01:00
Alexis Hope
ad74af8b96 Test aws s3 plugin (#1934)
* begin testing aws-s3 uploader

* test getUplaodParameters

* getUploadParameters configured campanionUrl

* warn user when configured without campanionUrl

* warn if missconfigured

Co-Authored-By: Renée Kooi <renee@kooi.me>

* remove warning in constructor
2019-11-18 14:45:17 +01:00
ifedapoolarewaju
57305741e8
debug: log oauth response when access token is absent 2019-11-16 10:18:28 +01:00
Ifedapo .A. Olarewaju
d487f6ddcb
Merge pull request #1946 from transloadit/check-access-token
companion: only generate uppyToken if access_token was received from provider
2019-11-16 09:34:17 +01:00
ifedapoolarewaju
fcee06be71
companion: only generate uppyToken if access_token was received from provider 2019-11-16 09:31:24 +01:00
Artur Paikin
99ffd84565 fix 1.6 post date 2019-11-13 21:07:34 +03:00
Artur Paikin
ca12128b92 publish 1.6 post 2019-11-13 19:01:25 +03:00
AJvanLoon
a5572cb77f
Some polish
Hau, hau, hau!
2019-11-13 15:49:33 +01:00
Artur Paikin
9cb87e6fed Use CDN bundle in CDN example, add comments about CDN bundle to Robodog Markdown Snippets
//cc @kvz
2019-11-12 20:30:30 +03:00
Yehuda Kremer
a61b2c1df1 Create he_IL.js (#1932)
Added hebrew translation.
2019-11-12 14:25:23 +03:00
Artur Paikin
6418d879e1 draft 1.6 post 2019-11-11 19:42:58 +03:00
Ifedapo .A. Olarewaju
f9a5aea571
Merge pull request #1938 from transloadit/deployment-fix
Change Deployment type to stable api
2019-11-11 15:31:20 +01:00
Abdelhadi Khiati
4594415353 Change deployment to stable api 2019-11-11 15:08:17 +01:00
Ifedapo .A. Olarewaju
60b20bcd77
Merge pull request #1937 from transloadit/log-token-error
companion: log error if exists during token verification
2019-11-11 11:01:46 +01:00
ifedapoolarewaju
353a3cc88e
companion: log error if exists during token verification 2019-11-11 10:42:51 +01:00
ifedapoolarewaju
8b6ff05c6f
chores: gitignore even more kubernetes deplpoyment file(s) 2019-11-11 09:11:46 +01:00
ifedapoolarewaju
82e9ebd3de
chores: gitignore kubernetes deployment file 2019-11-11 08:56:44 +01:00
Artur Paikin
ec41c5f81e website: fix restrictions checkbox with setOptions 2019-11-08 18:48:58 +03:00
Renée Kooi
5d906440c2 locales: Rename es_GL → gl_ES (#1929)
* locales: Rename es_GL → gl_ES

the `es-GL` locale means Spanish in Greenland.
`gl-ES` means Galician in Spain.

I just renamed the file here which is a breaking change. I think that's
acceptable for the locales package, as it isn't a dependency of anything
else. `@uppy/locales@2.0` doesn't affect anything. what do y'all think?

* locales: add backwords compat module for es_GL

* add comment with reasoning
2019-11-08 18:31:05 +03:00
Artur Paikin
e3cd6d27f5 thumbnail-generator: emitPreprocessCompleteForAll 2019-11-08 18:18:32 +03:00
Artur Paikin
f29a22c78c Merge branch 'master' of https://github.com/transloadit/uppy 2019-11-08 18:16:49 +03:00
Artur Paikin
6c051e69c9 Add addFile method docs to the Url plugin
https://github.com/transloadit/uppy/issues/658#issuecomment-549081193
2019-11-08 18:14:51 +03:00
Alexis Hope
23b8e820ea Add reset-progress event to docs (#1922)
* document reset-progress event

* reword progress reset behaviour

* remove totalProgress reference
2019-11-08 18:03:52 +03:00
Renée Kooi
8d41fcb2df docs: make Robodog naming more consistent (#1935)
* docs: use the same form ID in all robodog samples

So that copy-pasting parts from different samples together will work.

* docs: uppercase Robodog variable in samples

The CDN bundle exports an uppercase variable, but we used lowercase in
many samples for importing and using the npm module. This consistently
uppercases the R so you can copy-paste code from CJS examples into a
project that uses the CDN build.
2019-11-08 14:36:22 +01:00
Ifedapo .A. Olarewaju
e5509fcecd
Merge pull request #1930 from transloadit/website-facebook
website: add facebook to dashboard example
2019-11-07 11:16:39 +01:00