Commit graph

354 commits

Author SHA1 Message Date
Renée Kooi
c370dba0b6
Release 2019-11-04 10:56:06 +01:00
Renée Kooi
1ab63aa395
examples: support COMPANION_AWS_ENDPOINT env var in aws+companion example 2019-11-01 10:29:55 +01:00
ifedapoolarewaju
9b90c808b5
companion: set Access-Control-Allow-Credentials only when request origin is whitelisted 2019-10-21 08:41:20 +01:00
Renée Kooi
aea91d00db
Release 2019-10-14 16:49:30 +02:00
Renée Kooi
b2f158e45e
Release 2019-10-14 16:43:19 +02:00
Renée Kooi
4e32e61d7c
Release 2019-10-09 21:00:46 +02:00
Artur Paikin
94cca0acc9 expose uppy on window for development, as before 2019-10-09 17:18:23 +03:00
Renée Kooi
733de659da
Upgrade standard to v14 (#1860)
* Update eslint dependencies.

* standard --fix

* build: disable handler name lint rule

* status-bar: manually fix lint errors

* webcam: manually fix lint errors

* url: manually fix lint errors

* react-native: manually fix lint errors

* dashboard: manually fix lint errors

* informer: manually fix linting errors

* progress-bar: manually fix lint errors

* provider-views: manually fix lint errors

* redux-dev-tools: manually fix lint errors

* build: disable buggy no-unused-vars rule

* examples: manually fix lint errors

* ` quotes for code things, ' for text things
2019-10-09 14:53:02 +02:00
Renée Kooi
08c896d4af
examples: fix transloadit-textarea charset and CSS url 2019-09-23 15:55:09 +02:00
Renée Kooi
ddc9704af1
examples: update imagemagick_stack in robodog example 2019-09-23 15:51:42 +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
Renée Kooi
9dae62dc87
examples: use in-tree uppy version in xhr examples 2019-09-20 14:58:27 +02:00
ifedapoolarewaju
f1d6f6b6dc
companion,onedrive: implement OneDrive Provider plugin 2019-09-20 11:02:27 +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
Artur Paikin
056a7114a1 Release 2019-08-30 15:24:04 +03:00
ifedapoolarewaju
c3ea4d384f
companion,facebook: add support for facebook provider 2019-08-22 14:50:48 +01: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
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
magumbo
f71ec6a5de Missing build step from readme, npm start will fail without this (#1735) 2019-07-17 11:43:26 +02:00
Renée Kooi
9f22fb28e4
xhr-upload: send global metadata when bundle: true (#1677) 2019-07-05 17:11:57 +02:00
Evgenia Karunus
0755798b8c Make DragDrop entirely clickable (#1633)
* /examples/dev - added drag-drop plugin dev environment

* @uppy/drag-drop - moved isDragDropSupported() to @uppy/utils

* @uppy/drag-drop - got rid of drag-drop npm library

* examples/dev - made compiled files placed in /output instead of /lib

* ~/examples/dev - made watchify only watch files once

* @uppy/drag-drop - add onPaste

* /examples/dev - readded html css override-attempts

* @uppy/drag-drop - made whole area clickable, and made it accessible

* @uppy/drag-drop - removed excessive outline in firefox

* change dragText classname to browse, minor spacing and order changes
2019-06-19 20:14:44 +03:00
Evgenia Karunus
7ce63fcb7e Accessibility follow-up PR: make all svgs not focusable in IE11 (#1662)
* /examples/dev - added polyfills for easy development in IE11

* @uppy/dashboard - made all svgs not focusable in IE11

* /examples/dev - started sharing serviceWorker registration code

* /examples/dev - added polyfills for IE11 to dev bundle
2019-06-17 17:08:05 +03:00
Renée Kooi
2aa6d5a162
Release 2019-06-07 14:34:13 +02:00
Artur Paikin
28d235fe2f Release 2019-06-05 19:07:20 +03:00
Renée Kooi
9a6d487d4e
robodog: actually support specifying Dashboard options (#1504)
robodog: actually support specifying Dashboard options
2019-06-05 16:07:15 +02:00
Evgenia Karunus
8be2004826 Feature/replace dnd in drag drop package (#1565)
* /examples/dev - added drag-drop plugin dev environment

* @uppy/drag-drop - moved isDragDropSupported() to @uppy/utils

* @uppy/drag-drop - got rid of drag-drop npm library

* examples/dev - made compiled files placed in /output instead of /lib

* ~/examples/dev - made watchify only watch files once

* @uppy/drag-drop - add onPaste

* /examples/dev - readded html css override-attempts

* @uppy/drag-drop - made whole area clickable, and made it accessible

* @uppy/drag-drop - removed excessive outline in firefox

* REVERTED last 2 commits
2019-06-05 17:04:34 +03:00
Renée Kooi
513ba53c37
examples: mention that you need to install & bootstrap 2019-06-03 13:53:56 +02:00
Renée Kooi
bbd4930a42
react-example: fix security advisory 2019-05-27 16:15:40 +02:00
Renée Kooi
c868272e5d
fix babel config for react example 2019-05-20 15:37:56 +02:00
Renée Kooi
065b1271dd
fix babel on dev example
have to set --cwd to make babelify transform files outside of the
current working directory.

in other examples, we use the lib/ files, so it's not necessary; here we
use the src/ files that need to be babelified still.
2019-05-20 11:49:36 +02:00
Renée Kooi
ad37793467
Update eslint-plugin-compat and eslint-plugin-jest 2019-05-20 11:28:44 +02:00
Renée Kooi
f97b3931bb
Upgrade eslint. 2019-05-20 11:28:44 +02:00
Renée Kooi
2574d1251c
Update babel in examples 2019-05-20 11:27:04 +02:00
Renée Kooi
1ad322497f
Release 2019-05-08 15:27:15 +02:00
Ifedapo Olarewaju
854654b135 react-native-example: fix chunked reading
cc @kvz @arturi
2019-05-02 17:54:33 +01:00
Renée Kooi
fd5a1e7bb0
robodog: actually support specifying Dashboard options 2019-04-29 14:18:02 +02:00
Artur Paikin
25d4b3678b Release 2019-04-25 23:03:25 +03:00
Artur Paikin
be4aeff303
Merge pull request #1489 from transloadit/tus-file-reader-expo
rn-expo: add custom file reader example for tus
2019-04-25 14:19:27 +03:00
Artur Paikin
c0fcbbc3ec
Merge pull request #1494 from transloadit/docs/react-native
Add basic @uppy/react-native docs
2019-04-25 14:07:14 +03:00
Artur Paikin
6a874ac9b6 add readme to example 2019-04-25 14:06:19 +03:00
Artur Paikin
1f588323e1 Merge branch 'master' into tus-file-reader-expo 2019-04-25 11:58:20 +03:00
Artur Paikin
64dbd0f4d8 use companionUrl in React Native example 2019-04-24 19:03:48 +03:00
Ifedapo Olarewaju
07556c999c rn-expo: add custom file reader example for tus 2019-04-24 14:53:52 +01:00
Kevin van Zonneveld
97dc3902fb Merge branch 'master' of github.com:transloadit/uppy 2019-04-23 10:23:54 +02:00
Kevin van Zonneveld
2389d3f914 Use robodog for var name 2019-04-23 10:23:50 +02:00
Artur Paikin
22a4abbf07 Update React Native example to use @uppy@0.30.5 (#1469)
* Fallback when icon is not available to prevent crashing

* react native tus fingerprint is now built into @uppy/tus@0.35.5, removing from example

//cc @ifedapoolarewaju @kvz

* update to @uppy@0.35.5
2019-04-23 09:47:28 +02:00
Artur Paikin
0f95529cc5 Release 2019-04-19 15:46:25 +03:00
Artur Paikin
3a2dca233a
Merge pull request #1389 from transloadit/examples_update
Examples update
2019-04-19 13:03:56 +03:00
Artur Paikin
b6020b5d55 add @uppy/react-native as a dependency to the example 2019-04-18 16:12:46 +03:00