Commit graph

2017 commits

Author SHA1 Message Date
ifedapoolarewaju
fd9c1933ad
website: optionally enable facebook with transloadit 2020-02-04 12:16:30 +01:00
Artur Paikin
1ea950d5d2
core: Always log errors (#2029)
* Show errors in logs always. nullLogger --> justErrorsLogger

Reasoning: too often we ended up showing errors in the Informer bubble, but not in the console, which is wrong and annoying. Devs still have an option to silence logs or direct them elsewhere by setting a custom logger

* Hide pause/resume buttons when error occures

* Update tests

* Update website/src/docs/uppy.md

Co-Authored-By: Renée Kooi <renee@kooi.me>

Co-authored-by: Renée Kooi <renee@kooi.me>
2020-01-28 18:45:23 +03:00
ifedapoolarewaju
61edba36b3
companion,website: make encryption shorter + enable onedrive on website example 2020-01-21 13:14:17 +01:00
ifedapoolarewaju
4b4ff2eccd
Merge branch 'master' of github.com:transloadit/uppy 2020-01-20 13:42:53 +01:00
ifedapoolarewaju
4d8bdb282c
website: enable onedrive via url hash
cc @arturi
2020-01-20 13:42:26 +01:00
Artur Paikin
7eda2346a8
core: setState(modifiedFiles) in onBeforeUpload (#2028)
* Updating files in state, too, because uploader plugins receive file IDs only, not actual files

* Update doc examples with simpler spread syntax
2020-01-20 15:33:38 +03:00
ifedapoolarewaju
0b4c22dddb
Revert "debug: see if excluding cookies for onedrive fixes large header issue"
This reverts commit c6fbae5a9d.
2020-01-19 23:02:27 +01:00
ifedapoolarewaju
c6fbae5a9d
debug: see if excluding cookies for onedrive fixes large header issue 2020-01-19 22:32:36 +01:00
Artur Paikin
aefa2986d7 Temporary disable OneDrive, only show Facebook with #enable-facebook in the url 2020-01-17 16:55:12 +03:00
Kevin van Zonneveld
c4af95d98c Switch from Discourse to Disqus for comments
Because not a soul leaves a comment via Discourse, because Discourse doesn't allow embeded comments, and Jeff Atwood has made it clear, they never will.
2020-01-17 11:40:15 +01:00
Kevin van Zonneveld
303751915e Merge branch 'master' of github.com:transloadit/uppy 2020-01-17 11:24:39 +01:00
Artur Paikin
c7868c5c20 tiny comment fix 2020-01-16 20:40:43 +03:00
Artur Paikin
d3595e4b4d Forgot to add cover image 2020-01-16 20:27:41 +03:00
Artur Paikin
ed18c78f96 Add cat demo video to 1.7 quite post 2020-01-16 20:25:09 +03:00
Kevin van Zonneveld
a82dee3a84 Merge branch 'master' of github.com:transloadit/uppy 2020-01-15 17:26:39 +01:00
Kevin van Zonneveld
96e21be9d0 Create package-lock.json 2020-01-15 17:26:35 +01:00
Renée Kooi
44495c3246
website: redirect /stats, /docs/stats, /guide/stats to package list section 2020-01-15 17:00:49 +01:00
Renée Kooi
2b91a96c95
Release 2020-01-15 16:39:45 +01:00
Renée Kooi
7706cad4b7
blog: remove a wip sentence lol 2020-01-15 11:40:28 +01:00
Renée Kooi
bb2ff31335
blog: just quietly release the smol 1.7 post, we can do a proper one for 1.8 again 2020-01-10 14:05:03 +01:00
Artur Paikin
60c0654f17 Hide 1.0 logo banner from the website 2019-12-19 17:17:03 +01:00
Renée Kooi
f5fb7d7c5e
website: quick incomplete draft for a 1.7 blog post 2019-12-18 15:24:59 +01:00
Corentin Ardeois
178343d264 feat(s3-multipart): add optional headers for signed url (#1985)
Update `prepareUploadPart` contract to accept an optional `headers` property in the returned value.
If `headers` are present, they will be sent along the S3 presigned URL

Fixes #1984
2019-12-16 16:07:26 +01:00
Renée Kooi
18180d5778
Release 2019-12-16 12:53:23 +01:00
Ifedapo .A. Olarewaju
2194638eb4
Merge pull request #1975 from transloadit/enable-onedrive
website: enable onedrive on the website example
2019-12-13 11:24:31 +01:00
Renée Kooi
1afe6977af
Pass metadata to Companion getKey() option for S3 uploads (#1866)
* aws-s3: send metadata to companion

* companion: apply non-multipart s3 metadata to object

* companion: add metadata parameter to getKey() api

* docs: add `metadata` parameter for `getKey`
2019-12-09 15:05:40 +01:00
Renée Kooi
8180fa91ab
Merge branch 'master' into enable-onedrive 2019-12-09 14:28:49 +01:00
Artur Paikin
88fc5d0de1
Website: add plugin versions (#1952)
* Move stats to plugin list, add table with versions of all plugins

* Update Hexo to 4.0, and other deps too

* update hexo-filter-github-emojis dependecy, run lerna bootstrap

* re-create package-lock.json

* crap, it adds body/html to any document now, and this is a partial :(

* companion: temporary fix for ts compile error

* fix netlify maybe

* node 12 is lts

* revert attempted netlify command fix

* update package-lock.json
2019-12-09 12:46:38 +03:00
ifedapoolarewaju
3398147922
website: enable onedrive on the website example 2019-12-05 15:26:43 +01:00
Renée Kooi
a6e44a9531
docs: add companionHeaders to s3-multipart docs 2019-12-04 11:02:50 +01:00
Artur Paikin
356a79dc44 website: update Privacy Policy to reflect that tus and uppy demo uploads are deleted after 72h, not 24h (#1963)
* Update Privacy Policy to reflect that tus and uppy demo uploads are deleted after 72h, not 24h

https://app.intercom.io/a/apps/qiqpfgjg/inbox/inbox/conversation/24554991679

* add “uppy.io”, since we now also upload to `upload-endpoint.uppy.io`
2019-12-02 14:49:22 +01:00
Renée Kooi
61b54b914d
docs: FB and OneDrive are not yet in the CDN bundle 2019-12-02 12:52:14 +01:00
Dominic Eden
e7fbaa940d [feature] - Add new ‘showRecordingLength’ option for the Webcam plugin (#1947)
* [feature] - Add new ‘showRecordingLength’ prop for the Webcam plugin. When this is true, it counts the duration of a recording and displays it to the user. Add a test for generating the correct duration of the recording.

* Update packages/@uppy/webcam/src/style.scss

Co-Authored-By: Artur Paikin <artur@arturpaikin.com>

* Added i18n for the recording length counter and update Readme. Fix Webcam styles where some styles were not in alphabetical order.

* Update packages/@uppy/webcam/src/style.scss

Co-Authored-By: Artur Paikin <artur@arturpaikin.com>

Added i18n for the recording length counter and update Readme. Fix Webcam styles where some styles were not in alphabetical order.
2019-11-27 20:10:38 +03:00
Behnam Mohammadi
fd1d1a24b0 Updated sample code to real code (#1864) 2019-11-26 21:07:21 +03:00
Renée Kooi
07f8a6a058
docs: mention in aws-s3 docs that it has an issue with many files 2019-11-25 15:49:11 +01:00
Artur Paikin
99ffd84565 fix 1.6 post date 2019-11-13 21:07:34 +03:00
Artur Paikin
ca12128b92 publish 1.6 post 2019-11-13 19:01:25 +03:00
AJvanLoon
a5572cb77f
Some polish
Hau, hau, hau!
2019-11-13 15:49:33 +01:00
Artur Paikin
9cb87e6fed Use CDN bundle in CDN example, add comments about CDN bundle to Robodog Markdown Snippets
//cc @kvz
2019-11-12 20:30:30 +03:00
Artur Paikin
6418d879e1 draft 1.6 post 2019-11-11 19:42:58 +03:00
Artur Paikin
ec41c5f81e website: fix restrictions checkbox with setOptions 2019-11-08 18:48:58 +03:00
Renée Kooi
5d906440c2 locales: Rename es_GL → gl_ES (#1929)
* locales: Rename es_GL → gl_ES

the `es-GL` locale means Spanish in Greenland.
`gl-ES` means Galician in Spain.

I just renamed the file here which is a breaking change. I think that's
acceptable for the locales package, as it isn't a dependency of anything
else. `@uppy/locales@2.0` doesn't affect anything. what do y'all think?

* locales: add backwords compat module for es_GL

* add comment with reasoning
2019-11-08 18:31:05 +03:00
Artur Paikin
f29a22c78c Merge branch 'master' of https://github.com/transloadit/uppy 2019-11-08 18:16:49 +03:00
Artur Paikin
6c051e69c9 Add addFile method docs to the Url plugin
https://github.com/transloadit/uppy/issues/658#issuecomment-549081193
2019-11-08 18:14:51 +03:00
Alexis Hope
23b8e820ea Add reset-progress event to docs (#1922)
* document reset-progress event

* reword progress reset behaviour

* remove totalProgress reference
2019-11-08 18:03:52 +03:00
Renée Kooi
8d41fcb2df docs: make Robodog naming more consistent (#1935)
* docs: use the same form ID in all robodog samples

So that copy-pasting parts from different samples together will work.

* docs: uppercase Robodog variable in samples

The CDN bundle exports an uppercase variable, but we used lowercase in
many samples for importing and using the npm module. This consistently
uppercases the R so you can copy-paste code from CJS examples into a
project that uses the CDN build.
2019-11-08 14:36:22 +01:00
ifedapoolarewaju
83d3fcb4e4
website: add facebook to dashboard example 2019-11-04 15:45:07 +01:00
Renée Kooi
13ad48c1f5
docs: update contributing.md now that lerna supports 2FA 2019-11-04 11:57:54 +01:00
Renée Kooi
c370dba0b6
Release 2019-11-04 10:56:06 +01:00
Artur Paikin
4e54483e61 core: setOptions for Core and plugins (#1728)
* Add a method to update options in Core

* Add a method to update options in Plugin (for any plugins)

* Allow re-initializing i18n locales after they’ve been updated with .setOptions

* use rest spread instead of Object.assign

* override setOptions in plugins to include i18nInit

* merge restrictions object in setOptions

* check that newOpts exists

* add spread ...

* don’t double merge

* add i18nInit to all plugins that use translation strings

* add setOptions tests to Core and Dashboard

* add setOptions docs for Core and Plugins

* fix tests for thumbnail-generator by adding plugins: {} to mock core

cause ThumbnailGenerator now calls this.setPluginState, which expects `core.state.plugins`

* also update meta with setOptions if it’s passed, change the way this.opts is set in core

@goto-bus-stop does this look ok? merging restrictions opts in core

* if locale was passed to setOptions(), call plugin.setOptions() on all plugins, so that i18n updates

* add Dashboard test that checks if locale is updated from Core via setOptions()

* Reafactor website Dashboard example to use setOptions and allow selecting a locale

🎉
2019-11-04 10:33:30 +01:00