Mark Skelton
84c3eda830
docs: Rename markypython username ( #1898 )
2019-10-19 09:05:07 +02:00
Ifedapo .A. Olarewaju
94d764c841
Merge pull request #1886 from transloadit/facebook-grid-view
...
facebook, provider-views: support list + grid view for facebook
2019-10-16 15:39:31 +03:00
Ifedapo .A. Olarewaju
731114735e
provider-views: remove debug log
2019-10-14 18:24:44 +03:00
Ifedapo .A. Olarewaju
95e0707fcb
provider-views: object spread
...
Co-Authored-By: Renée Kooi <renee@kooi.me>
2019-10-14 18:23:19 +03:00
Renée Kooi
0d233eca88
changelog: 1.5.2
2019-10-14 16:55:14 +02:00
Renée Kooi
aea91d00db
Release
2019-10-14 16:49:30 +02:00
Renée Kooi
d474ffeb42
Merge branch 'master' of github.com:transloadit/uppy
2019-10-14 16:45:57 +02:00
Renée Kooi
b2f158e45e
Release
2019-10-14 16:43:19 +02:00
Renée Kooi
68858c34fb
changelog: 1.5.1
2019-10-14 16:40:57 +02:00
Renée Kooi
b501b7fce2
Let lerna ask for OTP
2019-10-14 16:37:13 +02:00
Renée Kooi
dc4420e019
dashboard: fix retry icons on individual files ( #1888 )
...
The `...props` object that we were spreading into `<FileProgress />`
contained another, different `error` prop, which was empty for
individual file upload failures. By putting the `...props` spread in
front, the file-specific error takes precedence over the global error.
Fixes #1881
2019-10-14 16:32:30 +02:00
Renée Kooi
abaf7947c0
aws-s3-multipart: advance queue after local file upload complet… ( #1887 )
...
I must've tested with just remote files and missed these missing bits in
the local file upload code 😩
Will do a patch release asap when this lands.
2019-10-14 16:32:14 +02:00
Kevin van Zonneveld
9d940193c4
Update CHANGELOG.md
2019-10-14 13:50:23 +02:00
Renée Kooi
d5bb8fc167
facebook,onedrive: fix package.json descriptions
2019-10-14 13:30:42 +02:00
ifedapoolarewaju
c2e3e1b611
facebook, provider-views: support grid view for facebook
2019-10-14 04:50:51 +03:00
Artur Paikin
fea453b7a9
Add css require to Robodog docs
2019-10-12 17:23:39 +03:00
Renée Kooi
50bbeb0245
core: provide default error message ( #1880 )
...
We were already doing `if (file.error)` in places, now that is
guaranteed to work even if the error message was empty or the error
object is custom and doesn't have a `.message` property.
2019-10-11 16:42:40 +02:00
Artur Paikin
d3e8779d36
Publish 1.5 post
2019-10-11 17:31:36 +03:00
Renée Kooi
a1eeaa386b
Update babel-eslint and jest
...
Fixes the `no-unused-vars` issue.
Disables the preflight check in CRA, it has its own isolated module tree
so it was useless anyway.
2019-10-11 16:11:52 +02:00
Renée Kooi
aee4dee171
fixes flagged by LGTM.com ( #1876 )
...
* aws-s3-multipart: fix typo
This was doing a weird thing and probably causing more cancellation
bugs.
Flagged by lgtm.com
* form: fix comparison
* companion-client: fix use strict directive
2019-10-11 13:42:30 +02:00
AJvanLoon
e31af72d15
Some polish
2019-10-11 13:20:18 +02:00
Kanin Peanviriyakulkit
6e1e719897
Add th_TH.js ( #1873 )
...
* Add th_TH.js
translation for Thai language.
* Update th_TH.js
2019-10-10 12:26:48 +03:00
Renée Kooi
31b34b8e8a
changelog: add 1.5 version table
2019-10-09 21:11:50 +02:00
Renée Kooi
4e32e61d7c
Release
2019-10-09 21:00:46 +02:00
Renée Kooi
48bbaac0d0
blog: add all the other PRs
2019-10-09 20:00:51 +02:00
Renée Kooi
12e005019e
aws-s3-multipart: fix queueing behaviours ( #1855 )
...
* aws-s3-multipart: prevent deadlock in rate limit queue
* utils: fix RateLimitedQueue thrashing when aborting all items
* aws-s3-multipart: only send abort request if upload was already created, fixes #1146
2019-10-09 19:55:29 +02:00
Renée Kooi
6ea4536b6c
blog: typo fix
2019-10-09 16:52:50 +02:00
Artur Paikin
8283df523f
Add duplicate files and companion access token revocation, copy edits
2019-10-09 17:19:22 +03:00
Artur Paikin
94cca0acc9
expose uppy on window for development, as before
2019-10-09 17:18:23 +03:00
Artur Paikin
04c49fd274
Add “remove serverHeaders” 2.0 todo
2019-10-09 17:18:00 +03:00
Renée Kooi
733de659da
Upgrade standard to v14 ( #1860 )
...
* Update eslint dependencies.
* standard --fix
* build: disable handler name lint rule
* status-bar: manually fix lint errors
* webcam: manually fix lint errors
* url: manually fix lint errors
* react-native: manually fix lint errors
* dashboard: manually fix lint errors
* informer: manually fix linting errors
* progress-bar: manually fix lint errors
* provider-views: manually fix lint errors
* redux-dev-tools: manually fix lint errors
* build: disable buggy no-unused-vars rule
* examples: manually fix lint errors
* ` quotes for code things, ' for text things
2019-10-09 14:53:02 +02:00
Renée Kooi
d820cdeea5
website: use double quotes in yaml
2019-10-09 14:50:39 +02:00
Renée Kooi
483fb2ec4e
docs: tweak a sentence
2019-10-09 14:36:54 +02:00
Jonathan Ly
fd74bc7341
docs: fix typo ( #1869 )
2019-10-09 14:35:59 +02:00
Renée Kooi
d6d4b05425
companion-client: rename serverHeaders to companionHeaders ( #1861 )
2019-10-09 14:34:52 +02:00
Behnam Mohammadi
9ad13d63a2
fixed typo ( #1865 )
...
* fixed typo
* Fixed typo
2019-10-07 16:07:59 +02:00
Renée Kooi
8061f49d9e
blog: fill in providers section
2019-10-07 15:05:21 +02:00
Renée Kooi
042bbd2f09
website: start drafting 1.5 blog post
2019-10-04 16:17:05 +02:00
Marcus Forsberg
ea4d06aef8
Improve Swedish translation ( #1859 )
2019-10-04 12:08:45 +02:00
Renée Kooi
0f81d70c51
aws-s3: replace resolve-url by url-parse ( #1854 )
...
So it works in browser-ish, but non-DOM, environments. Will use the
global `URL` API if available, and fall back to url-parse, which has a
compatible-enough API.
Fixes https://github.com/transloadit/uppy/issues/1720
2019-10-04 11:00:50 +02:00
Mark Skelton
931d693417
Update CHANGELOG.md ( #1858 )
2019-10-03 16:17:52 +03:00
Ifedapo .A. Olarewaju
f967403100
test: e2e for fastRetry in providers ( #1766 )
2019-09-30 16:12:45 +02:00
Renée Kooi
91ee6af4a0
changelog: add merged PRs
2019-09-30 10:53:22 +02:00
Oscar Balladares M
a854e43323
[1852] typo fix ( #1852 )
2019-09-27 20:42:48 +02:00
Renée Kooi
8bc931868c
locales: Update en_US.
2019-09-27 12:00:49 +02:00
Ifedapo .A. Olarewaju
1dd4d79aa7
Merge pull request #1843 from transloadit/revoke-provider-access
...
Revoke provider access
2019-09-25 20:30:30 +01:00
Ifedapo .A. Olarewaju
c67262028c
Merge branch 'master' into revoke-provider-access
2019-09-25 19:34:57 +01:00
Ifedapo .A. Olarewaju
56eed5a82a
Merge pull request #1846 from transloadit/google-drive-shared-drive
...
companion,google-drive: drop deprecated usage for Google Drive's "shared drive"
2019-09-25 15:46:58 +01:00
ifedapoolarewaju
f366f4f5ab
companion: allow all fields for GDrive's "/drives" endpoint
2019-09-25 15:36:51 +01:00
ifedapoolarewaju
5dd4aaf71d
debug,companion: add other fields for testing
2019-09-25 15:05:18 +01:00