Alexander Zaytsev
6033f7d141
Better font size scale
2019-04-08 11:38:18 +03:00
Alexander Zaytsev
bd67dadce8
More compact Upload button
2019-04-08 11:27:47 +03:00
Alexander Zaytsev
c70409c006
Correct font sizes; Improved Add icon
2019-04-08 11:23:52 +03:00
Alexander Zaytsev
e947d836cb
Bolder titles, correct remove icon color
2019-04-08 11:12:30 +03:00
Alexander Zaytsev
4f391a4358
Typography: lighter black
2019-04-08 11:12:12 +03:00
Alexander Zaytsev
a8f2d4248d
Subtle horizontal ruler colors
2019-04-08 10:56:29 +03:00
Alexander Zaytsev
5668b6c7d7
Update Dropbox icon
2019-04-08 10:51:47 +03:00
Alexander Zaytsev
f905c8cc52
Remove scale effect when hovering on a provider icon
2019-04-08 10:45:45 +03:00
Artur Paikin
a927e009e1
tiny transition tweak
2019-04-05 19:35:25 +03:00
Kevin van Zonneveld
02c39dfeff
Update README.md
2019-04-05 16:39:45 +02:00
kiloreux
bf0c3c52e8
Fix serverless ( #1408 )
...
* Fix serverless
* Disable debug
2019-04-05 16:13:05 +02:00
Artur Paikin
7ae8af44ab
Release
2019-04-04 19:31:09 +03:00
Artur Paikin
9fd9751dae
Merge branch 'master' of https://github.com/transloadit/uppy
2019-04-04 19:22:44 +03:00
Artur Paikin
11cfa7f9d6
change color of upload error tooltip (?)
2019-04-04 19:22:27 +03:00
Artur Paikin
f13e0b5345
Merge pull request #1360 from Mactaivsh/feature/xhr-validateStatus
...
allow customized option to set upload status
2019-04-04 18:43:21 +03:00
Artur Paikin
0069482aeb
Merge pull request #1411 from transloadit/core/remove-console-dir
...
Remove console.dir
2019-04-04 18:07:30 +03:00
Artur Paikin
a4f94a8d6b
remove dir, since it’s probably unnessesary now and not supported in React Native
...
//cc @kvz
2019-04-04 18:06:07 +03:00
Artur Paikin
c52dc24317
Merge pull request #1396 from transloadit/fix/yet-more-typescript
...
typescript: fix uppy package use with allowSyntheticImports: false
2019-04-04 17:51:54 +03:00
Artur Paikin
4de6582bdf
Merge pull request #1410 from lakesare/fix/dashboard-icons-jiggling-on-safari
...
Dashboard Plugin - fix icons jiggling on hover in safari
2019-04-04 16:59:51 +03:00
Artur Paikin
6a5c25f7ab
Merge pull request #1376 from transloadit/fix/progress-again
...
YMPT™: Yet More Progress Tweaks
2019-04-04 16:47:48 +03:00
Evgenia Karunus
94045ad251
Dashboard Plugin - fix icons jiggling on hover in safari
2019-04-04 14:28:41 +02:00
Evgenia Karunus
1bb2b042c8
Dashboard Plugin - fix icons jiggling on hover in safari
2019-04-04 14:05:26 +02:00
Artur Paikin
f83b4b06d9
fix StatusBar error tooltip positioning
2019-04-04 14:55:58 +03:00
Ifedapo Olarewaju
d9ec8d28f4
companion: overwrite bytestotal for only tus uploads
2019-04-04 10:35:28 +01:00
Renée Kooi
771baab716
companion: install git so we can fetch tus-js-client fork ( #1404 )
2019-04-03 17:09:07 +02:00
Renée Kooi
5a5e54fd0f
Update lockfile [test]
2019-04-03 16:43:48 +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
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