Commit graph

1510 commits

Author SHA1 Message Date
Artur Paikin
f1ff7ef4eb prefix more private methods 2017-12-09 13:17:33 -05:00
Artur Paikin
ed9aa1a537 🚨this.core to this.uppy everywhere
danger again
2017-12-08 17:34:33 -05:00
Artur Paikin
59263c59a2 remove unused methods, use getState() 2017-12-08 00:47:08 -05:00
Artur Paikin
08df43b39a Revert (move Provider plugin again) "Revert "move generic-provider-views and Provider to /plugins/Provider""
This reverts commit 49b4480222.
2017-12-07 23:41:18 -05:00
Artur Paikin
e3495668c5 add _ to private methods in core, remove prefixes in core test names, remove update-meta event test 2017-12-07 17:42:35 -05:00
Artur Paikin
fe8e1cf34c remove one more core: 2017-12-07 17:29:42 -05:00
Artur Paikin
6f510f4679
Merge branch 'master' into chore/refactors 2017-12-07 17:03:55 -05:00
Artur Paikin
526b506e31 🚨🚨🚨 Remove core: prefix from all events 🚨🚨🚨
Danger! Danger!

`core:upload-progress` becomes `upload-progress` and so on.

Oh my, here goes.
2017-12-07 16:57:24 -05:00
Artur Paikin
49b4480222 Revert "move generic-provider-views and Provider to /plugins/Provider"
This reverts commit 66c8262ea2.
2017-12-07 16:19:52 -05:00
Artur Paikin
30aff539f2
Merge branch 'master' into improvements/ui 2017-12-05 14:54:38 -05:00
Artur Paikin
b132041229 use inline conditional attribute 2017-12-05 14:52:41 -05:00
Artur Paikin
a833784872 remove valuemin/valuemax from ProgressBarProcessing, keep it on the parent 2017-12-04 21:22:28 -05:00
Artur Paikin
72da793099 only add aria-valuenow if progressMode === 'determinate' 2017-12-04 21:04:04 -05:00
Artur Paikin
eb64d85ade add type="button" to button, important not to submit forms 2017-12-04 21:03:46 -05:00
Artur Paikin
932c3116f9
Merge pull request #443 from transloadit/fix/restore-paused
tus: Restore correctly from paused state
2017-12-04 15:33:21 -05:00
Artur Paikin
209e0e8f38 remove console.log 2017-12-04 10:46:36 -05:00
Artur Paikin
3abd0246d9 remove old Tus10 and RestoreFiles 2017-12-04 10:46:00 -05:00
Renée Kooi
822dcd0903
transloadit: Remove TODO comment 2017-12-04 12:36:26 +01:00
Renée Kooi
b9dfbdbf39
tus: Only emit upload-started if upload was not restored. 2017-12-04 11:51:14 +01:00
Renée Kooi
d21e5941fb
tus: Start paused when restoring a paused upload. 2017-12-04 11:47:35 +01:00
Artur Paikin
359218df71 tweak paddings and file name length 2017-12-03 15:56:04 -05:00
Artur Paikin
b34b735c8c tweak paddings 2017-12-03 15:38:21 -05:00
Artur Paikin
7961b0089e new text icon 2017-12-03 15:38:06 -05:00
Artur Paikin
0df5955ac9 new remove icon 2017-12-03 15:37:55 -05:00
Artur Paikin
105aa43699 remove the old cloud upload button 2017-12-03 13:04:19 -05:00
Artur Paikin
a26c2e4dd5 add hideUploadButton option to StatusBar, pass the option from Dashboard 2017-12-02 20:46:11 -05:00
Artur Paikin
6148fec6ed
Merge branch 'master' into feature/store 2017-12-02 16:55:00 -05:00
Artur Paikin
4e0285d1c4 fix Plugin path in index.js 2017-12-01 23:56:13 -05:00
Artur Paikin
d821a386b9 remove MetaData from index.js 2017-12-01 23:49:02 -05:00
Artur Paikin
856dde9234 Revert "remove MetaData from index.js"
This reverts commit 385fe04ce0.
2017-12-01 23:46:49 -05:00
Artur Paikin
385fe04ce0 remove MetaData from index.js 2017-12-01 23:26:57 -05:00
Artur Paikin
52bd9e08bd handle all types of keypresses to prevent submitting the outer form element 2017-12-01 23:09:11 -05:00
Artur Paikin
786cb291af merge MetaData plugin into Dashboard
since all that plugin was doing was adding UI fields to FileCard, it was de-facto part of the Dashboard already
2017-12-01 23:08:42 -05:00
Ifedapo Olarewaju
f567c6cf26 fix: folder deselection did not remove all files 2017-11-30 06:04:00 +01:00
Artur Paikin
ee5abb6946
Merge pull request #432 from richardwillars/thumbnailGeneration
Adds ability to disable thumbnail generation
2017-11-29 17:54:32 -05:00
Richard Willars
fc219598b5 Moves thumbnail disabling logic into core.js 2017-11-29 14:35:33 +00:00
Artur Paikin
92e1058a45 don’t mutate state in Tus.uploadRemote() 2017-11-28 21:27:26 -05:00
Artur Paikin
a2e7d9347d add setFileState and use it in some methods 2017-11-28 21:26:58 -05:00
Artur Paikin
f23b39060e updateMeta --> setFileMeta 2017-11-28 20:00:11 -05:00
Artur Paikin
d40db2874e fix Plugin path in tests 2017-11-28 19:11:15 -05:00
Artur Paikin
66c8262ea2 move generic-provider-views and Provider to /plugins/Provider 2017-11-28 18:58:08 -05:00
Artur Paikin
2d75843b10 fix Plugin path in index.js 2017-11-28 18:57:31 -05:00
Artur Paikin
1601bb9748 authenticate with --> connect
//cc @ifedapoolarewaju
2017-11-28 18:31:30 -05:00
Artur Paikin
fc64b44e51
Merge pull request #436 from transloadit/chore/provider-use-getPluginState
Use setPluginState and getPluginState in Providers
2017-11-27 22:03:58 -05:00
Artur Paikin
1bd1e410d9 move plugins/Plugin.js to core/Plugin.js
to better separate concerns and later split into packages
2017-11-27 22:03:38 -05:00
Artur Paikin
731a7d9e4d add temp timeout to setFocusToFirstNode and updateDashboardElWidth 2017-11-27 16:34:54 -05:00
Artur Paikin
6fcab8e9cb use setPluginState and getPluginState 2017-11-27 16:10:30 -05:00
Artur Paikin
663363b78f Merge branch 'master' of https://github.com/transloadit/uppy 2017-11-27 15:51:52 -05:00
Artur Paikin
a337a0e5d5
Merge pull request #427 from transloadit/feature/xhr-limit
Add XHRUpload option to limit simultaneous uploads
2017-11-27 15:20:09 -05:00
Artur Paikin
6777c816eb close dashboard tab after webcam capture 2017-11-27 15:14:29 -05:00