Commit graph

103 commits

Author SHA1 Message Date
Artur Paikin
daba330da7 add core: prefix to events 2016-09-20 02:27:06 -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
ed92df76a8 Added “copy link to uploaded file” feature, Dashboard and Core refactors 2016-09-08 21:16:27 -04:00
Artur Paikin
ac2f4190ed Expose event-emitter on Core, try passing props to plugins 2016-09-06 09:51:38 -04:00
Artur Paikin
0f9e9da01e if (typeof window !== 'undefined') 2016-08-26 23:14:50 -04:00
Artur Paikin
a723df4e73 added all-uploads-complete event 2016-08-26 22:43:56 -04:00
Artur Paikin
baf8e361f1 Pause/resume all uploads at once #65 2016-08-16 00:50:45 -04:00
Artur Paikin
0c645ac8f3 minor refactor 2016-08-12 01:35:35 -04:00
Artur Paikin
8fac1611d5 Upload remaining time and speed, refactor progress events 2016-08-09 13:46:20 -04:00
Artur Paikin
95f487379a refactor 2016-08-08 08:26:43 -04:00
Artur Paikin
9848872faf Refactor Dashboard 2016-08-08 00:32:16 -04:00
Artur Paikin
2fcaa52991 FileCard design and refactor 2016-08-07 15:03:50 -04:00
Artur Paikin
df3abb9a59 Events --> namespace-emitter, refactor thumbnail generation, truncateString 2016-08-07 00:23:27 -04:00
Artur Paikin
4c082b9cf0 debugger and modifier plugin types 2016-07-29 22:45:49 -04:00
Artur Paikin
76e0c5fe6d file-added event after a file has been added, updateMeta should probably just update the specified file 2016-07-29 22:26:29 -04:00
Artur Paikin
dff2e5612c only render preview images for local files 2016-07-29 21:03:11 -04:00
Artur Paikin
b27262e5cd upload-success, file data fallbacks 2016-07-29 20:48:03 -04:00
Artur Paikin
1218342a41 deep-freeze --> deep-freeze-strict
> this fork works in strict mode, so when freezing a function you don't
get the error
2016-07-29 12:49:15 -04:00
Artur Paikin
026958a421 Fix immutability issues, add comments, hide edit when uploadInProgressOrComplete, 2016-07-29 04:52:32 -04:00
Artur Paikin
a8498c09c4 FileCard — UI for metadata and future image editing (crop, rotate) 2016-07-29 04:32:22 -04:00
Artur Paikin
c8484b1757 Modal --> Dashboard, immutability refactor — deepFreeze state, state-update event, meta 2016-07-29 03:06:39 -04:00
Artur Paikin
024ebfa192 Better file type detection 2016-07-26 23:48:13 -04:00
Artur Paikin
137f4e0640 Roll back to pretty-bytes — better ES5 support with number-is-nan ponyfill, Number.isNaN is ES6 feature
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global
_Objects/Number/isNaN

https://www.npmjs.com/package/pretty-bytes
https://www.npmjs.com/package/prettier-bytes
2016-07-08 16:14:01 -04:00
Artur Paikin
5283a1813b Multipart and Core progress improved 2016-07-08 14:39:47 -04:00
Artur Paikin
1d8bf7cd53 pretty-bytes --> prettier-bytes 2016-07-08 14:11:52 -04:00
Artur Paikin
102a4e3ebd Resolve conflicts during Dashboard merge to master 2016-07-07 11:57:06 -04:00
Harry Hedger
e7246fc9d6 Client side websockets. File uploading and fetching from Google. 2016-07-01 11:39:00 -04:00
Artur Paikin
216828fb13 Pretty bites for uploadedSize & totalSize, remove icon update 2016-06-30 00:31:59 -04:00
Artur Paikin
c003c9de9e Proportional preview image resize 2016-06-28 00:29:43 -04:00
Artur Paikin
579711c191 Read the image file as Base64 and then resize with canvas 2016-06-23 17:53:55 -07:00
Artur Paikin
c15decc204 Improve acceptance tests — adding files 2016-06-21 16:54:07 -07:00
Artur Paikin
d9b42a0a66 Minor cleanup 2016-06-15 11:42:58 -04:00
Artur Paikin
15c31c4895 Debug + tests 2016-06-14 12:45:20 -04:00
Artur Paikin
f2eb07c6a1 global.uppyLog 2016-06-13 15:21:59 -04:00
Harry Hedger
ed7c0aa5f3 Fix remote google drive upload on client side 2016-06-03 02:31:42 -04:00
Artur Paikin
2730b048f7 Hack fix acceptance tests 2016-06-02 02:51:28 -04:00
Artur Paikin
5eadd138c0 Fix yo-yo + Uppy rendering issues, add focus on the first element in Modal tab, refactor getTarget — now called mount 2016-06-02 01:21:56 -04:00
Artur Paikin
1e9d590fde addFile and add-file refactor 2016-06-01 15:40:51 -04:00
Artur Paikin
5eb35b8c34 Merge pull request #92 from transloadit/new-build
New build, npm-run-all and yo-yo rendering experiments
2016-06-01 14:54:36 -04:00
Artur Paikin
dc2bb9636d Fix the plugin naming system so it works when bundle is minified 2016-05-31 23:45:38 -04:00
Harry Hedger
11d4e22532 Client side remote upload implementation. 2016-05-27 06:11:34 -04:00
Artur Paikin
6775576c15 addMeta tiny refactor, enable addImgPreviewToFile 2016-05-25 10:02:40 -04:00
Artur Paikin
fe769cf622 addFile, addMeta (WIP) 2016-05-23 10:08:21 -04:00
Artur Paikin
ab62753f38 Merge remote-tracking branch 'origin/master', temporarily disable GDrive test
# Conflicts:
#	src/core/Core.js
2016-05-20 18:14:38 -04:00
Artur Paikin
451ebbd30f Small refactor: addImgPreviewToFile 2016-05-20 18:07:37 -04:00
Harry Hedger
be67859e48 Remote uploading implementation. 2016-05-20 17:39:14 -04:00
Artur Paikin
53af1d354b Added addFiles method to core 2016-05-06 17:56:43 -04:00
Artur Paikin
c213e2d341 Minor refactoring and fixes 2016-05-04 12:56:10 -04:00
Artur Paikin
93f8fcdc7f Crazy plugin name refactor to make it work in IE
http://stackoverflow.com/questions/25140723/constructor-name-is-undefine
d-in-internet-explorer
2016-05-04 00:14:20 -04:00