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
Renée Kooi
c7e0ff5447
thumbnail-generator: upgrade exifr
2020-06-15 13:08:33 +02:00
Artur Paikin
b00ba13912
Release
2020-06-13 03:12:22 +01:00
Artur Paikin
948a17d86f
add catch and error logging
2020-06-13 02:29:19 +01:00
Artur Paikin
7de154e06e
Merge branch 'master' into more-network-errors
2020-06-13 01:26:08 +01:00
Artur Paikin
ef5977643a
Refactor to use fetchWithNetworkError
2020-06-12 15:27:00 +01:00
Ifedapo .A. Olarewaju
6f41aa161e
Companion 2.0 ( #2273 )
...
* companion: check if body is present in error response
fixes #2254
* companion: deprecate (and remove) req.uppy
* companion: remove duplex stream code
* companion: drop node 6 url parser
* companion: send back a consistent error response with the URL controller
* companion: allow videos from instagram graph API (the bug has been fixed)
* build: drop node 6 tests from travis
* build: run companion test for node.js 10
2020-06-10 20:05:11 +01:00
Artur Paikin
ae3396321c
Fix the issue with click even occuring twice, try hiding the input altogether ( #2307 )
2020-06-09 00:50:48 +02:00
Artur Paikin
9d9269d2a0
cleanup
2020-06-08 23:46:53 +01:00
Renée Kooi
fd3cd06477
locales: fix newline
2020-06-08 14:28:18 +02:00