Commit graph

389 commits

Author SHA1 Message Date
Ifedapo Olarewaju
25da12754e Merge branch 'master' of github.com:transloadit/uppy 2019-01-19 16:04:13 +01:00
Ifedapo Olarewaju
25e31e5f26 fix: update instagram nextPagePath after every fetch 2019-01-19 16:03:04 +01:00
Artur Paikin
42d5061e2d
Merge pull request #1241 from transloadit/feature/statusbar-better-pause-resume-cancel
Update pause-resume-cancel icons
2019-01-18 01:08:21 +03:00
Artur Paikin
114845d5a2 Tweak styles, add viewBox
thanks @nqst
2019-01-18 01:06:34 +03:00
Artur Paikin
3ddf4c7548 Release 2019-01-15 19:21:04 +03:00
Artur Paikin
9fce77830b
Remove jsnext:main since it’s been deprecated
https://github.com/stereobooster/package.json#jsnextmain
2019-01-15 18:22:15 +03:00
Artur Paikin
597949958a
Update pause-resume-cancel icons 2019-01-15 18:06:59 +03:00
Renée Kooi
723c79df93
Merge pull request #1195 from architrave-de/fix/concurrent-timeout
Postpone timeout countdown until upload has started
2019-01-14 16:14:31 +01:00
Ifedapo Olarewaju
e5a2694a2d return next page path for ig only when posts exist 2019-01-12 20:37:54 +01:00
Renée Kooi
0d232a12cc
Merge pull request #1232 from transloadit/fix/morgan-security
companion: Update morgan dependency, fixes #1227
2019-01-07 16:11:00 +01:00
Renée Kooi
74b9e7eaf3
companion: Update morgan dependency, fixes #1227 2019-01-07 15:05:07 +01:00
Renée Kooi
575e9e2b16
xhr-upload: Fix responseType in IE 11, fixes #1228
The same restriction applies to `responseType` as to `withCredentials`.
Both must be set _after_ the open() call in Internet Explorer.
2019-01-07 14:59:27 +01:00
Artur Paikin
2e3231c4b2
Merge pull request #1217 from transloadit/chore/warn-trigger
dashboard: Log error if `trigger` is not found.
2018-12-20 17:41:22 +03:00
Renée Kooi
8a8e00da2f
Formatting for @uppy/react types 2018-12-20 14:52:58 +01:00
Renée Kooi
71fba74014
webcam,xhr-upload: Test and typing fixes 2018-12-20 14:51:42 +01:00
Renée Kooi
b869e7caf4
Add typings tests to Store modules. 2018-12-20 14:51:42 +01:00
Renée Kooi
3710b19e1b
Use export = in @uppy/core typings. 2018-12-20 14:51:42 +01:00
Renée Kooi
2eec28e0ae
dashboard: Log error if trigger is not found. 2018-12-20 14:23:42 +01:00
Davi Lima
6af0b03b3b Postpone timeout countdown until upload has started, i.e. has left browser concurrency queue (fixes transloadit#1190) 2018-12-11 10:34:54 +01:00
Renée Kooi
1a0878a851
Merge pull request #1131 from mattes3/master
Make Uppy's React components usable from Typescript
2018-12-10 15:50:12 +01:00
Artur Paikin
af80dd2d1b add orange for preprocessing and postprocessing 2018-12-06 16:22:49 +03:00
Renée Kooi
65cc174942
Remove "unknown time left" message 2018-12-03 14:57:59 +01:00
Renée Kooi
2cbe54194a
status-bar: Use indeterminate mode during upload if progress is not supported 2018-12-03 14:49:48 +01:00
Renée Kooi
d285c77ab4
Account for capabilities.uploadProgress in existing tests. 2018-12-03 14:37:16 +01:00
Renée Kooi
124763dd3c
Add supportsUploadProgress() tests 2018-12-03 14:35:52 +01:00
Renée Kooi
41fe68a4c3
fix undefined property stuff 2018-12-03 13:36:47 +01:00
Renée Kooi
b6df7174d5
Disable upload progress reporting if unsupported in browser. 2018-12-03 13:36:44 +01:00
Ifedapo Olarewaju
8f99463469 refactor: deprecate debugLogger 2018-12-02 22:26:52 +01:00
Artur Paikin
c68f2c7e68 Release 2018-11-29 23:36:16 +03:00
Artur Paikin
faefe0d5f0 @uppy/core peerDependency --> ^0.29.0 2018-11-29 21:34:56 +03:00
Artur Paikin
782f235e62
Merge pull request #1167 from transloadit/improvement/split-core-styles
Separate Core and Plugin styles
2018-11-29 17:09:14 +03:00
Renée Kooi
66de14cacc
Store Provider instances on this.provider instead of this[this.id]. 2018-11-26 15:01:33 +01:00
Renée Kooi
448f7a130f
Merge pull request #1149 from transloadit/fix/crypto-createcipher
Use createCipheriv instead of deprecated createCipher, fixes #1145.
2018-11-26 14:31:09 +01:00
Artur Paikin
55223913b5
Merge pull request #1169 from jderrough/fix/file-type-with-upper-case-extension
Fixed getFileType() when passed a file with an upper case extension
2018-11-26 16:26:18 +03:00
Ifedapo .A. Olarewaju
79156463ce
Merge pull request #1142 from tranvansang/patch-3
Fix: socket does not handle server.path option
2018-11-25 20:23:32 +01:00
Jonathan Derrough
4633abc143 Fixed getFileType() when passed a file with an upper case extension
Updated the unit tests
2018-11-23 15:13:08 +01:00
Artur Paikin
cd8fae0ac9 Don’t bundle Core styles with everything, because of CSS conflicts
To use Dashboard, you now have to include the following css:
```js
import '@uppy/core/dist/style.css'
import '@uppy/dashboard/dist/style.css'
```
2018-11-22 13:59:02 +03:00
Ifedapo Olarewaju
e7bb8f0c74 companion: pin grant to known stable version 2018-11-21 02:31:12 +01:00
Artur Paikin
be8a65a3c1
Merge pull request #1153 from transloadit/fix/progress-size
Use file sizes for progress calculations, closes #1132
2018-11-19 18:13:01 +03:00
Artur Paikin
c387f66110
Merge pull request #1157 from msand/patch-1
Fix handling of grant state
2018-11-17 16:33:52 +03:00
Artur Paikin
4714bcb9b7 hide “pleasePressRetry” message, cause it’s too long for mobile 2018-11-16 17:17:08 +03:00
Artur Paikin
c841e242a2 don’t set responseType if it’s empty string, because ie10 was failing with empty string
//cc @goto-bus-stop

IE10 was failing after https://github.com/transloadit/uppy/pull/1150
2018-11-16 17:08:25 +03:00
Artur Paikin
68730f8a1b Fix a bug where Webcam video was overflowing its container 2018-11-16 01:52:11 +03:00
Artur Paikin
677bedf600
Merge pull request #1148 from transloadit/fix/removed-files
Don't pass removed file IDs to next upload step, fixes #1003
2018-11-15 18:13:57 +03:00
Mikael Sand
2a03ef306e
Fix linting 2018-11-15 06:10:51 +02:00
Mikael Sand
3c2ddd32fa
Fix handling of grant state
E.g. dropbox wasn't working because state was stored under the dynamic property.
2018-11-14 02:48:38 +02:00
Renée Kooi
714a2373e8
Merge pull request #1129 from craigcbrunner/master
react: Allow Dashboard props width and height to accept a string for 100%
2018-11-12 15:34:08 +01:00
Renée Kooi
79ccb9af70
Move withCredentials back after open() and add IE10 comment 2018-11-12 14:37:13 +01:00
Renée Kooi
613fa8957b
xhr-upload: default responseType to browser default (empty string) 2018-11-12 13:15:09 +01:00
Matthias Bohlen
c8cb89bde0 Convert to "export =" everywhere because...
...the *.js source files use "module.exports = " instead of
"export default".
2018-11-12 12:05:54 +01:00