Artur Paikin
|
9aa3e00411
|
don’t set metadata values for new files in Dashboard, use uppy.opts.meta instead
|
2017-12-10 20:47:56 -05:00 |
|
Artur Paikin
|
6f510f4679
|
Merge branch 'master' into chore/refactors
|
2017-12-07 17:03:55 -05:00 |
|
Artur Paikin
|
526b506e31
|
🚨🚨🚨 Remove core: prefix from all events 🚨🚨🚨
Danger! Danger!
`core:upload-progress` becomes `upload-progress` and so on.
Oh my, here goes.
|
2017-12-07 16:57:24 -05:00 |
|
Artur Paikin
|
2d4ceaec2f
|
metadata fields and checkbox in example
|
2017-12-07 16:17:56 -05:00 |
|
Renée Kooi
|
0fe22b1bf1
|
Add custom AWS key with uppy-server example.
|
2017-12-04 15:35:49 +01:00 |
|
Renée Kooi
|
d3498e1859
|
example: disable autoproceed in redux example
|
2017-11-20 17:41:00 +01:00 |
|
Renée Kooi
|
92ad83b82a
|
Add Redux example
|
2017-11-20 13:21:10 +01:00 |
|
Artur Paikin
|
69a21daacb
|
Merge pull request #414 from transloadit/improvement/a11y
[WIP] Improve accessibility: focus handling, tweak labels and more
|
2017-11-13 16:13:11 -05:00 |
|
Renée Kooi
|
874bad50d8
|
core: Return { successful, failed } object from .upload().
|
2017-11-10 16:55:57 +01:00 |
|
Renée Kooi
|
89486e00c4
|
s3: Use XHRUpload plugin internally.
|
2017-11-03 12:59:05 +01:00 |
|
Artur Paikin
|
abfd1c72aa
|
show outlines, interate focusable elements, tabindex="-1" to overlay
|
2017-10-27 16:01:11 -04:00 |
|
Artur Paikin
|
4b21fb7c83
|
file.type.general, file.type.specific --> file.type = 'image/jpeg'
Just use regular mime and .split('/') when needed. Big change in terms of things that might break 👀
Also, updated `fileName` assignment
|
2017-10-24 16:27:51 -04:00 |
|
Renée Kooi
|
f76d582901
|
Rename Tus10 to Tus.
|
2017-10-23 11:49:25 +02:00 |
|
Renée Kooi
|
172575fb79
|
Rename RestoreFiles to GoldenRetriever
|
2017-10-23 11:49:25 +02:00 |
|
Artur Paikin
|
fc9f2e3c1c
|
Update main.js
|
2017-10-08 01:16:59 -04:00 |
|
Renée Kooi
|
3839d37660
|
Revert "restore: Check that a serviceWorker is an Uppy one before using it"
This wasn't reliable enough unfortunately.
This reverts commit 80e4a5be8e23a585782b48fb275524ef27fbf2b1.
|
2017-10-03 19:14:34 +02:00 |
|
Renée Kooi
|
30a74dfbeb
|
restore: Check that a serviceWorker is an Uppy one before using it
|
2017-10-03 19:14:33 +02:00 |
|
Renée Kooi
|
5f313e3743
|
restore: Make serviceWorker detection automagic
|
2017-10-03 19:14:33 +02:00 |
|
Renée Kooi
|
9af6b2fea6
|
Merge pull request #170 from goto-bus-stop/feature/react
High-level React Components
|
2017-09-22 16:36:58 +02:00 |
|
Artur Paikin
|
ef1c3306c6
|
Flatten payload params
|
2017-09-18 17:09:47 -04:00 |
|
Renée Kooi
|
edc0cb29bc
|
react: Update example page
|
2017-09-18 15:05:43 +02:00 |
|
Renée Kooi
|
4a3341d0b9
|
react: rename react folder from uppy-react → react
|
2017-09-18 14:40:33 +02:00 |
|
Renée Kooi
|
cfe636d849
|
react: Add dashboard plugin inside component again. add plugins option.
|
2017-09-18 14:40:32 +02:00 |
|
Renée Kooi
|
b494118fd4
|
react: Rewrite example with budo
|
2017-09-18 14:40:32 +02:00 |
|
Renée Kooi
|
bd506d8425
|
dashboard: auto-discover previously added provider plugins
|
2017-09-18 14:40:31 +02:00 |
|
Renée Kooi
|
43085e6b3c
|
react: Use two different instances for Dashboard and DashboardModal examples
|
2017-09-18 14:40:30 +02:00 |
|
Renée Kooi
|
56ef40122d
|
react: Add React components example
|
2017-09-18 14:40:30 +02:00 |
|
Artur Paikin
|
a4668d4f96
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# src/core/Core.js
# src/plugins/Dashboard/index.js
|
2017-09-15 23:56:18 -04:00 |
|
Artur Paikin
|
63b5769e0b
|
add closeModalOnClickOutside in example
|
2017-08-31 14:10:56 +03:00 |
|
Artur Paikin
|
fbc66be79d
|
clean up main.js example/dev file
|
2017-08-24 23:59:00 +03:00 |
|
Artur Paikin
|
a974c9571a
|
resizeTo --> license
|
2017-08-18 14:07:15 +03:00 |
|
Artur Paikin
|
4001ab700b
|
Merge branch 'master' into feature/restore-files
|
2017-08-15 21:20:13 +03:00 |
|
Artur Paikin
|
a6cf96d091
|
add ServiceWorker.js, clean stuff up
|
2017-08-15 17:18:42 +03:00 |
|
Renée Kooi
|
94d6267952
|
docs/examples: Fix CORS policy in S3 docs and fix reading body in PHP example.
|
2017-08-15 13:01:55 +02:00 |
|
Renée Kooi
|
030fe49e74
|
examples: Add the AWS S3 server-side presigned URL example.
|
2017-08-15 12:51:34 +02:00 |
|
Artur Paikin
|
0a23a4ac0c
|
serviceworker, send fileCache even if empty
|
2017-08-14 19:38:32 +03:00 |
|
Artur Paikin
|
00257e5348
|
added hideUploadButton flag to hide the upload button, for cases when you want to manually stat the upload
|
2017-08-07 16:15:07 +02:00 |
|
Artur Paikin
|
59a170ec0e
|
Initial take on using Local Storage for storing file state and Service Worker to store file blobs, and then restore on boot
|
2017-07-21 15:19:04 +02:00 |
|
Artur Paikin
|
34ea05f97d
|
if no countdown, show “smile” right away, fixes on @goto-bus-stop comments
|
2017-07-16 23:57:11 +02:00 |
|
Artur Paikin
|
db744c7d1b
|
fixed the closing tab or pressing “capture” multiple times issue, default “smile” without countdown
|
2017-07-14 21:05:02 +02:00 |
|
Artur Paikin
|
2e8f15fb26
|
countdown, timer variable, simple locale
|
2017-07-13 23:48:29 +02:00 |
|
Artur Paikin
|
6c2dfe8f7d
|
Add onBeforeSnapshot hook and oneTwoThreeSmile
So if you set `oneTwoThreeSmile: true` in Webcam options, it will count
to 3 before taking a snapshot
|
2017-07-10 18:10:38 +02:00 |
|
Artur Paikin
|
23720da5dc
|
clean up example
|
2017-07-02 23:31:12 -04:00 |
|
Artur Paikin
|
0405244222
|
fix metadata and core:file-added event
|
2017-07-02 06:57:16 -04:00 |
|
Artur Paikin
|
d271ba30eb
|
merge master into feature/restrictions
|
2017-07-02 05:11:33 -04:00 |
|
Artur Paikin
|
b6889d586b
|
fix main.js
|
2017-07-01 16:20:28 -04:00 |
|
Artur Paikin
|
63b8e54e9a
|
Merge branch 'master' into feature/form-meta
|
2017-06-30 20:14:04 -04:00 |
|
Artur Paikin
|
b3349ad42d
|
main.js
|
2017-06-30 20:07:08 -04:00 |
|
Artur Paikin
|
f42904ca37
|
screw it and go with promises, because it was becoming difficult internally
|
2017-06-30 13:26:55 -04:00 |
|
Artur Paikin
|
36568cd9c8
|
added mime-match, restrictions is object, onBeforeFileAdded and onBeforeUpload callbacks
|
2017-06-30 13:14:51 -04:00 |
|