Kevin van Zonneveld
691bb2152b
Upgrade adm-zip to hopefully avoid corrupt uppy archives
...
https://github.com/cthackers/adm-zip/pull/267
In our case, we could unzip fine, but in 7zip it reported: "Headers Error"
and in the Ubuntu 19.10 gnome extracting app, it would say "empty archive" and "An error occurred while loading the archive."
2020-02-12 13:01:43 +01:00
Kevin van Zonneveld
c943711428
Remove ^ from package.json
2020-02-12 12:58:55 +01:00
Kevin van Zonneveld
a6a4a87c53
Merge branch 'master' of github.com:transloadit/uppy
2020-02-12 12:58:24 +01:00
Kevin van Zonneveld
e552d7991e
Update CHANGELOG.md
2020-02-12 12:58:17 +01:00
Artur Paikin
07e9909bfc
Release
2020-02-12 12:24:41 +01:00
Artur Paikin
16eeef9437
npm audit fix
2020-02-12 12:16:50 +01:00
Renée Kooi
a62a2630a3
update lockfile
2020-02-12 12:09:28 +01:00
Ifedapo .A. Olarewaju
6d4272f4b0
Merge pull request #2053 from transloadit/provider-errors
...
companion: return more accurate error status codes
2020-02-12 12:04:39 +01:00
Kevin van Zonneveld
e9ea32ad0c
Merge brancht push
...
'master' of github.com:transloadit/uppy
2020-02-12 10:52:11 +01:00
Artur Paikin
931bca1be6
Add package table
2020-02-11 22:41:37 +01:00
Artur Paikin
77ef346cb0
Release
2020-02-11 21:17:04 +01:00
Artur Paikin
1996cc0240
1.9.0 changelog
2020-02-11 20:25:16 +01:00
Artur Paikin
f291688fb8
Add OneDrive to uppy bundle
2020-02-11 20:16:32 +01:00
Artur Paikin
856243a149
core, transloadit: Allow new uploads when retrying; improve error handling ( #1960 )
...
* Set `allowNewUpload: true` when an error occurs to allow retryAll
* Add assembly error message and assembly_id
* Pass debug option to Robodog
* Add forceAllowNewUpload to use in retry and retryAll, improve calls to _showOrLogErrorAndThrow
* Capitalize Create Assembly message
* don’t throw error from 'upload-error' event, improved error message structure
* handle errors better
* check if error.details exists
* Doc tweaks: added error.assembly
2020-02-11 17:06:33 +01:00
Artur Paikin
561a436119
Update CHANGELOG.md
2020-02-11 02:52:16 +01:00
Artur Paikin
e63f666950
Add GoogleDocs todo
2020-02-10 14:56:17 +01:00
Artur Paikin
d0f181caeb
core: Add noNewAlreadyUploading and noDuplicates ( #2057 )
...
* Add noNewAlreadyUploading and noDuplicates
* Update en_US.js
* fix test
* Update index.js
* Update en_US.js
2020-02-10 14:54:40 +01:00
Artur Paikin
013f5958d2
add tsv and tab ( #2056 )
2020-02-08 16:25:47 +03:00
Artur Paikin
283dfb1d05
plan future releases
2020-02-08 15:55:22 +03:00
Artur Paikin
44cc071471
informer, status-bar: Display a browser alert when an error question mark button is clicked ( #2031 )
...
* Display a browser alrert when an error question mark button is clicked
Informer can dissappear, while the alert dialog will stay on screen indefinitely. Plus it’s easier to copy/paste from the alert, than the bubble (virtually impossible).
* Keep displaying Informer when the message ? bubble is hovered
* Tweak line-height
2020-02-05 15:54:56 +03:00
Kevin van Zonneveld
b7bdce7363
Upload downloadable zip archive of releases to CDN ( #2052 )
...
* Fix jsdoc warnings
* Upload downloadable zip archive of releases to CDN
* var -> const
* Only upload .zip for the main uppy package
* Implement @goto-bus-stop's feedback
2020-02-05 13:49:47 +01:00
Ifedapo .A. Olarewaju
55e3c3ee31
Merge pull request #2051 from transloadit/facebook-transloadit
...
website: optionally enable facebook with transloadit
2020-02-05 13:40:48 +01:00
Kevin van Zonneveld
cb3b69a143
t checkout -Merge branch 'master' of github.com:transloadit/uppy
2020-02-05 13:00:44 +01:00
ifedapoolarewaju
a032f96e85
companion: return more accurate error status codes
2020-02-05 12:32:33 +01:00
Mohammed Shahim
6bef0a0314
Fix mime type checking bug ( #2004 )
...
* fix for mimetype issue #1988
* core: disregard mime parameters
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-02-05 12:17:34 +01:00
Kevin van Zonneveld
c7027643ff
Fix jsdoc warnings
2020-02-04 15:15:36 +01:00
ifedapoolarewaju
fd9c1933ad
website: optionally enable facebook with transloadit
2020-02-04 12:16:30 +01:00
Ifedapo .A. Olarewaju
a8917d5062
Merge pull request #2047 from transloadit/put-remote-xhr
...
companion,xhr-upload: add option to set http method for remote multipart uploads
2020-02-03 12:49:16 +01:00
Artur Paikin
d385d2c84e
Clear state error after the last file is removed ( #2041 )
2020-02-03 13:07:47 +03:00
Ifedapo .A. Olarewaju
4c1f6231a1
Merge pull request #2046 from transloadit/redundant-option
...
providers: remove redundant use of options
2020-02-03 09:22:28 +01:00
ifedapoolarewaju
4ed7508f78
companion,xhr-upload: option to set multipart http method
...
fixes #2019 (we can all go one year backwards once this is merged)
2020-01-31 15:51:15 +01:00
ifedapoolarewaju
83ec63efb2
providers: remove redundant use of options
2020-01-31 14:54:13 +01:00
ifedapoolarewaju
746bbcbbc5
update package-lock
2020-01-31 14:49:29 +01:00
ifedapoolarewaju
d34a67f9fd
add todo
2020-01-31 12:13:58 +01:00
Ifedapo .A. Olarewaju
e86d01e247
Merge pull request #2044 from mkabatek/fix/google-drive-providerName
...
fix: remove conditional to replace `google` with `drive`
2020-01-31 11:09:12 +01:00
Michael Kabatek
ff5714ebc3
fix: remove conditonal to replace google with drive
...
* Google drive callback url now uses 'google' and not 'drive'
* Fixes callback url by removing the conditional for google providerName
2020-01-31 02:06:01 -07:00
Artur Paikin
1ea950d5d2
core: Always log errors ( #2029 )
...
* Show errors in logs always. nullLogger --> justErrorsLogger
Reasoning: too often we ended up showing errors in the Informer bubble, but not in the console, which is wrong and annoying. Devs still have an option to silence logs or direct them elsewhere by setting a custom logger
* Hide pause/resume buttons when error occures
* Update tests
* Update website/src/docs/uppy.md
Co-Authored-By: Renée Kooi <renee@kooi.me>
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-01-28 18:45:23 +03:00
Eduardo Flores
285ac9a9d0
Changed aria-level attribute to correct syntax. ( #2032 )
...
* Changed aria-level attribute to correct syntax.
Changed the aria-level attribute to the correct syntax. Changes were also made to meet ADA compliance.
* update a few more aria-level attributes
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-01-22 13:06:53 +01:00
yoann-hellopret
0640a1a56a
remove encodeURIComponent to avoid encoding characters twice ( #2033 )
2020-01-22 12:39:52 +01:00
Ifedapo .A. Olarewaju
15cd6fd781
Merge pull request #2034 from transloadit/fix-onedrive
...
companion,website: make encryption shorter + enable onedrive on website
2020-01-22 12:36:18 +01:00
Ifedapo .A. Olarewaju
cb75538fcd
Merge pull request #1966 from transloadit/instagram-graph
...
companion: support new Instagram Graph API
2020-01-21 13:45:36 +01:00
ifedapoolarewaju
61edba36b3
companion,website: make encryption shorter + enable onedrive on website example
2020-01-21 13:14:17 +01:00
Renée Kooi
d9882e569d
changelog: remove some things from backlog that are already done
2020-01-20 17:19:17 +01:00
Renée Kooi
78003c2f5b
examples: fix s3 import path
2020-01-20 15:19:00 +01:00
Artur Paikin
4ee15aedef
Update CHANGELOG.md
2020-01-20 17:11:24 +03:00
ifedapoolarewaju
a54274f645
debug: make tests pass
2020-01-20 15:10:37 +01:00
ifedapoolarewaju
aeb3d12d7f
debug: fix base64 escaping
2020-01-20 14:25:23 +01:00
ifedapoolarewaju
4b4ff2eccd
Merge branch 'master' of github.com:transloadit/uppy
2020-01-20 13:42:53 +01:00
ifedapoolarewaju
4d8bdb282c
website: enable onedrive via url hash
...
cc @arturi
2020-01-20 13:42:26 +01:00
ifedapoolarewaju
1971117ee3
debug: encode companion auth token as base64
2020-01-20 13:40:48 +01:00