Renée Kooi
a169c2ed52
Add addResultData() instead of returning result data from upload hooks
2018-01-22 10:06:00 +01:00
Renée Kooi
8092230c6c
core: Add test for returning data from upload hooks
2018-01-22 09:46:44 +01:00
Renée Kooi
a298589631
transloadit: Also resolve with assembly statuses when waitForEncoding: false
2018-01-21 18:08:41 +01:00
Renée Kooi
3a5463cac9
core: Allow plugins to add data to result object
...
Plugins can resolve a Promise returned from an uploader hook with an
object, and it will be merged into the `{ successful, failed }` result.
This patch also updates the Transloadit plugin to add a `transloadit`
key to the result object, containing an array of completed assemblies.
2018-01-21 18:08:41 +01:00
Artur Paikin
a56f66f740
ThumbnailGenerator: default to 200 is ok, since Dashboard overrides that
2018-01-21 11:50:01 -05:00
Artur Paikin
f1d51299fb
ThumbnailGenerator: bind addToQueue
2018-01-21 11:37:51 -05:00
Artur Paikin
9ffeca44a3
Dashboard: add ThumbnailGenerator to Dashboard by default with options to disable
2018-01-21 11:37:23 -05:00
Artur Paikin
dc3f897eb0
Merge branch 'richardwillars-thumbnail-generator'
2018-01-21 11:23:41 -05:00
Artur Paikin
5a5aa3e2d2
Fix: click on folder checkbox should select folder
...
this keeps breaking 😱
2018-01-16 16:45:06 -05:00
Artur Paikin
a1536ca777
Merge pull request #526 from transloadit/fix/limited-progress
...
core: Initialise `progress.bytesTotal` as soon as upload starts
2018-01-15 12:59:45 -05:00
Artur Paikin
cd5c74b16e
Merge pull request #528 from transloadit/fix/aws-put-err
...
s3: More robust XML check, fixes #518
2018-01-15 12:57:58 -05:00
Artur Paikin
6f295da4b8
Fix: focusable elements in Dashboard
2018-01-15 12:37:43 -05:00
Artur Paikin
2a9dd92b9d
Merge pull request #524 from transloadit/fix/upload-button
...
statusbar: Account for processing in `newFiles` prop
2018-01-15 12:01:01 -05:00
Renée Kooi
4e70e13f6a
s3: More robust XML check, fixes #518
2018-01-15 14:19:28 +01:00
Renée Kooi
536bda7394
core: Initialise progress.bytesTotal as soon as upload starts
...
This way our ETA calculations etc. will be correct even if it takes a
very long time for the first progress event comes in. This helps
especially with XHRUpload's `limit` option, where queued uploads will
not be firing progress events at all until other uploads have finished.
2018-01-15 12:24:23 +01:00
Renée Kooi
e56da452fc
statusbar: Fix status text still showing when statusbar is hidden
...
(Maybe we can use `display: none;` here instead? I am not sure how that
would interact with the animation though.)
2018-01-15 12:17:20 +01:00
Renée Kooi
1768a82640
statusbar: Account for processing in newFiles prop
...
This will make sure the upload button is also hidden when files are
still processing, but not uploading any bytes.
2018-01-15 12:13:12 +01:00
Renée Kooi
be6fa4a105
Merge pull request #520 from bperel/master
...
Remove duplicated CSS properties
2018-01-15 09:18:36 +01:00
Artur Paikin
1f3bbb9551
Merge pull request #507 from transloadit/tus/resume-false-dont-store-url
...
Tus: `resume: false` — don’t store url
2018-01-12 18:06:27 -05:00
Bruno Perel
81ee1228cf
Remove duplicated CSS properties
2018-01-12 13:41:52 +01:00
Artur Paikin
a33187139e
try Informer without opacity
2018-01-10 02:36:24 -05:00
Artur Paikin
159cce3806
fix ReduxDevTools for DefaultStore
2018-01-09 14:14:01 -05:00
Artur Paikin
c2b1489569
Merge branch 'thumbnail-generator' of https://github.com/richardwillars/uppy into richardwillars-thumbnail-generator
2018-01-09 13:54:01 -05:00
muhammadInam
2a18782722
Font styling for Webcam option. Styling made similar to rest of dashboard options
2018-01-09 00:42:18 -08:00
Artur Paikin
80888aa562
remove old comments
2018-01-08 21:20:05 -05:00
Artur Paikin
25b0618c45
If resume: false in options, don’t store upload url
2018-01-08 12:51:58 -05:00
Renée Kooi
cdbb85400d
xhrupload: Emit upload-started for "limited" files, fixes #468
2018-01-08 10:10:00 +01:00
Artur Paikin
452f8c66c5
Merge pull request #474 from transloadit/fix/remote-uploads
...
Fix remote uploads
2018-01-06 11:58:09 -05:00
Artur Paikin
8494706490
Merge pull request #485 from wilkoklak/master
...
Add option to hide progress bar after upload finish #464
2018-01-05 17:29:02 -05:00
Artur Paikin
ee75db81b5
Merge pull request #491 from Martin005/patch-1
...
Added Czech localization
2018-01-05 17:04:59 -05:00
Artur Paikin
f7107a8c85
Merge pull request #479 from raineluntta/master
...
Add locale for Finnish language
2018-01-05 17:04:21 -05:00
Artur Paikin
4ec8c581df
Merge pull request #480 from lowsprofile/lowsprofile-locale-id
...
add locale Bahasa Indonesia
2018-01-05 17:03:44 -05:00
Artur Paikin
e6da1ec66b
Merge branch 'master' into fix/remote-uploads
2018-01-05 16:56:10 -05:00
Artur Paikin
ba536fe229
Resolve/reject after this.connectToServerSocket(file), refactor excess if/else confitions
2018-01-05 16:47:58 -05:00
Artur Boryś
3d3fd13f16
Add option to hide ProgressBar after upload finish
2018-01-05 19:33:30 +01:00
Artur Boryś
2233deeeb8
Remove uppy--hidden class
...
This commit removes uppy--hidden and makes use of aria-hidden instead
2018-01-04 22:55:57 +01:00
Artur Paikin
3ee84cedc8
bind updateOnlineStatus
2018-01-04 16:26:41 -05:00
Richard Willars
9524f48fa0
Merge branch 'master' into thumbnail-generator
2018-01-04 10:14:01 +00:00
Artur Boryś
5a0ffc3d20
Change StatusBar class
...
This commit changes the class that hides StatusBar after upload finish
2018-01-04 10:25:43 +01:00
Artur Boryś
efda3ba96e
Add uppy--hidden class
...
This commit removes .uppy-StatusBar.is-hidden and adds a common class .uppy--hidden
2018-01-04 10:23:49 +01:00
Artur Boryś
d8958264a8
Set hideAfterFinish to true by default
2018-01-04 09:56:35 +01:00
Martin Chrástek
37c60259f7
Fixed trailing spaces on line 55
2018-01-03 08:03:47 +01:00
Martin Chrástek
310183ab94
Czech localization
2018-01-02 23:16:33 +01:00
Artur Boryś
41d1422025
Add option to hide progress after finish in Dashboard
2018-01-01 23:11:59 +01:00
Artur Boryś
817e594fee
Add option to hide progress bar after upload finish
2018-01-01 22:35:09 +01:00
Eries Trisnadi
0423852436
add locale Bahasa Indonesia
2017-12-29 18:20:54 +07:00
raineluntta
85543bb70e
Add locale for Finnish language
2017-12-29 12:52:45 +02:00
Artur Paikin
61c3fe3c9e
reject on error
2017-12-28 17:27:59 -05:00
Artur Paikin
0f20a4c44a
remote upload success/failure should reject/resolve promise too
2017-12-28 17:27:44 -05:00
Artur Paikin
205844638b
don’t re-upload remote files
...
I think there’s a reason why we had `file.isRemote` here, so not confident
2017-12-28 16:52:31 -05:00