Ifedapo Olarewaju
c027e49aa5
feature: display username in provider view cc @arturi
2018-05-20 22:09:12 +01:00
Ifedapo Olarewaju
61bf0a788b
add extensions to instagram files @arturi
2018-05-10 14:08:27 +01:00
Artur Paikin
2fbed0c0e5
Merge pull request #805 from transloadit/fix/transloadit-failures
...
More robust failure handling for Transloadit, closes #708
2018-05-09 17:21:12 -04:00
Artur Paikin
5fdd443754
Merge pull request #778 from transloadit/feature/drag-drop-input-name
...
dragdrop: Add `inputName` option like FileInput has, closes #729 .
2018-05-09 16:53:36 -04:00
Artur Paikin
03a1af1744
remove duplicarte hardcoded “cancel”
2018-05-05 16:19:06 -04:00
Artur Paikin
803a88e7f2
Update docs too
2018-05-03 16:25:17 -04:00
Artur Paikin
8f897d106b
multiple option, empty value="" everywhere
2018-05-03 15:38:38 -04:00
Renée Kooi
ce7d485251
transloadit: Disable fast remote retry optimisation.
2018-05-03 14:04:41 +02:00
Renée Kooi
d378266ef4
tus: Add useFastRemoteRetry option.
2018-05-03 14:04:34 +02:00
Renée Kooi
0c0d312ece
statusbar: Replace katakana middle dot with unicode entity for standard middle dot.
2018-04-30 12:39:53 +02:00
Renée Kooi
038edf789b
dashboard: replace UTF8 × by ×
2018-04-30 12:39:49 +02:00
Janko Marohnić
a82c6b9ab4
Document "headers" upload parameter in AwsS3 plugin
...
The AwsS3 plugin appears to already support the "headers" field in
upload parameter, indicating the request headers that should be sent
along with the upload request, so we add it to the documentation.
2018-04-24 03:18:30 +02:00
Renée Kooi
c33d97419f
Merge pull request #767 from transloadit/noopener
...
`rel="noopener noreferrer"` should be added to links containing `target="_blank"`
2018-04-23 15:03:33 +02:00
Renée Kooi
2d76b15033
dragdrop: Add inputName option like FileInput has.
2018-04-23 14:27:16 +02:00
Renée Kooi
704657c383
transloadit: close socket connections on upload pipeline error.
2018-04-23 14:25:26 +02:00
Renée Kooi
9188e46ffa
transloadit: Wrap getAssemblyOptions() if a plain object is returned.
2018-04-23 13:28:41 +02:00
Renée Kooi
0bb449af66
transloadit: Include assembly ID in "created" log.
2018-04-23 12:46:21 +02:00
Renée Kooi
6102c8ec59
transloadit: Properly reset upload progress if assembly creation fails.
2018-04-23 12:46:20 +02:00
Renée Kooi
214ad704bf
dashboard: use unique-er IDs for embedded plugins, fixes #702
2018-04-23 11:45:38 +02:00
Renée Kooi
efaf3b744c
statusbar: add some spacing between text elements.
2018-04-23 11:26:16 +02:00
Kevin van Zonneveld
787b23261e
rel="noopener noreferrer" should be added to links containing target="_blank"
...
As a precaution against reverse tabnabbing. see:
- https://medium.com/@jitbit/target-blank-the-most-underestimated-vulnerability-ever-96e328301f4c
- https://mathiasbynens.github.io/rel-noopener/
2018-04-18 10:32:29 +02:00
Artur Paikin
667beb3e20
consistent shape of the getResponseData: getResponseData (responseText, response)
...
//cc @ifedapoolarewaju @goto-bus-stop
hope this is ok, naming is tricky, but we were naming params differently accross docs, code and blog posts
2018-04-17 12:30:59 -04:00
Artur Paikin
a3648feff0
remove debug console.log
2018-04-17 12:01:01 -04:00
Artur Paikin
7211e98226
fix showLinkToFileUploadResult
2018-04-16 19:42:33 -04:00
Artur Paikin
a1ec755c9f
Merge pull request #759 from transloadit/fix/error-info
...
Retain uppy-server error messages, fixes #707
2018-04-16 12:27:34 -04:00
Artur Paikin
10b51eb5fd
Merge pull request #757 from transloadit/fix/dragdrop-label
...
dragdrop: Link <label> and <input>, fixes #749
2018-04-16 12:25:20 -04:00
Artur Paikin
9f987579d0
remove catch(), because addFile is sync now
2018-04-16 11:44:43 -04:00
Artur Paikin
7cbcdeb0b3
maxWidth, maxHeight --> width and height
...
regardless of what we call it inside this makes more sense, I think
2018-04-16 10:49:55 -04:00
Renée Kooi
8226859149
Retain uppy-server error messages, fixes #707
...
Move the error objects from Uppy Server to a `.cause` property on the
Error instances we emit in `upload-error`. The Error instances now
correctly use the message from the error object reported by Uppy Server.
2018-04-16 12:57:51 +02:00
Renée Kooi
12cb074191
dragdrop: Link <label> and <input>, fixes #749
2018-04-16 10:02:16 +02:00
Artur Paikin
0c0c93d183
log error from StatusBar and Form plugin
2018-04-12 10:50:59 -04:00
Renée Kooi
acc819c2ed
Make addFile() synchronous.
2018-04-09 09:36:20 +02:00
Artur Paikin
58fd15e437
Final doc and style tweaks
2018-04-05 15:15:20 -04:00
Artur Paikin
a44b318007
add StatusBar description
2018-04-05 12:20:15 -04:00
Artur Paikin
2c24040cfc
Merge branch 'master' into improvements/ui-tweaks
2018-04-05 11:48:35 -04:00
Artur Paikin
d76b5f578a
Merge pull request #727 from transloadit/refactor-provider
...
refactor: decouple provider requests from views and expose the API
2018-04-05 11:15:50 -04:00
Ifedapo Olarewaju
031fa736e3
rename Request to RequestClient
2018-04-05 07:20:27 +01:00
Artur Paikin
82f0731f30
Merge branch 'master' into improvements/ui-tweaks
2018-04-04 19:25:08 -04:00
Artur Paikin
bd8022d5bf
StatusBar, Webcam and FileItem translations
...
Closes #686
2018-04-04 19:20:01 -04:00
Artur Paikin
2728137026
Better camera icon, place icons at the bottom bar, simplify components
2018-04-04 18:49:31 -04:00
Artur Paikin
a35cbb2f2e
Remove dashed file icon for now
2018-04-04 18:48:58 -04:00
Artur Paikin
896397a7a6
Add “powered by Uppy”
2018-04-04 18:48:16 -04:00
Artur Paikin
1ab2c88a54
Tweak Upload button
2018-04-03 10:38:14 -04:00
Artur Paikin
dce56ca221
Refactor provider views: inline filter, option to hide breadcrumbs, checkbox styling
2018-04-03 10:37:02 -04:00
Artur Paikin
dfb0762e98
remove extensions from FileItem for now
...
until we figure out if want to whitelist them
2018-04-03 10:29:56 -04:00
Artur Paikin
f453fb8ea0
pluginState.isTargetDOMEl --> this.isTargetDOMEl
2018-03-29 12:17:41 -04:00
Artur Paikin
f4e0e12328
Refactor Provider views: Filter, add showFilter and showBreadcrumbs options
2018-03-29 12:17:09 -04:00
Artur Paikin
19b58fce4d
simplify props
2018-03-28 00:10:17 -04:00
Ifedapo Olarewaju
c3cebbf0bd
refactor: decouple provider requests from views and expose the API
2018-03-26 09:36:20 +01:00
Renée Kooi
4d24611898
Add tests
2018-03-22 15:14:47 +01:00