Commit graph

7675 commits

Author SHA1 Message Date
Artur Paikin
62d01a49fe Update inject.js 2020-07-16 19:06:23 +01:00
Artur Paikin
5c761b8f36 Merge branch 'master' into dashboard-image-cropping 2020-07-16 18:56:15 +01:00
Artur Paikin
7a3bc72a63 Add image-editor to Dashboard example 2020-07-16 18:55:34 +01:00
Artur Paikin
bfa3fd729b Add “beta” 2020-07-16 18:36:09 +01:00
Artur Paikin
9726f01f5e add docs 2020-07-16 18:21:25 +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
Pedro Fernandes Steimbruch
f54c6dad99
Improve react docs (#1936)
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-07-13 12:51:30 +02:00
ifedapoolarewaju
4f21f6b12b
docs: correct syntax typos 2020-07-11 18:00:40 +01:00
Artur Paikin
916d7cb320 Editor component, сanEditFile() and conditional “edit file” button, based on 2020-07-10 23:41:56 +01:00
dependabot[bot]
c61155a95b
build(deps): bump npm-registry-fetch from 4.0.3 to 4.0.5 (#2366)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-07-08 11:05:00 +02: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
Renée Kooi
f68c5b9273
docs: auth setup instructions for Dropbox and Google Drive (#2345)
Co-authored-by: Ifedapo .A. Olarewaju <ifedapoolarewaju@gmail.com>
2020-07-06 11:38:38 +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
Alexander Zaytsev
0211e06f19
Make sidebar work better w/ TransloaditBar (#2356)
* Fix header height; set z-index for TransloaditBar

* Sidebar positioning

* Make sidebar top position dependent on the header top position

* Correct sidebar top position + apply it on desktop only

* mobile support

* Cleanup

* Check if TransloaditBar exists
2020-07-03 14:27:24 +02:00
Elena Lape
fd5f092f5f
Make changes to Transloadit bar at the top on the site (#2349)
* add info to bar and change transloadit logo

* Update TL logo

* Set correct link

* Move the blocks + better mobile support

* Move TransloaditBar to common.scss

Since we're going to show it on other pages too

* Handling regular pages w/ transloaditbar

* Fix issues on mobile

* Update layout.ejs

Co-authored-by: Alexander Zaytsev <nqst@users.noreply.github.com>
Co-authored-by: Kevin van Zonneveld <kevin@vanzonneveld.net>
2020-07-02 14:59:22 +02:00
Artur Paikin
a831837773 Connect image-editor and Dashboard, try rotation 2020-06-30 17:24:59 +01:00
kiloreux
59eb9118a3
Merge pull request #2348 from matthewhartstonge/master
companion: fixes docker version tagging. fixes #1579.
2020-06-30 08:10:36 +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
Renée Kooi
fb162d8673
deps: add missing dependencies to root package.json 2020-06-29 14:01:19 +02:00
Renée Kooi
258c80d5e5
readme: add / expand some plugin descriptions 2020-06-29 12:24:54 +02:00
Artur Paikin
f9093c59d2 add reason to the docs 2020-06-29 04:35:19 +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
5f10af0c27
add release changelog 2020-06-19 12:36:08 +01:00
ifedapoolarewaju
5effd4898d
Release 2020-06-19 12:20:06 +01:00
ifedapoolarewaju
d430698c9d
add release to changelog 2020-06-19 12:07:17 +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