Renée Kooi
ef85bc9872
transloadit: add AssemblyOptions test for fields array
2019-04-03 12:14:54 +02:00
Artur Paikin
220b56d497
Merge pull request #1274 from transloadit/ig-uploads
...
fix instagram hanging uploads
2019-04-03 12:51:20 +03:00
Artur Paikin
51fd4d97aa
Merge branch 'master' into feature/react-native
2019-04-02 18:08:44 +03:00
Artur Paikin
c8abe6f559
Merge pull request #1398 from lakesare/fix/even-out-files-in-dashboard
...
Dashboard Plugin: made list items even out
2019-04-02 18:02:47 +03:00
Kevin van Zonneveld
116865284e
Also cover the case when installing companion without a JS project /thx @canvasbh
2019-04-02 14:29:36 +02:00
Artur Paikin
d3a6be786d
Merge pull request #1393 from transloadit/remove-window-location
...
companion-client: remove the use of window.location
2019-04-02 11:57:31 +03:00
Ifedapo Olarewaju
62305be8b9
companion-client: remove the use of window.location
2019-04-01 14:44:03 +01:00
Evgenia Karunus
16f337b6c9
Dashboard Plugin: made list items even out
2019-04-01 18:20:02 +05:00
Renée Kooi
b277edb687
Add test for unsized files
2019-04-01 14:50:08 +02:00
Renée Kooi
8000f08812
Merge branch 'master' into fix/progress-again
2019-04-01 13:44:02 +02:00
Renée Kooi
5709647728
typescript: fix uppy package use with allowSyntheticImports: false
...
Synthetic default imports allow you to `import X from 'x'` if `'x'` is a
CommonJS module. Our `uppy` package relied on that (probably forgot to
update it in a previous patch). If users had set
`allowSyntheticDefaultImports: false`, they would not be able to use the
`uppy` package.
We should at some point go through the typings again and set everything
to the tightest options, because that'll work with the widest array of
users, but for now let's just unbreak this particular case.
Fixes #1395
2019-04-01 11:47:52 +02:00
Evgenia Karunus
71db43a993
Dashboard Plugin: remove jumpiness when uppy loads
2019-03-29 21:09:30 +05:00
Ifedapo Olarewaju
de04c7978c
companion: send null when download is complete
2019-03-29 14:22:14 +01:00
Ifedapo Olarewaju
c1abfea33d
xhr-upload: load CompanionClient appropriately
2019-03-29 13:58:58 +01:00
Artur Paikin
5a3f7c5161
Merge pull request #1363 from transloadit/feature/gdrive-thumbnails
...
Show thumbnails instead of a generic icon in Google Drive
2019-03-28 17:58:57 +03:00
Artur Paikin
f164f6bf89
remove comment
2019-03-28 17:25:13 +03:00
Artur Paikin
00d51606cb
add space before parentheses
2019-03-28 16:27:51 +03:00
Ifedapo .A. Olarewaju
90d4329816
Merge pull request #1371 from yonahforst/master
...
HTTP-header-safe JSON for dropbox
2019-03-28 11:11:25 +01:00
kiloreux
17b7b29938
Change type to secret ( #1387 )
2019-03-28 09:19:59 +01:00
Ifedapo Olarewaju
cb7a209037
companion-client: use different informer message for auth errors
2019-03-28 01:46:12 +01:00
Ifedapo Olarewaju
794508588d
companion: handle 40x responses that are emitted as errors
2019-03-28 01:42:46 +01:00
Ifedapo Olarewaju
867f473e7e
companion: make logs to properly format objects
2019-03-28 01:42:46 +01:00
Ifedapo Olarewaju
700b557c3b
provier-views,companion-client: handle 401 response for companion
2019-03-28 01:42:46 +01:00
Ifedapo Olarewaju
6fb6138321
companion: send 401 for invalid access token
2019-03-28 00:53:04 +01:00
Ifedapo .A. Olarewaju
fa6e5d7b02
Merge pull request #1369 from transloadit/async-token-storage
...
companion-client: add asyn wrapper around token storage
2019-03-28 00:39:19 +01:00
Ifedapo Olarewaju
bf436c21c4
companion-client: add asyn wrapper around token storage
2019-03-28 00:36:41 +01:00
Ifedapo .A. Olarewaju
459abae480
Merge branch 'master' into ig-uploads
2019-03-28 00:14:48 +01:00
Ifedapo Olarewaju
b3a21d8040
companion: point to installable tus-js-client fork
2019-03-28 00:09:50 +01:00
Artur Paikin
aed28e3477
Merge pull request #1382 from lakesare/fix/overflowing-tooltip-text
...
Informer Plugin: made the tooltip not overflow the uppy container
2019-03-27 19:07:30 +03:00
Evgenia Karunus
3366bc3d47
Informer Plugin: made the tooltip not overflow the uppy container
2019-03-27 03:19:56 +05:00
Ifedapo .A. Olarewaju
fc0c7e4155
Merge pull request #1366 from HughbertD/bug/default-redirect-uri-fix
...
Updated the callback URIs to reflect their correct location
2019-03-26 16:18:24 +01:00
Yonah Forst
d09963cb7c
fix linter errors
2019-03-26 00:37:14 +01:00
Renée Kooi
9b3d4076be
core: handle null file sizes, like from Instagram
2019-03-25 15:59:47 +01:00
Renée Kooi
a8475b8a9b
companion: report file sizes for Dropbox and Drive providers
...
This was accidentally broken in #1093
2019-03-25 15:58:49 +01:00
Renée Kooi
4a2a6e7d62
core: un-hardcode concat in youCanOnlyUploadFileTypes locale
...
In some languages, it probably doesn't make much sense to put the list
of allowed file types at the end.
The list of mime types/extensions may not be desired at all, so now you
can omit `%{types}` to not show it.
2019-03-25 12:55:46 +01:00
Yonah Forst
abb719da2f
HTTP-header-safe JSON for dropbox
...
address #1370
2019-03-25 11:47:39 +01:00
Ifedapo Olarewaju
239f08ce72
companion: check that provideTokens were loaded before logging out
2019-03-25 09:39:05 +01:00
Artur Paikin
ed854354dd
fix ProviderBrowserItem
2019-03-23 19:05:02 +03:00
Artur Paikin
021aeea6a2
more weight to uppy-Dashboard-poweredBy
2019-03-22 16:38:35 +03:00
Hugh Downer
23db006083
Updated the callback URIs to reflect their correct location
2019-03-22 10:45:19 +00:00
Artur Paikin
7e9394f106
Fix typos in class names
...
fixes #1364 , thanks @markypython
2019-03-21 21:53:37 +03:00
Artur Paikin
442387b7d7
show thumbnails instead of a generic icon in Google Drive
2019-03-21 20:06:05 +03:00
Artur Paikin
b519544b40
protect some styles from bleeding
2019-03-21 19:55:11 +03:00
Mactavish
699be4dd97
test: add XHRUpload test for validateStatus
2019-03-21 11:07:29 +08:00
Mactavish
2af8139871
feat: add validateStatus options to determine whether upload is successful or failed
2019-03-21 11:06:38 +08:00
Ifedapo .A. Olarewaju
b4045f08fc
Merge pull request #1354 from transloadit/fix/validationerror
...
companion: do not use Uploader instance if options validation failed
2019-03-20 14:00:32 +01:00
Artur Paikin
a0355dbbe8
use stubs instead of removed locales
2019-03-19 14:45:56 +03:00
Ifedapo .A. Olarewaju
9b1c5229f4
Merge pull request #1350 from transloadit/aws-s3-multipart-401
...
use companion-client for remote aws-s3 uploads
2019-03-18 14:17:23 +01:00
Ifedapo .A. Olarewaju
29f0f255fc
Merge pull request #1305 from yonahforst/master
...
Add heroku example to readme
2019-03-18 14:14:28 +01:00
Renée Kooi
78ef41fbe8
companion: do not use Uploader instance if options validation failed
2019-03-18 14:01:27 +01:00