Commit graph

293 commits

Author SHA1 Message Date
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
Artur Paikin
169313bd50 Introducing: a Dummy that could 2016-05-30 20:51:42 -04:00
Artur Paikin
4d744ee88c Yo-yo + class + this = ? 2016-05-30 07:20:59 -04:00
Harry Hedger
02576c6160 Make sure handleUploadError exists 2016-05-27 07:13:53 -04:00
Harry Hedger
a857036593 Check authentication if there's an upload error 2016-05-27 07:12:40 -04:00
Harry Hedger
a6b4e00ec0 Pass target endpoint to uppy server 2016-05-27 06:45:31 -04:00
Harry Hedger
b0b9ab089b Remote file error handling 2016-05-27 06:24:16 -04:00
Harry Hedger
11d4e22532 Client side remote upload implementation. 2016-05-27 06:11:34 -04:00
Artur Paikin
9cf2f07cdd Enable image previews again 2016-05-25 10:02:40 -04:00
Artur Paikin
9b4e0425c3 Accessibility improved, minor refactor 2016-05-25 10:02:40 -04:00
Artur Paikin
490ad90752 More tinkering with ProgressDrawer 2016-05-23 10:09:02 -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
5e3520836f ProgressDrawer & DragDrop improvements 2016-05-20 18:09:41 -04:00
Harry Hedger
be67859e48 Remote uploading implementation. 2016-05-20 17:39:14 -04:00
Harry Hedger
466adb73b9 Setting up remote file uploading. 2016-05-20 15:42:06 -04:00
Harry Hedger
676a77c899 Remove query string from redirect URL. Auth link opens in same window. 2016-05-19 06:03:45 -04:00
Harry Hedger
cf03fb784d Encode state to base64 to pass to oauth 2016-05-19 05:22:07 -04:00
Harry Hedger
9788675284 Table indentation 2016-05-06 14:24:32 -04:00
Harry Hedger
4b91866c4a Scrolling for file browser. 2016-05-06 14:23:56 -04:00
Harry Hedger
f21b77af24 Added logout button. 2016-05-06 14:08:01 -04:00
Harry Hedger
ca50a8dcbf Removed console.log 2016-05-05 03:10:04 -04:00
Harry Hedger
1a7ff9edb0 File and folder sorting. 2016-05-05 03:09:36 -04:00
Artur Paikin
c213e2d341 Minor refactoring and fixes 2016-05-04 12:56:10 -04:00
Artur Paikin
29cca3daa5 Use toArray instead of Object.keys
Object.keys added rubbish keys like “length” to the resulting file array
2016-05-04 12:56:10 -04:00
Harry Hedger
c10fc0284a Search filter style fix. 2016-05-04 02:05:24 -04:00
Harry Hedger
a8bc7654ad Code refactoring for item rendering. 2016-05-04 01:46:38 -04:00
Harry Hedger
b4f297c695 Merge branch 'master' of https://github.com/transloadit/uppy 2016-05-04 00:47:22 -04:00
Harry Hedger
319edad013 Sidebar styling. Preview view. 2016-05-04 00:46:55 -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
Artur Paikin
d6ee3b973b Change plugin name to id, manually set it everywhere — IE doesn’t support constructor.name 2016-05-02 16:20:37 -04:00
Artur Paikin
0d986da79d Fix DragDrop input & tests 2016-05-02 14:25:29 -04:00
Artur Paikin
9aaf57690c attempting to focus on first input 2016-05-02 12:33:33 -04:00
Harry Hedger
f2cbb34255 Merge branch 'master' of https://github.com/transloadit/uppy 2016-05-02 09:58:23 -04:00
Harry Hedger
2626211f78 Authentication screen. More file preview work in progress. styling. 2016-05-02 09:58:05 -04:00
Artur Paikin
e14b8cdd12 Add fetch polyfill 2016-05-01 22:35:53 -04:00
Artur Paikin
e0bbc16cc6 Possible replaceTargetContent, minor refactoring 2016-05-01 19:07:18 -04:00
Artur Paikin
c9bcd8a06f Rewrite Multipart 2016-05-01 19:05:47 -04:00
Artur Paikin
3018291286 Rewrite Formtag 2016-05-01 19:05:28 -04:00
Harry Hedger
8025316cb1 Styling work. Add search filter for files/folders. 2016-04-29 17:31:53 -04:00
Harry Hedger
533eb0b164 File selection. File preview. 2016-04-29 01:17:28 -04:00
Harry Hedger
1706ef1d0f Added icons. Added selection highlighting. 2016-04-28 23:07:28 -04:00
Harry Hedger
1d68cf3bfb Added click handling back to files. 2016-04-28 13:17:55 -04:00
Artur Paikin
6074efff3e Accessibility & cleanup 2016-04-25 01:26:33 -04:00
Artur Paikin
6502d66d0b Move update() to Plugin.js to avoid duplication 2016-04-23 18:01:21 -04:00
Harry Hedger
7ffc0ee990 GoogleDrive UI markup and some styling. New render method for UI. 2016-04-21 11:18:40 -04:00
Harry Hedger
df1abea11d Aw yiss. Mothafn breadcrumbs. 2016-04-20 15:41:31 -04:00
Artur Paikin
664ae6004a Fix bug that caused last open tab in Modal to remain open 2016-04-19 01:19:42 -04:00
Artur Paikin
a48c5faaf3 Rethink rendering architecture: in Modal, use a render method for each plugin, instead of a pre-rendered element
Using pre-rendered elements was making `morphdom` (which is used inside
`yo-yo`) replace each plugin’s content, when that plugin was used in
Modal.
2016-04-19 00:38:13 -04:00