Commit graph

1313 commits

Author SHA1 Message Date
Renée Kooi
ce7d485251
transloadit: Disable fast remote retry optimisation. 2018-05-03 14:04:41 +02:00
Renée Kooi
d378266ef4
tus: Add useFastRemoteRetry option. 2018-05-03 14:04:34 +02:00
Renée Kooi
704657c383
transloadit: close socket connections on upload pipeline error. 2018-04-23 14:25:26 +02:00
Renée Kooi
9188e46ffa
transloadit: Wrap getAssemblyOptions() if a plain object is returned. 2018-04-23 13:28:41 +02:00
Renée Kooi
0bb449af66
transloadit: Include assembly ID in "created" log. 2018-04-23 12:46:21 +02:00
Renée Kooi
6102c8ec59
transloadit: Properly reset upload progress if assembly creation fails. 2018-04-23 12:46:20 +02:00
Renée Kooi
214ad704bf
dashboard: use unique-er IDs for embedded plugins, fixes #702 2018-04-23 11:45:38 +02:00
Renée Kooi
efaf3b744c
statusbar: add some spacing between text elements. 2018-04-23 11:26:16 +02:00
Artur Paikin
667beb3e20 consistent shape of the getResponseData: getResponseData (responseText, response)
//cc @ifedapoolarewaju @goto-bus-stop

hope this is ok, naming is tricky, but we were naming params differently accross docs, code and blog posts
2018-04-17 12:30:59 -04:00
Artur Paikin
a3648feff0 remove debug console.log 2018-04-17 12:01:01 -04:00
Artur Paikin
7211e98226 fix showLinkToFileUploadResult 2018-04-16 19:42:33 -04:00
Artur Paikin
a1ec755c9f
Merge pull request #759 from transloadit/fix/error-info
Retain uppy-server error messages, fixes #707
2018-04-16 12:27:34 -04:00
Artur Paikin
10b51eb5fd
Merge pull request #757 from transloadit/fix/dragdrop-label
dragdrop: Link <label> and <input>, fixes #749
2018-04-16 12:25:20 -04:00
Artur Paikin
9f987579d0 remove catch(), because addFile is sync now 2018-04-16 11:44:43 -04:00
Artur Paikin
7cbcdeb0b3 maxWidth, maxHeight --> width and height
regardless of what we call it inside this makes more sense, I think
2018-04-16 10:49:55 -04:00
Renée Kooi
8226859149
Retain uppy-server error messages, fixes #707
Move the error objects from Uppy Server to a `.cause` property on the
Error instances we emit in `upload-error`. The Error instances now
correctly use the message from the error object reported by Uppy Server.
2018-04-16 12:57:51 +02:00
Renée Kooi
12cb074191
dragdrop: Link <label> and <input>, fixes #749 2018-04-16 10:02:16 +02:00
Artur Paikin
0c0c93d183 log error from StatusBar and Form plugin 2018-04-12 10:50:59 -04:00
Renée Kooi
acc819c2ed
Make addFile() synchronous. 2018-04-09 09:36:20 +02:00
Artur Paikin
58fd15e437 Final doc and style tweaks 2018-04-05 15:15:20 -04:00
Artur Paikin
a44b318007 add StatusBar description 2018-04-05 12:20:15 -04:00
Artur Paikin
2c24040cfc Merge branch 'master' into improvements/ui-tweaks 2018-04-05 11:48:35 -04:00
Artur Paikin
d76b5f578a
Merge pull request #727 from transloadit/refactor-provider
refactor: decouple provider requests from views and expose the API
2018-04-05 11:15:50 -04:00
Ifedapo Olarewaju
031fa736e3 rename Request to RequestClient 2018-04-05 07:20:27 +01:00
Artur Paikin
82f0731f30
Merge branch 'master' into improvements/ui-tweaks 2018-04-04 19:25:08 -04:00
Artur Paikin
bd8022d5bf StatusBar, Webcam and FileItem translations
Closes #686
2018-04-04 19:20:01 -04:00
Artur Paikin
2728137026 Better camera icon, place icons at the bottom bar, simplify components 2018-04-04 18:49:31 -04:00
Artur Paikin
a35cbb2f2e Remove dashed file icon for now 2018-04-04 18:48:58 -04:00
Artur Paikin
896397a7a6 Add “powered by Uppy” 2018-04-04 18:48:16 -04:00
Artur Paikin
1ab2c88a54 Tweak Upload button 2018-04-03 10:38:14 -04:00
Artur Paikin
dce56ca221 Refactor provider views: inline filter, option to hide breadcrumbs, checkbox styling 2018-04-03 10:37:02 -04:00
Artur Paikin
dfb0762e98 remove extensions from FileItem for now
until we figure out if want to whitelist them
2018-04-03 10:29:56 -04:00
Artur Paikin
f453fb8ea0 pluginState.isTargetDOMEl --> this.isTargetDOMEl 2018-03-29 12:17:41 -04:00
Artur Paikin
f4e0e12328 Refactor Provider views: Filter, add showFilter and showBreadcrumbs options 2018-03-29 12:17:09 -04:00
Artur Paikin
19b58fce4d simplify props 2018-03-28 00:10:17 -04:00
Ifedapo Olarewaju
c3cebbf0bd refactor: decouple provider requests from views and expose the API 2018-03-26 09:36:20 +01:00
Renée Kooi
4d24611898
Add tests 2018-03-22 15:14:47 +01:00
Renée Kooi
76dc0dc3c8
Regenerate thumbnails after restore.
The `generatePreview()` method that GoldenRetriever used to create new
thumbnails after restoring files no longer exists. This patch makes the
ThumbnailGenerator go through all files after a restore, and tries to
generate a thumbnail for all blob URLs (http:// URLs from remote sources
don't need to be regenerated).
2018-03-22 15:09:08 +01:00
Renée Kooi
25e4bcfb34
Merge pull request #663 from transloadit/doc/do-example
Add example using AwsS3 with DigitalOcean Spaces
2018-03-22 14:21:10 +01:00
Artur Paikin
6e13d62095 minor FileItem refactor 2018-03-21 17:54:53 -04:00
Artur Paikin
31f21742cf Attempt to catch errors better
Server responds with error objects of various shapes
2018-03-21 17:54:32 -04:00
Artur Paikin
a08fff880a add checkIfCorrectURL and addProtocolToURL 2018-03-21 17:34:22 -04:00
Artur Paikin
6359c06fae prevent adding totaly crazy URLs 2018-03-20 19:21:25 -04:00
Artur Paikin
a693c44298 Add itemId and refactor 2018-03-20 19:12:24 -04:00
Artur Paikin
4808d7625b add date and carousel_id to Instagram file name 2018-03-20 19:11:56 -04:00
Artur Paikin
d58696eb48
Merge pull request #714 from transloadit/chore/require
Use CommonJS in test files and switch to babel-preset-env
2018-03-20 15:43:56 -04:00
Artur Paikin
1c30519883
Merge pull request #711 from transloadit/fix/s3-remote
s3: Support fake XHR from remote uploads
2018-03-20 15:42:41 -04:00
Renée Kooi
5884904fbc
Use CommonJS in test files 2018-03-19 10:48:36 +01:00
Renée Kooi
2e4d09e8c3
s3: Resolve non-absolute URLs in <Location> response 2018-03-19 10:08:13 +01:00
Artur Paikin
855c5e647e
Merge branch 'master' into docs/improvements 2018-03-15 23:49:58 -04:00