Commit graph

1409 commits

Author SHA1 Message Date
Renée Kooi
2dcd91eed9
locales: stub the new strings 2020-07-21 15:38:58 +02:00
bdirito
4ad07f5f1b
Adds the ability to upload whole folders to dashboard (#2334) 2020-07-21 14:19:00 +02:00
Renée Kooi
8d32b6f5a8
dashboard: preact version fun (#2379) 2020-07-20 20:24:38 +02:00
Renée Kooi
6839a4c0d7
tus: fix typo, fixes #2376 (#2378) 2020-07-20 11:28:43 +02:00
Artur Paikin
96715d3260 image-editor: fix crop/rotate/zoom buttons on mobile 2020-07-19 18:44:30 +01:00
Artur Paikin
1faeb43228 Release 2020-07-19 14:37:55 +01:00
Artur Paikin
5b89211e2c Image Editor can’t edit remote files 2020-07-18 10:38:27 +01:00
Artur Paikin
dc64885660 update package.json and package-lock.json 2020-07-18 10:37:50 +01:00
Ifedapo .A. Olarewaju
e4f8da4386
companion: override grant's default redirect_uri for consistent provider options (#2364)
* companion: override grant's default redirect_uri for consistent provider options

* companion[test]: passing tests
2020-07-17 17:24:54 +01:00
Artur Paikin
5c761b8f36 Merge branch 'master' into dashboard-image-cropping 2020-07-16 18:56:15 +01:00
Artur Paikin
bfa3fd729b Add “beta” 2020-07-16 18:36:09 +01:00
Artur Paikin
5cf40d0f00 pass options and i18n 2020-07-16 18:21:17 +01:00
Artur Paikin
735a2f3c21 Types, locales packages, readme 2020-07-16 17:59:04 +01:00
Artur Paikin
32e2e02102 refactor 2020-07-15 17:23:37 +01:00
Artur Paikin
4a2cff37a9 tweak styles and svg accessibility 2020-07-15 16:55:47 +01:00
Artur Paikin
373a2d0f32 move canEditFile to dashboard/index.js to pass down as a prop 2020-07-15 16:51:42 +01:00
Renée Kooi
16686fc0ca
Release 2020-07-15 13:59:56 +02:00
ifedapoolarewaju
04d5d34332
companion: avoid "undefined" TypeError 2020-07-15 01:00:21 +01:00
Renée Kooi
6b63325035
core: do not create an upload in retryAll() if there were no errors (#2361)
fixes #2298
2020-07-13 18:33:45 +02:00
Artur Paikin
2a8a0cde0d
Update packages/@uppy/dashboard/src/index.js
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-07-13 15:47:39 +01:00
Renée Kooi
5012eb4124
aws-s3-multipart: implement retries (#2312) 2020-07-13 15:10:23 +02:00
Artur Paikin
916d7cb320 Editor component, сanEditFile() and conditional “edit file” button, based on 2020-07-10 23:41:56 +01:00
Ifedapo .A. Olarewaju
772e54c6bf
companion: rename microsoft and google options to onedrive and drive respectively (#2346)
* companion: rename microsoft and google  provider options to onedrive and drive respectively

* companion: throw error when the deprecated option is set
2020-07-06 14:22:15 +01:00
Renée Kooi
921013de28
aws-s3-multipart: mention which method you need to implement in the error message, closes #2354 2020-07-06 13:45:00 +02:00
Ifedapo .A. Olarewaju
34d5d2c1b2
docs,website: tutorial on adding custom providers (#2310)
* docs,website: first draft of tutorial on adding custom providers

* docs: define "Provider Plugins"

* blog,docs: revise Provider summary

* docs: use consistent sample comments

* blog, examples: use svg code directly as custom provider icon
2020-07-03 17:22:00 +01:00
Artur Paikin
a831837773 Connect image-editor and Dashboard, try rotation 2020-06-30 17:24:59 +01:00
Matthew Hartstonge
0367074d92 companion: fixes docker version tagging. fixes #1579. 2020-06-30 14:44:52 +12:00
Ifedapo .A. Olarewaju
3af9d22e89
companion: send custom headers to tus uploads (#2338)
* companion: send custom headers to tus uploads

fixes #2337

* tus: send headers to companion
2020-06-29 21:25:24 +01:00
Artur Paikin
1423b4c839 Merge branch 'master' into dashboard-image-cropping 2020-06-29 14:56:57 +01:00
Renée Kooi
59bf530961
Fix end to end test failures on CI (#2341)
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2020-06-29 15:05:28 +02:00
Artur Paikin
ca9adf605d
Merge pull request #2323 from transloadit/dashboard-file-removed-ui
Add `reason` to `file-removed` event to distinguish when a file was manually removed by user
2020-06-29 14:00:43 +01:00
Artur Paikin
eab4ddd55c Add reason argument to removeFiles 2020-06-24 18:27:19 +01:00
Artur Paikin
945b7b92fb revert dashboard:file-removed-ui 2020-06-24 17:51:52 +01:00
Tunghsiao Liu
2cdc98b8d2
locales: add new strings for Chinese Simplified (#2335) 2020-06-24 13:20:38 +02:00
Artur Paikin
42552ba3a6 cleanup 2020-06-23 15:25:30 +01:00
Renée Kooi
054e40831a
companion: a few dependency updates (#2333) 2020-06-22 16:03:29 +02:00
Yegor Yarko
988a7ede30
S3 multipart: Do not store completed parts in state (#2326)
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-06-22 13:52:59 +02:00
Ifedapo .A. Olarewaju
2ab00ab05d
companion: enable protection when fetching file size + log info about blocked redirect (#2332)
* companion: enable protection when fetching file size

this has no critical implications, but it's better to have consistent behaviour

* companion: log message when redirect is blocked
2020-06-22 12:49:30 +01:00
Marius
541feef81e
Update tus-js-client dependency to v2 (#2239)
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-06-22 12:41:45 +02:00
Artur Paikin
7f33e7e507 add editor and EditorPanel support to the Dashboard 2020-06-20 16:10:48 +01:00
Artur Paikin
25f4f405fe Move cropping to a standalone image-editor plugin 2020-06-20 16:10:16 +01:00
Ifedapo .A. Olarewaju
5b20573909
build: upgrade node to v10 on companion.uppy.io (#2329) 2020-06-19 13:33:42 +01:00
ifedapoolarewaju
5effd4898d
Release 2020-06-19 12:20:06 +01:00
Ifedapo .A. Olarewaju
3d949ace84
companion: Import url (#2328)
* build: test companion on node 8

* companion: import URL via url module

* build: use higher node 8 version to avoid error mismatch
2020-06-19 10:55:22 +01:00
ifedapoolarewaju
aacaff256c
Release 2020-06-18 16:31:40 +01:00
Ifedapo .A. Olarewaju
740ba1d5b3
companion: block redirects to urls with different protocol (#2322) 2020-06-18 16:10:34 +01:00
Artur Paikin
9fb7b8b2da Add dashboard:file-removed-ui event 2020-06-17 15:28:30 +01:00
Artur Paikin
ab88612dff Add uppy-DragDrop-input class name back, to fix tests and potential backwards-compat customizations 2020-06-17 14:32:43 +01:00
Ifedapo .A. Olarewaju
69f653eb47
provider-views: handle all plugin state in provider-views (#2318)
other plugins concerned onedrive,dropbox,instagram,google-drive
2020-06-15 14:39:54 +01:00
Ifedapo .A. Olarewaju
21f4686f00
companion: set grant related options for custom providers (#2317) 2020-06-15 14:37:58 +01:00