Commit graph

7648 commits

Author SHA1 Message Date
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
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
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
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
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
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
0f7adf5759 add small example 2020-06-17 15:34:38 +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
Artur Paikin
d46ba6f28e
Update CHANGELOG.md 2020-06-15 16:58:39 +02: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
a886de17d5
changelog: add the wakelock plugin idea to the backlog, ref https://github.com/transloadit/uppy/issues/1725 2020-06-15 15:19:02 +02:00
Renée Kooi
c7e0ff5447
thumbnail-generator: upgrade exifr 2020-06-15 13:08:33 +02:00
ifedapoolarewaju
391ee65210
docs: correct companion link 2020-06-15 11:40:39 +01:00
Artur Paikin
b00ba13912 Release 2020-06-13 03:12:22 +01:00
Artur Paikin
dddb2a1f43
Merge pull request #2291 from transloadit/more-network-errors
Transloadit: Add NetworkError handling
2020-06-13 03:34:21 +02:00
Artur Paikin
948a17d86f add catch and error logging 2020-06-13 02:29:19 +01:00
Artur Paikin
bb98e5cb1e update docs about error.isNetworkError 2020-06-13 01:36:54 +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
Ifedapo .A. Olarewaju
375b09fe2c
chores: catch custom version suffices (alpha, beta etc.) (#2311) 2020-06-08 15:11:32 +01:00
Ifedapo .A. Olarewaju
239a97b23f
changelog: correct companion released version
cc @goto-bus-stop
2020-06-08 14:00:22 +01:00
Renée Kooi
fd3cd06477
locales: fix newline 2020-06-08 14:28:18 +02:00
Artur Paikin
68f36b1ac2
Refactor FileProgress component (#2303)
* refactor FileProgress component; pass hideCancelButton, hidePauseResumeButton and hideRetryButton

* move icons to where they are rendered, rename UppyIcon to uppy-u-icon

* cleanup: rename DashboardItem, remove xmlns

* update docs to specify the option also hides action button on each individual file
2020-06-06 04:10:01 +02:00
jarey
57ad9d7fd9
Update of Galician i18n strings. (#2308)
* Included locale for Galician language (Spanish region).

* Updated Galician strings and fixed some minor bugs in translations for this language.

* Fixed incorrect merge of file.
2020-06-04 19:08:53 +02:00
Artur Paikin
b6f125d74e Update CHANGELOG.md 2020-06-03 20:08:36 +01:00