Commit graph

457 commits

Author SHA1 Message Date
Artur Paikin
0aa73eef48 Merge branch 'master' into i18n
# Conflicts:
#	website/_config.yml
2016-01-07 23:38:34 -05:00
Artur Paikin
ace4afd83f Sizes 2016-01-07 23:37:50 -05:00
Kevin van Zonneveld
d4000fbb7f Ignore debug logs 2016-01-05 17:23:55 +01:00
Kevin van Zonneveld
d85d79a047 Don't remove dist completely before build. Let's us remove sleep from watch:all /cc @arturi @hedgerh 2016-01-05 17:23:36 +01:00
Kevin van Zonneveld
bb644e7f2b web depends on /dist/uppy.css and is running too fast 2016-01-05 16:31:25 +01:00
Kevin van Zonneveld
df3ade435c Use parallelshell as to no longer require 2 open tabs 2016-01-04 11:54:11 +01:00
Artur Paikin
5a704af196 Refactoring, improvements and cleanup 2016-01-03 13:20:03 -05:00
Kevin van Zonneveld
15298c1a80 Improve copy now that we're linking to it already 2015-12-31 14:24:16 +01:00
Kevin van Zonneveld
975018665c Update design_goals.yml 2015-12-30 21:08:50 +01:00
Artur Paikin
8d3f4c1be2 Add translation test 2015-12-27 22:10:43 -05:00
Artur Paikin
2045b147b3 implemented core.translate() method and locale loading 2015-12-27 22:00:31 -05:00
Artur Paikin
5f8ce0c2be Basic testing implemented with Tape 2015-12-27 20:02:17 -05:00
Artur Paikin
f55de81f52 Moved order to a separate variable 2015-12-27 20:01:58 -05:00
Artur Paikin
0224607581 Order in css 2015-12-27 20:01:44 -05:00
Artur Paikin
a71d694b0d Heading styles 2015-12-26 00:59:49 -05:00
Artur Paikin
99442b44e9 sizes 2015-12-26 00:49:23 -05:00
Artur Paikin
dfc76d6315 Order: output Core first 2015-12-26 00:49:14 -05:00
Artur Paikin
72558280f2 Improved docs generator 2015-12-26 00:37:39 -05:00
Artur Paikin
61922b0de7 Fix active menu link highlighting 2015-12-25 23:48:03 -05:00
Artur Paikin
c34c8614c7 Just semicolons 2015-12-25 23:47:39 -05:00
Artur Paikin
e7cf2edb35 promiseWaterfall moved to utils, more jsdoc 2015-12-25 23:47:20 -05:00
Artur Paikin
292c8d6326 Improved API docs generation 2015-12-25 23:46:49 -05:00
Kevin van Zonneveld
5ed993295c Merge pull request #46 from transloadit/multipart-bug
Multipart File Selection Bug
2015-12-24 13:05:13 +01:00
Harry Hedger
235a514831 changed callbacks to arrow expressions 2015-12-23 21:31:22 -05:00
Harry Hedger
1dc9aec102 for loops act wonky. replaced with forEach to add correct number of files. 2015-12-23 21:27:41 -05:00
Kevin van Zonneveld
117e9f96a2 Document working on the multipart example 2015-12-23 17:24:41 +01:00
Artur Paikin
992abed4e7 Fix sidebar when page is scrolled 2015-12-23 10:59:38 -05:00
Artur Paikin
a751297202 API title & headers 2015-12-23 00:04:51 -05:00
Artur Paikin
1534028cef Mobile styles and layout, refactoring 2015-12-23 00:04:30 -05:00
Artur Paikin
81b62a97bc Brushing up styles and layout 2015-12-22 20:32:25 -05:00
Artur Paikin
cc0d7f981a First crack at implementing automated docs generator 2015-12-22 16:47:56 -05:00
Artur Paikin
5b1ad29771 Layout fixes, class names 2015-12-22 00:39:42 -05:00
Artur Paikin
b086d48330 Styles, mobile, refactoring 2015-12-22 00:39:20 -05:00
Artur Paikin
9e2cd979e9 SVG icons 2015-12-22 00:38:05 -05:00
Kevin van Zonneveld
177e3105f5 Resolve selected files (WIP) 2015-12-21 20:08:11 +01:00
Artur Paikin
1646dcc3fe Resolved a conflict 2015-12-21 11:18:50 -05:00
Artur Paikin
2235594800 Uppy Sizes 2015-12-21 10:40:23 -05:00
Kevin van Zonneveld
e924f67ed2 Fix tus implementation according to @Acconut 2015-12-21 16:37:40 +01:00
Artur Paikin
63c4c86477 More fixes 2015-12-21 10:36:43 -05:00
Artur Paikin
75eb59d1b8 Fixing Formtag with promises
Does that make sense?
2015-12-21 10:30:29 -05:00
Kevin van Zonneveld
b3c766b24a A work in progress. Question: Why does multipart fire immediately 2015-12-21 16:02:51 +01:00
Kevin van Zonneveld
ea235479b8 Call setProgress on Plugin 2015-12-21 15:15:40 +01:00
Kevin van Zonneveld
da2b53c25c Implement opts.bundle, so that you can do 1 mulitpart upload for multiple files 2015-12-21 15:13:03 +01:00
Kevin van Zonneveld
c8eea7a61c Explanation about multipart 2015-12-21 14:59:32 +01:00
Kevin van Zonneveld
d5a0e4a1d6 Return file as part of upload 2015-12-21 14:57:01 +01:00
Kevin van Zonneveld
d23197f664 Basic multipart uploads are working 2015-12-21 14:46:19 +01:00
Kevin van Zonneveld
bb28fa487e Actually use tus :D 2015-12-21 14:03:02 +01:00
Kevin van Zonneveld
e578feba47 We were getting an array of an array of files in Tus10.js
Made it now that every plugin can return {from: PluginName, files:
fileList} as a result - and run can use Plugin.extractFiles to get a
list of all the actual files
2015-12-21 12:50:56 +01:00
Kevin van Zonneveld
6705da7b8c e for consistency 2015-12-21 12:50:56 +01:00
Kevin van Zonneveld
027e0ca95f Break up checkDragDropSupport conditions for readability 2015-12-21 12:50:56 +01:00