Commit graph

890 commits

Author SHA1 Message Date
Ifedapo Olarewaju
2770413d4d docs: improve server documentation cc @tim-kos 2018-01-21 09:41:22 +01:00
Benoit Ducharme
5297c15010
Update progressbar.md
Fixes documentation error
2018-01-18 23:23:09 -05:00
Artur Paikin
1cbffee047 Chore: set hexo-renderer-postcss dependency back to arturi’s fork 2018-01-15 12:37:08 -05: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
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
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
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
34ccf223c3 fix Dashboard example result console.log 2018-01-10 02:36:47 -05:00
Artur Paikin
c72ecb3376
Merge pull request #484 from martiuslim/fix-docs-typos
Fixed several typos in docs/server and docs/uppy
2018-01-09 14:07:09 -05:00
Artur Paikin
5d5cd3a88b fix typo 2018-01-08 15:40:48 -05:00
Artur Paikin
2b584c81d3 tus docs for resume: true 2018-01-08 12:53:26 -05:00
Artur Paikin
df2693d596 try smaller excerpt length 2018-01-08 12:53:09 -05:00
Artur Paikin
7261576391 add “File Uploader” to title for SEO
//cc @kvz maybe we should do something else too
2018-01-08 12:52:29 -05:00
Martius Lim
8f5683b03b updated typo fixes according to comments 2018-01-09 00:00:18 +08:00
Renée Kooi
c664126405
deps: Update node-notifier
This should remove the warnings about insecure dependencies we were
getting. node-notifier@4 depends on an old version of `marked` that has
an XSS vulnerability. We weren't really affected because we don't push
user input through node-notifier, but the warnings show up anyway :P
2018-01-08 16:00:54 +01:00
Artur Paikin
452f8c66c5
Merge pull request #474 from transloadit/fix/remote-uploads
Fix remote uploads
2018-01-06 11:58:09 -05:00
Artur Paikin
108fafe993 Chore: update marked 2018-01-05 19:07:28 -05:00
Artur Paikin
8494706490
Merge pull request #485 from wilkoklak/master
Add option to hide progress bar after upload finish #464
2018-01-05 17:29:02 -05:00
Artur Paikin
e6da1ec66b
Merge branch 'master' into fix/remote-uploads 2018-01-05 16:56:10 -05:00
Artur Paikin
c16215f12a Docs: note about Stores being not about file stores, but state 2018-01-05 16:14:57 -05:00
Artur Paikin
3c2b40b9e9 Docs: more options for running end to end tests 2018-01-05 16:12:34 -05:00
Artur Boryś
87de60fbc6 Update progressbar.md with info about hideAfterFinish 2018-01-05 19:40:13 +01:00
Artur Paikin
ccacac33cd add endpoint to tus docs 2018-01-04 16:29:02 -05:00
Artur Boryś
aaf4e67d91 Update docs
This commits adds:
  * information about hideProgressAfterFinish in Dashboard
  * information about hideAfterFinish in StatusBar
2018-01-04 10:43:37 +01:00
Martius Lim
68853c3fc2 Fixed several typos in docs/server and docs/uppy as well as made parentheses and paragraph formatting more consistent 2017-12-31 18:24:46 +08:00
Azeem Bande-Ali
8b98b96f68 Change seemlessly -> seamlessly 2017-12-30 11:54:52 -05:00
Renée Kooi
4ff3e9365d
Merge pull request #476 from xhocquet/docs-height-width-fix
Fix references to incorrect width/height attributes
2017-12-29 17:53:43 +01:00
Aidara Moussa
f9d3c36626
https://preact.js.org/ is not reachable
Hi,
Preactjs link ` https://preact.js.org/` is not reachable. I change it by https://preactjs.com/
2017-12-29 16:21:23 +01:00
Chris Sprance
5c0dffe3a0 Fixed spelling issues for server.md (#478) 2017-12-29 08:19:42 +01:00
Xavier Hocquet
1e0c416991
Fix references to incorrect width/height attributes 2017-12-28 16:13:49 -07:00
Artur Paikin
35a73286e1 uppyOptions might be undefined, catch JSON.parse error 2017-12-27 01:42:30 -05:00
Artur Paikin
741f82d89e fix website example 2017-12-27 01:26:32 -05:00
Kevin van Zonneveld
3bdbdcde79
Update example.ejs 2017-12-26 20:02:59 +01:00
Kevin van Zonneveld
c14694effb Leave a note asking for feedback 2017-12-25 12:33:39 +01:00
Kevin van Zonneveld
ada07ca471 Whitespace 2017-12-25 12:33:26 +01:00
Kevin van Zonneveld
f4f701b5d9 Link to jsdoc typescript in v0.22 post 2017-12-25 12:23:52 +01:00
Kevin van Zonneveld
694f8e9a20 Make changelog toggle-able in v0.22 post 2017-12-25 12:22:45 +01:00
Kevin van Zonneveld
7b02019668 Add GitHub follow button beneath v0.22 post 2017-12-25 12:22:26 +01:00
Kevin van Zonneveld
3ba64343a9
Update 2017-12-0.22.md 2017-12-25 11:49:50 +01:00