Artur Paikin
02beaa698a
changelog cleanup
2018-02-10 13:06:44 -05:00
Artur Paikin
2d34df061b
add json3 for replace to work?
2018-02-10 13:06:36 -05:00
Artur Paikin
8c20cf933d
Change Uppy version references to v
2018-02-10 12:43:57 -05:00
Artur Paikin
8a74bdcbc1
Release 0.23.0
2018-02-10 12:41:17 -05:00
Artur Paikin
4e07c0e796
Revert "Release 0.23.0"
...
This reverts commit 78d36e14c6 .
2018-02-10 12:41:00 -05:00
Artur Paikin
3e26bcb5d5
package-lock
2018-02-10 12:40:49 -05:00
Artur Paikin
78d36e14c6
Release 0.23.0
2018-02-10 12:39:23 -05:00
Artur Paikin
e23044f12a
Merge branch 'master' of https://github.com/transloadit/uppy
2018-02-10 12:39:05 -05:00
Artur Paikin
69a68193c5
changelog for 0.23
2018-02-10 12:38:59 -05:00
Artur Paikin
048b59a537
add 0.23 post draft
2018-02-10 12:38:49 -05:00
Artur Paikin
046cfe83cd
Merge pull request #584 from transloadit/fix/thumbnails-safari
...
[wip] Fix Safari image previews by using a slightly different step scaling
2018-02-10 12:04:10 -05:00
Artur Paikin
08505b71c2
Merge pull request #593 from transloadit/feature/tl-global-meta
...
transloadit: Easily pass form fields
2018-02-10 12:00:59 -05:00
Artur Paikin
c1fb3f9eb8
set bundle: false by default
...
//cc @goto-bus-stop
2018-02-09 18:42:52 -05:00
Artur Paikin
7a2305bd71
_throttledCalculateProgress — trailing: true to try and fix lost progress events in XHRUpload bundle: true
...
//cc @goto-bus-stop
2018-02-09 18:42:34 -05:00
Artur Paikin
3af56d724e
add logging for _checkRestrictions too
2018-02-09 18:01:16 -05:00
Artur Paikin
6b5f276e5d
add .catch() to .upload() in StatusBar (when button is pressed)
...
//cc @goto-bus-stop
2018-02-09 17:55:03 -05:00
Artur Paikin
4537233880
add console logging for restrictions error
2018-02-09 17:53:29 -05:00
Artur Paikin
4d1157ba44
Merge pull request #604 from transloadit/chore/add-file-rejections
...
`addFile()` rejections revamp
2018-02-09 17:52:24 -05:00
Artur Paikin
3601441a22
skip resize step test
2018-02-09 17:25:00 -05:00
Artur Paikin
3da1f8577a
Remove comments, add protect, add links to posts
2018-02-09 16:40:11 -05:00
Artur Paikin
6bc8713382
add todo
2018-02-09 15:29:17 -05:00
Artur Paikin
097940e6ae
return empty response and log error if failed to parse JSON
2018-02-09 14:52:35 -05:00
Artur Paikin
af5d544488
Refactor Url a little, add error handling
2018-02-09 14:42:52 -05:00
Artur Paikin
4b927ff283
Add Url to Dashboard example
2018-02-09 14:42:23 -05:00
Artur Paikin
22bce417e0
Merge pull request #597 from transloadit/improvement/chain-on
...
Add wrapper function for emitter.on
2018-02-09 12:33:36 -05:00
Ifedapo Olarewaju
cfaa0e68e7
fix: xhr getresponse args
2018-02-09 08:17:44 +01:00
Artur Paikin
7490e9bc27
Merge pull request #603 from transloadit/website/transloadit-example
...
Add Transloadit example to website
2018-02-09 02:00:46 -05:00
Artur Paikin
ffe9aff17b
return xhr.responseText like everywhere else, try/catch JSON.parse()
...
Browser tests are failing, I suspect its because it throws when trying to parse response in getResponseData here.
//cc @ifedapoolarewaju @goto-bus-stop
2018-02-09 01:13:54 -05:00
Artur Paikin
8da0874735
Merge branch 'master' of https://github.com/transloadit/uppy
2018-02-09 00:49:26 -05:00
Artur Paikin
81fde48c98
update changelog
2018-02-09 00:49:22 -05:00
Artur Paikin
cfff63e226
Merge pull request #588 from transloadit/feature/import-from-url
...
[wip] Import from url
2018-02-09 00:40:27 -05:00
Artur Paikin
f9f0357016
Merge pull request #574 from transloadit/improvement/webcam-flip
...
[wip] Add `mirror: true` opt that flips webcam picture to act like mirror
2018-02-09 00:29:05 -05:00
Artur Paikin
ce1e13d0a5
Merge branch 'master' into feature/import-from-url
...
merge, resolve conflicts
2018-02-09 00:27:58 -05:00
Artur Paikin
4a833de91a
remove tape, update package-lock.json
2018-02-09 00:23:30 -05:00
Artur Paikin
53ccf3e4a2
Focus on input first, add locale strings, text instead of icon on the button
2018-02-09 00:13:50 -05:00
Artur Paikin
18583c3287
Add docs for Url
2018-02-09 00:13:04 -05:00
Artur Paikin
3a30f53247
Add new options to docs
2018-02-08 23:29:12 -05:00
Artur Paikin
67bdfe29d2
add off and bind both
2018-02-08 23:07:38 -05:00
Artur Paikin
8d4fd526c0
hideAfterFinish: false in examples so that ProgressBar remains visible
2018-02-08 16:18:26 -05:00
Renée Kooi
4b24537a08
Catch addFile() errors in UI plugins
...
Prevents warnings in the console about unhandled rejections. We can
safely catch and ignore these errors, because they also show up in the
UI already anyway.
2018-02-08 21:53:12 +01:00
Renée Kooi
43a1aae5f4
transloadit: Accept array of meta field names in fields parameter.
2018-02-08 21:44:41 +01:00
Artur Paikin
e5e7862590
Add Transloadit example with API key input
2018-02-08 15:17:29 -05:00
Ifedapo .A. Olarewaju
e70156a131
Merge pull request #591 from transloadit/remote-multipart-response
...
feature: receive remote multipart upload response content
2018-02-08 18:56:35 +01:00
Kevin van Zonneveld
86da6f693c
Change Uppy version references to v0.22.4
2018-02-08 12:34:56 +01:00
Kevin van Zonneveld
736792012d
Release 0.22.5
2018-02-08 12:34:54 +01:00
Ifedapo Olarewaju
4f65974ec5
Merge branch 'master' of github.com:transloadit/uppy
2018-02-08 12:31:13 +01:00
Ifedapo Olarewaju
98d4d68bc0
fix: slice not splice
2018-02-08 12:29:41 +01:00
Kevin van Zonneveld
f1bd928d92
Change Uppy version references to v0.22.3
2018-02-08 12:05:31 +01:00
Kevin van Zonneveld
dbce014d33
Release 0.22.4
2018-02-08 12:05:29 +01:00
Ifedapo Olarewaju
4ff1898465
fix: avoid double slash cc @kvz
2018-02-08 11:52:46 +01:00