Commit graph

1515 commits

Author SHA1 Message Date
Artur Paikin
fea453b7a9 Add css require to Robodog docs 2019-10-12 17:23:39 +03:00
Artur Paikin
d3e8779d36
Publish 1.5 post 2019-10-11 17:31:36 +03:00
AJvanLoon
e31af72d15
Some polish 2019-10-11 13:20:18 +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
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
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
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
Oscar Balladares M
a854e43323 [1852] typo fix (#1852) 2019-09-27 20:42:48 +02:00
Renée Kooi
dfb23e58a6
website,examples: set a content-type header for S3 presigned PUT uploads
As suggested by @trumpet2012. Thanks!

Closes #1233
2019-09-23 15:22:44 +02:00
ifedapoolarewaju
a3809fcd2a
onedrive: add documentation + link as local dependecy 2019-09-20 11:23:32 +01:00
Ifedapo .A. Olarewaju
3fed571c0a
Merge pull request #1794 from transloadit/facebook-provider
companion,facebook: add support for facebook provider
2019-09-20 11:00:48 +01:00
ifedapoolarewaju
ff82134fcb
facebook: add documentation + link as local dependency 2019-09-20 10:52:42 +01:00
Artur Paikin
e82ac0f137
core: Don’t add/overwrite existing files, allow duplicates from different folders (#1767)
* Add file.data.relativePath to the file.id

* Don’t add/overwrite a file if a file with the same id already exsists, issue a warning

* override @uppy/tus fingerprint to uppy’s file.id

* combine cordove/react native handling, don’t log twice

* always use onError for errors in addFile

* use file.meta.relativePath instead of file.data.relativePath

what do you think, @lakesare?

* update tests to include allowing/diallowing duplicates and file.id generation with relativePath

* update tus-js-client

* refactor error handling for addFile and upload into a mutual  _showOrLogErrorAndThrow method

* explain duplicate files and relativePath

* throw TypeError vs Error when allowedFileTypes is not an array

* fix tests

* tweak docs

* Emit restriction-failed for all restriction errors, move it to _showOrLogErrorAndThrow
2019-09-19 16:43:51 +03:00
Artur Paikin
73907ae3c8
thumbnail-generator: add waitForThumbnailsBeforeUpload option, false by default (#1803)
* add waitForThumbnailsBeforeUpload option, false by default: enter preprocess stage until all thumbnails are generated and all exif data is added

* check if the queue is empty already, then resolve immediately

* add EXIF data to file meta, use uppy.once instead of on

* add generatingThumbnails locale

* delete the thumbnail from exif metadata, because it contains a blob
2019-09-18 19:18:48 +03:00
Artur Paikin
89b92c2309
Add info on how to restrict allowedFileTypes to a double-dot extension, such as .nii.gz
#1822
2019-09-17 18:46:06 +03:00
Artur Paikin
056a7114a1 Release 2019-08-30 15:24:04 +03:00
Artur Paikin
ab053e7ab2 add “force metafield” to docs and changelog 2019-08-30 09:53:58 +03:00
Artur Paikin
c345cbd589 talk about marking some files as “already uploaded” 2019-08-29 17:20:17 +03:00
Janko Marohnić
5f59374812 Link to Transloadit plugin from Robodog Form page (#1810) 2019-08-28 13:52:45 +03:00
Artur Paikin
7a315f60bf fix brackets 2019-08-27 20:03:06 +03:00
Artur Paikin
b7fd257650 fix React DragDrop docs 2019-08-27 19:57:05 +03:00
ifedapoolarewaju
c3ea4d384f
companion,facebook: add support for facebook provider 2019-08-22 14:50:48 +01:00
Artur Paikin
6599ebdc65
transloadit: add limit option, warn about using limit when it’s set to 0 (#1789)
* add limit option to transloadit plugin to pass down to tus

* warn to set limit when uploading over 10 files

* changelog to set the default limit in 2.0

* always warn if limit === 0
2019-08-22 16:29:00 +03:00
Evgenia Karunus
d57052abf7 uppy.io/docs/redux - mentioned that we can't persist Uppy state (#1793)
* uppy.io/docs/redux - mentioned that we can't persist Uppy state

* slight copy tweak and typography
2019-08-22 15:04:02 +03:00
Artur Paikin
aa9b2edcd3
website: switch to the new upload-endpoint in xhr-example (#1782)
* use the new upload-endpoint in xhr example

* remove unused “bundle” example

* update dev Dashboard example with new xhr test endpoint
2019-08-20 18:01:36 +03:00
Artur Paikin
ff7771b2cd
xhr-upload: Throw an error when trying to upload a remote file with bundle: true (#1769)
* Warn that we can’t bundle remote files when uploading in xhr-upload

* allow for `error` type logs in `onError` callback

* refactor error handling

* tweak error copy

* add Promise.reject

* throw always

* update docs to reflect that we now send global metadata with xhr, and that bundle: true is not possible with remote uploads
2019-08-16 18:38:54 +03:00
Renée Kooi
bf534c68f5 website: remove uppy server notice (#1780) 2019-08-14 19:53:15 +03:00
Artur Paikin
2ed93fcce4
dashboard: add dashboard:file-edit-start and dashboard:file-edit-complete events (#1776)
* add dashboard:file-edit-start and dashboard:file-edit-complete events

* Small docs change

1. Changed unusual quotes `“` to the ones we use in other places `"`
2. `then user` => `the user`

* prettify quotes
2019-08-13 21:12:56 +03:00
Artur Paikin
a7d7bbd710
docs: Talk about using a custom file input, instead of the file-input plugin (#1765)
* Talk about using a custom file input, instead of file-input plugin

* move to the end, handle restriction errors instead of ignoring
2019-08-09 19:24:29 +03:00
Evgenia Karunus
f486a89cdc /examples/xhrupload - more obvious UI, added a list of uploaded files (#1768)
* /examples/xhrupload - created a list of uploaded files, made progress bar more obvious

* Tiny style nit: spaces before the bracket
2019-08-07 16:06:14 +03:00
Artur Paikin
b5086f7ea2 publish the 1.3 post 2019-08-05 16:56:07 +03:00
Artur Paikin
5b42223fb4
website: blog post Uppy 1.3: Accessibility and performance, new languages (#1760)
* Add 1.3 post draft

* blog: iteration

* Update website/src/_posts/2019-08-1.3.md

Co-Authored-By: Ifedapo .A. Olarewaju <ifedapoolarewaju@gmail.com>

* Some polish

* Uncapitalized headers

* final tweaks and publish
2019-08-05 14:59:27 +03:00
Renée Kooi
0962677c83 docs: explicitly document supported tus-js-client options (#1755)
* docs: explicitly document supported tus-js-client options

* docs: add removeFingerprintOnSuccess
2019-08-01 16:30:03 +03:00
Evgenia Karunus
8331676559 /examples/dragdrop - added more obvious 'file was uploaded' indicator (#1750) 2019-07-29 16:01:57 +02:00
Ifedapo Olarewaju
abeb5f76cb docs: update changelog and docs about companion preflight gotcha
cc @arturi
2019-07-26 10:07:06 +01:00
Elio Capella Sánchez
ef2cf98de4 Improve addFile API (#1739)
* return file id of added files

* add documentation for returned value

* fix linting

* update test to new addFile API

* add docs for the change in the addFile API
2019-07-19 14:48:08 +02:00
Renée Kooi
10bc79574e
lerna link convert (#1730)
* lerna link convert

* ci: use npm ci

* update lockfile

* companion: set `bin` to source file

Since typescript doesn't actually transform anything, we can just use
this.

In a next major version we could set `noEmit: true` in the tsconfig and
stop publishing `lib`.

* companion: do chmod +x on start-server.js

* build: remove obsolete lerna config

* build: explicitly install latest versions when building e2e tests for ci

* Remove versions from private packages

* fix regex

* try fix

* ci: force npm to install to endtoend folder

* ci: fold up e2e build output

* Update netlify deploy preview command

* Remove mentions of npm run bootstrap

* Edit .github/CONTRIBUTING.md instead

* companion: add proxy executable

* companion: fix publish

* Downgrade jest to appease create-react-app
2019-07-19 12:16:36 +02:00
Artur Paikin
bd2beedcff Release 2019-07-18 17:21:42 +02:00
Renée Kooi
94efbd3ad9 robodog: allow customizing triggerUploadOnSubmit (#1691)
* robodog: allow customizing `triggerUploadOnSubmit`

* robodog: explain when to use triggerUploadOnSubmit: false
2019-07-16 15:27:40 +02:00
Renée Kooi
9948a841b7
docs: document redux store wart 2019-07-15 11:44:38 +02:00
Renée Kooi
afd30a43b8
transloadit: expand on resume: false reasons 2019-07-15 11:39:44 +02:00
Artur Paikin
7c9b55ce2e IE10: note we are stll running tests with it, but not actively supporting it
//cc @kvz @lakesare @goto-bus-stop @ifedapoolarewaju
2019-07-12 16:33:14 +02:00
Lee Rowlands
63193d6492 Fix docs navigation (#1717) 2019-07-09 11:31:40 +02:00
Artur Paikin
d4a80a9909 add note about what characters to use in metaField.id
//cc @lakesare
2019-07-08 18:09:24 +02:00