Commit graph

3648 commits

Author SHA1 Message Date
Artur Paikin
da459efd41 changelog 2018-01-21 11:23:07 -05:00
Ifedapo Olarewaju
2770413d4d docs: improve server documentation cc @tim-kos 2018-01-21 09:41:22 +01:00
Artur Paikin
63823edc9c
Merge pull request #540 from bducharme/patch-1
Fix documentation error
2018-01-19 01:39:09 -05:00
Benoit Ducharme
5297c15010
Update progressbar.md
Fixes documentation error
2018-01-18 23:23:09 -05:00
Artur Paikin
5a5aa3e2d2 Fix: click on folder checkbox should select folder
this keeps breaking 😱
2018-01-16 16:45:06 -05:00
Artur Paikin
96b6799b68 Merge branch 'master' of https://github.com/transloadit/uppy 2018-01-16 00:50:07 -05:00
Artur Paikin
658f653d20 changelog 2018-01-16 00:50:03 -05:00
Artur Paikin
a1536ca777
Merge pull request #526 from transloadit/fix/limited-progress
core: Initialise `progress.bytesTotal` as soon as upload starts
2018-01-15 12:59:45 -05:00
Artur Paikin
cd5c74b16e
Merge pull request #528 from transloadit/fix/aws-put-err
s3: More robust XML check, fixes #518
2018-01-15 12:57:58 -05:00
Artur Paikin
6f295da4b8 Fix: focusable elements in Dashboard 2018-01-15 12:37:43 -05:00
Artur Paikin
1cbffee047 Chore: set hexo-renderer-postcss dependency back to arturi’s fork 2018-01-15 12:37:08 -05:00
Artur Paikin
29cbe67a3d
Merge pull request #523 from transloadit/deps
Dependency version updates
2018-01-15 12:31:14 -05:00
Artur Paikin
2a9dd92b9d
Merge pull request #524 from transloadit/fix/upload-button
statusbar: Account for processing in `newFiles` prop
2018-01-15 12:01:01 -05:00
Artur Paikin
1c0069d21f
Merge pull request #525 from transloadit/fix/hidden-statusbar
statusbar: Fix status text still showing when statusbar is hidden
2018-01-15 11:55:14 -05:00
Renée Kooi
4e70e13f6a
s3: More robust XML check, fixes #518 2018-01-15 14:19:28 +01:00
Renée Kooi
536bda7394
core: Initialise progress.bytesTotal as soon as upload starts
This way our ETA calculations etc. will be correct even if it takes a
very long time for the first progress event comes in. This helps
especially with XHRUpload's `limit` option, where queued uploads will
not be firing progress events at all until other uploads have finished.
2018-01-15 12:24:23 +01:00
Renée Kooi
e56da452fc
statusbar: Fix status text still showing when statusbar is hidden
(Maybe we can use `display: none;` here instead? I am not sure how that
would interact with the animation though.)
2018-01-15 12:17:20 +01:00
Renée Kooi
1768a82640
statusbar: Account for processing in newFiles prop
This will make sure the upload button is also hidden when files are
still processing, but not uploading any bytes.
2018-01-15 12:13:12 +01:00
Renée Kooi
1152341e77
website: npm update 2018-01-15 11:46:52 +01:00
Renée Kooi
570a48463a
website: Update js-yaml 2018-01-15 11:44:58 +01:00
Renée Kooi
42f0362ef8
website: Update remaining hexo plugins 2018-01-15 11:42:45 +01:00
Renée Kooi
243cc83d25
website: Add babel-core peerDependency for babelify 2018-01-15 11:37:17 +01:00
Renée Kooi
1a529907ff
website: Update hexo-deployer-git
Fixes a runtime deprecation warning.
2018-01-15 11:29:29 +01:00
Renée Kooi
327f6ef68d
website: Upgrade hexo-browsersync
Now using the same version of browser-sync as everything else.
2018-01-15 11:28:02 +01:00
Renée Kooi
809fd98a10
website: Update browserify 2018-01-15 11:23:35 +01:00
Renée Kooi
3b3be58a9a
website: Update postcss
Ref https://github.com/arturi/hexo-renderer-postcss/pull/4
2018-01-15 11:14:54 +01:00
Renée Kooi
392ac167a8
website: Upgrade hexo-renderer-scss
Now using the same node-sass version for the website as is used for the
Uppy build itself.
2018-01-15 10:50:30 +01:00
Renée Kooi
05b0979734
website: Remove eslint dependency
The website code is linted using the eslint dependency specified in the
repo root.
2018-01-15 10:46:37 +01:00
Renée Kooi
20f8b5d2d5
Remove babel-eslint.
`eslint-plugin-standard-preact` includes babel-eslint, and uses a newer
version to boot.
2018-01-15 10:40:20 +01:00
Renée Kooi
5b1076c452
Update glob. 2018-01-15 10:38:00 +01:00
Renée Kooi
dee474896f
Update uppy-server
Adds a little script to configure and run it, because uppy-server
no longer includes the source files necessary to `npm start` it
like we did previously.

