Commit graph

203 commits

Author SHA1 Message Date
Artur Paikin
9cbafc38b8 update uppy-server endpoint 2016-10-14 10:45:10 -04:00
Artur Paikin
2886288e66 update tus endpoint 2016-10-14 10:42:58 -04:00
Artur Paikin
12f1678709 resume: true for tus uploads to properly showcase pause/resume functionality
this complicates testing a bit — same file can’t be uploaded twice,
since it will be “resumed”, so you won’t see the progressbar and
status. but pause/resume will not start from the beginning, which is a
win
2016-09-29 17:41:30 -04:00
Harry Hedger
0142c77d39 Updated server endpoint for production. Fixed redux draft bugs. 2016-09-21 05:11:19 -04:00
Artur Paikin
5f90d95c3c modify modal example 2016-09-20 02:27:06 -04:00
Artur Paikin
7408155b6b more import refactors 2016-09-06 10:07:58 -04:00
Artur Paikin
aca6fe43a4 add Informer to Plugins and Dashboard/Modal example 2016-08-26 22:57:44 -04:00
Harry Hedger
8c6a2fd283 Merge branch 'master' of https://github.com/transloadit/uppy 2016-08-24 20:42:57 -04:00
Harry Hedger
04e72da3d9 Webcam: Work on flash fallback and better rendering. 2016-08-24 20:42:36 -04:00
Artur Paikin
0fcabec16e tus debugging 2016-08-24 13:10:21 -04:00
Artur Paikin
72ba5b139c Revert "switch to posttestserver.com for IE compatibility"
This reverts commit bbbb5fe5a0.
2016-08-21 23:28:52 -04:00
Artur Paikin
bbbb5fe5a0 switch to posttestserver.com for IE compatibility 2016-08-21 21:31:03 -04:00
Artur Paikin
2e3b25e599 i18n example fixes 2016-08-21 02:27:59 -04:00
Artur Paikin
3baea854cb add trusty old-school form tag as a fallback to Multipart example 2016-08-21 01:32:24 -04:00
Artur Paikin
88f860f657 Metadata field description 2016-08-16 00:49:08 -04:00
Artur Paikin
a93d7a87f2 add value: 'something', so that tus won’t explode until the issue is resolved there 2016-08-09 13:47:06 -04:00
Artur Paikin
9848872faf Refactor Dashboard 2016-08-08 00:32:16 -04:00
Harry Hedger
39e68854f5 Full conversion to components for Google Drive 2016-08-05 11:04:54 -04:00
Artur Paikin
a662ab851a use MetaData 2016-07-29 22:29:27 -04:00
Artur Paikin
2e72d1097c Example order 2016-07-19 10:00:44 -04:00
Artur Paikin
ba29da2965 Don’t use Webcam yet — permissions on load 2016-07-19 07:04:00 -04:00
Harry Hedger
57427bdd6f Merge branch 'master' of https://github.com/transloadit/uppy 2016-07-13 22:31:14 -04:00
Harry Hedger
b859bfd63e Quick commit before power goes out. 2016-07-13 22:31:06 -04:00
Artur Paikin
af8569787a modal => Modal 2016-07-12 12:04:20 -04:00
Artur Paikin
47b3806e9e M --> m 2016-07-08 12:32:25 -04:00
Artur Paikin
d3c0d18ab1 Fix meta in examples, imports and website build 2016-07-08 11:57:56 -04:00
Artur Paikin
b781b3d439 Fix all examples and add web:bundle:update:watch \_(ツ)_/¯ 2016-07-07 13:08:38 -04:00
Artur Paikin
cc83c4018b Add Dashboard to plugin’s index.js 2016-07-01 23:16:02 -04:00
Artur Paikin
35dcef3878 Use just the Dashboard for now 2016-06-30 00:33:07 -04:00
Artur Paikin
f0d7433522 Add Dashboard 2016-06-23 00:16:06 -07:00
Artur Paikin
6778290edc Hide Dropbox example — we don’t have that working yet 2016-06-22 16:00:39 -07:00
Artur Paikin
85a9b24401 i18n example debug 2016-06-14 12:45:20 -04:00
Artur Paikin
e4add9c2a8 Use only the bundled version in i18n example 2016-06-13 14:57:09 -04:00
Artur Paikin
e96988404e Trying to not minify locales 2016-06-13 14:50:27 -04:00
Artur Paikin
de281c2794 Fix examples 2016-06-02 04:24:12 -04:00
Artur Paikin
af5ccea0c7 Fix examples 2016-06-02 04:08:44 -04:00
Artur Paikin
e2cda3a1b5 Cleanup, fix acceptance tests 2016-06-02 02:20:01 -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
c213e2d341 Minor refactoring and fixes 2016-05-04 12:56:10 -04:00
Artur Paikin
8fa66ea141 Multipart example update 2016-05-01 19:07:57 -04:00
Artur Paikin
6074efff3e Accessibility & cleanup 2016-04-25 01:26:33 -04:00
Artur Paikin
4a172c60ef Multipart & DragDrop examples cleanup 2016-04-23 18:02:59 -04:00
Artur Paikin
039616117e Fix Google Drive in Modal? 2016-04-19 02:31:17 -04:00
Artur Paikin
84fabd7d61 Google Drive: turn back tests, add to Modal example 2016-04-19 00:38:46 -04:00
Artur Paikin
7c258a0f4b Merge remote-tracking branch 'origin/master'
# Conflicts:
#	CHANGELOG.md
#	src/core/Core.js
2016-04-17 22:17:09 -04:00
Artur Paikin
9feeb9f01f Fix and enable ProgressBar again (hipster version) 2016-04-17 15:12:53 -04:00
Artur Paikin
93480d5fdd Updated endpoint & paths 2016-04-16 00:43:48 -04:00
Harry Hedger
cfa388bceb Updated to get dirs 2016-04-13 04:15:13 -04:00
Harry Hedger
84fc9b01f4 Merge branch 'master' of https://github.com/transloadit/uppy 2016-04-12 11:05:38 -04:00
Harry Hedger
f0b6738682 Added event listeners to folders/files. 2016-04-12 01:40:11 -04:00