Harry Hedger
d8211ae111
Experimental refactor of Dashboard. Added classnames package for dynamic class string building.
2016-10-12 00:48:01 -04:00
Artur Paikin
f9fdec93b9
Merge pull request #125 from jagoPG/feature/multipart-xhr
...
After an upload failure return information from the backend for being…
2016-10-06 20:14:16 -04:00
Jagoba
8fec33de43
[update] XHR complete object passes as argument in order to have the payload of the request and the error code.
2016-10-07 00:10:07 +02:00
Harry Hedger
9055c11c87
Merge pull request #127 from Burkes/patch-1
...
Translated the most recent strings
2016-10-06 06:15:31 -04:00
Artur Paikin
8241359a78
avoid global body styles
2016-10-05 21:59:53 -04:00
Burkes
11e063eb24
Translated the most recent strings
...
You guys should set up something simple on Crowdin, they have an application for FOSS projects :)
Makes everyone's life easier as you can use variables, proper file encoding and such.
Keep up the good work on uppy!
2016-10-05 20:06:46 -03:00
Harry Hedger
ff8a6bb5d2
Experimental redux work and added new experimental folder
2016-09-29 02:24:45 -04:00
jagoba
0335d1bc4c
After an upload failure return information from the backend for being able
...
of managing the error.
2016-09-28 10:01:06 +02:00
Artur Paikin
46f4890f3d
move close button to the overlay
2016-09-28 00:10:52 -04:00
Artur Paikin
bdb0c767ac
add error handling here as well
2016-09-24 23:45:59 -04:00
Artur Paikin
9951f49a78
drag styles
2016-09-24 22:15:51 -04:00
Artur Paikin
117dc161df
fix importing from local disk
2016-09-24 22:15:51 -04:00
Artur Paikin
8ab4503c64
emit upload-error from Multipart and Tus
2016-09-24 22:15:51 -04:00
Artur Paikin
68f805380f
New “Drop files” icon and title
2016-09-24 22:15:51 -04:00
Artur Paikin
b6ae2543b0
add totalProgress: 0 to initial state
2016-09-24 22:15:51 -04:00
Harry Hedger
a5538c1f34
Remote upload success
2016-09-24 22:00:18 -04:00
Harry Hedger
9393c8b8fd
File uploading
2016-09-24 21:48:53 -04:00
Harry Hedger
d8b3a1a32e
Updated googledrive browser styling and functionality
2016-09-24 21:37:23 -04:00
Harry Hedger
7c4d941334
Google Drive browser and some redux plugin testing
2016-09-24 17:42:22 -04:00
Artur Paikin
e53d64049b
Another grand Dashboard refactor, componetizing, refreshed design, flexbox
2016-09-23 19:48:11 -04:00
Artur Paikin
dc2b405b65
en_US importFrom
2016-09-23 19:46:20 -04:00
Artur Paikin
21b8db3b4b
Don’t deepFreeze state, log adding file
2016-09-23 19:46:08 -04:00
Artur Paikin
2af5017758
Tried FileReaderSync in WebWorker
2016-09-23 19:45:07 -04:00
Harry Hedger
0142c77d39
Updated server endpoint for production. Fixed redux draft bugs.
2016-09-21 05:11:19 -04:00
Harry Hedger
1ef09677be
Testing out Redux rough draft
2016-09-20 20:45:04 -04:00
Harry Hedger
b71048e8af
Google Drive UI changes.
2016-09-20 18:55:05 -04:00
Artur Paikin
53601c5076
prevent 🔊
2016-09-20 02:27:06 -04:00
Artur Paikin
9404c58073
add core prefix everywhere
2016-09-20 02:27:06 -04:00
Artur Paikin
ac9e118b40
added white button and minor styles
2016-09-20 02:27:06 -04:00
Artur Paikin
bb27801826
ProgressBar should not be fixed by default
2016-09-20 02:27:06 -04:00
Artur Paikin
ac93027ad1
added totalSpeed and totalETA to Dashboard, refactored SVG in ProgressCircle and FileItemProgress, trying StatusBar
2016-09-20 02:27:06 -04:00
Artur Paikin
daba330da7
add core: prefix to events
2016-09-20 02:27:06 -04:00
Artur Paikin
63eeecfc60
refactor getSpeed, getETA, prettyETA, add width to createImageThumbnail
2016-09-20 02:27:06 -04:00
Artur Paikin
0d771455c7
No csjs for now :( 🐼
2016-09-20 02:27:06 -04:00
Harry Hedger
fdc98f62c7
Renamed uppy-base2 -> uppy-base
2016-09-15 06:37:38 -04:00
Harry Hedger
40de6aa7ab
Testing why uppy-base isnt a normal folder
2016-09-15 06:37:06 -04:00
Harry Hedger
eee436ebb2
ported uppy-base to uppy repo. fixed folder fetching in gdrive for use with uppy-base. fixed issues with webcam/gdrive input focusing.
2016-09-15 06:30:08 -04:00
Artur Paikin
265f5fb413
if uploadComplete, don’t resume
2016-09-13 11:40:43 -04:00
Artur Paikin
fb932b15d1
[repeat] add capabilities — tus adds resumable: true
2016-09-13 11:37:57 -04:00
Artur Paikin
09d9436439
Merge remote-tracking branch 'origin/master', overwriting Tus10
2016-09-13 11:27:20 -04:00
Artur Paikin
cae2fa8f57
i18n strings should extend default en_US dictionary
2016-09-13 09:45:04 -04:00
Artur Paikin
1856c25ba0
More Dashboard refactors, i18n strings, global progress indicator
2016-09-13 09:44:07 -04:00
Artur Paikin
f3f016f870
add capabilities — tus adds resumable: true
2016-09-12 22:26:04 -04:00
Artur Paikin
ca28fe0ad4
Add new en_US i18n strings
2016-09-12 22:25:27 -04:00
Harry Hedger
6eece93145
Pulled GDrive, Tus10, and Webcam functionality out to uppy-base
2016-09-12 15:52:55 -04:00
Harry Hedger
b4b66adf6c
Switched Webcam to uppy-thin usage
2016-09-12 15:52:55 -04:00
Harry Hedger
95bf6c092d
Switch to using uppy-thin module in Google Drive
2016-09-12 15:52:55 -04:00
Artur Paikin
8c0c8b8fdf
Dashboard refactor
2016-09-09 23:25:44 -04:00
Artur Paikin
6cc5469cd2
refactor test csjs styles
2016-09-08 21:20:42 -04:00
Artur Paikin
ed92df76a8
Added “copy link to uploaded file” feature, Dashboard and Core refactors
2016-09-08 21:16:27 -04:00