Remove `nodemon` since it was only used by uppy-server's `npm start`
script.
2018-01-15 10:35:59 +01:00
Renée Kooi
55db117ed1
Update socket.io-client and url-parse 2018-01-15 10:26:41 +01:00
Renée Kooi
4bf30db53f
Update es6-promise
The breaking change is in the auto-polyfill behaviour, but we use
`babel-plugin-es6-promise` so we don't use the auto-polyfill behaviour.
2018-01-15 10:24:11 +01:00
Renée Kooi
5ecde45a86
Remove nock dependency
We were not using this.
2018-01-15 10:11:29 +01:00
Renée Kooi
16b25c164f
Update cuid.
This seems to have been basically rewritten but the size is about the
same and it still generates unique IDs, so.
2018-01-15 10:06:33 +01:00
Renée Kooi
efc98934a5
Update get-form-data.
The only breaking change there is renaming a method we do not use
directly.
2018-01-15 10:03:02 +01:00
Renée Kooi
1e674b3d01
Update dev helper things 2018-01-15 10:01:08 +01:00
Renée Kooi
e9849f7b29
Update dev dependencies 2018-01-15 09:58:03 +01:00
Renée Kooi
9b87805534
Update deps 2018-01-15 09:49:49 +01:00
Renée Kooi
be6fa4a105
Merge pull request #520 from bperel/master
Remove duplicated CSS properties
2018-01-15 09:18:36 +01:00
Ifedapo Olarewaju
043fc7ba05 update uppy-server docs cc @arturi 2018-01-15 08:31:40 +01:00
Artur Paikin
c1b1d94c49
Merge pull request #504 from transloadit/ci/single-build
ci: Remove duplicate build step
2018-01-12 23:36:26 -05:00
Artur Paikin
1f3bbb9551
Merge pull request #507 from transloadit/tus/resume-false-dont-store-url
Tus: `resume: false` — don’t store url
2018-01-12 18:06:27 -05:00
Artur Paikin
a7aeb93ea8 changelog todo 2018-01-12 12:04:15 -05:00
Artur Paikin
81bf231dd4 More prominent info about env variables in Uppy Server docs
//cc @ifedapoolarewaju feel free to correct me here
2018-01-12 12:04:07 -05:00
Bruno Perel
81ee1228cf Remove duplicated CSS properties 2018-01-12 13:41:52 +01:00
Artur Paikin
cda881eaba Merge branch 'master' of https://github.com/transloadit/uppy 2018-01-11 15:13:12 -05:00
Artur Paikin
2236dc4060 changelog todos 2018-01-11 15:13:09 -05:00
Ifedapo .A. Olarewaju
541d082528
update changelog 2018-01-11 11:45:08 +01:00
Artur Paikin
34ccf223c3 fix Dashboard example result console.log 2018-01-10 02:36:47 -05:00