Commit graph

381 commits

Author SHA1 Message Date
ifedapoolarewaju
5528c6f6ea
Release 2020-04-30 12:52:46 +01:00
Renée Kooi
6e2dfd7c0f
Release 2020-04-29 17:45:02 +02:00
Artur Paikin
a6c8ef15e1
ScreenCapture plugin for screenshots / screen recordings (#2132)
* Finnish locale semantics improved

* Finnish semantics improved

* Screen capture initial commit

* Fix. Removed audio constraint from video.

* ui improvements

* so Lerna doesn’t try to publish as private

* refactor, tweak icons

* remove commented code from webcam styles

* Check for MediaRecorder (hides button in Safari) and refactor everything

* update readme

* beta for now

Co-authored-by: Miika Jukakoski <miika.jukakoski@ourmind.io>
2020-04-21 20:47:20 +02:00
Renée Kooi
3c89563f1b
examples: make S3 endpoint configurable for aws-presigned-url 2020-04-20 14:12:58 +02:00
ifedapoolarewaju
323233488f
Release 2020-04-15 20:07:42 +01:00
Artur Paikin
5752662a93 Release 2020-04-14 22:25:47 +02:00
Artur Paikin
d85185559d
Dashboard tablist IE10 flex fix and refactor (#2192)
* Refactor Dashboard provider list flexbox styles to work in IE10

* Refactor and cleanup

* tweak title width
2020-04-13 10:45:48 +02:00
ifedapoolarewaju
0481589f3b
Release 2020-04-08 17:37:56 +01:00
Artur Paikin
4eee20aa18 Release 2020-04-01 22:29:44 +02:00
Renée Kooi
700863e46e
Release 2020-04-01 17:32:30 +02:00
Renée Kooi
3b54808cc7
Loosen metaFields.render types again to fix React/preact typings conflict 2020-04-01 13:04:34 +02:00
Renée Kooi
697ad04a34
examples: document npm run build, closes #2024 2020-03-30 16:07:24 +02:00
ifedapoolarewaju
fa32da7cf3
Release 2020-03-25 12:37:44 +01:00
Artur Paikin
9a610f1204 Publish
- uppy@1.10.1
 - @uppy/facebook@1.0.0
2020-03-11 23:54:00 +01:00
Artur Paikin
2664a59450 Release 2020-03-11 21:50:23 +01:00
ifedapoolarewaju
b20bc7e1f1
Release 2020-02-26 10:41:36 +01:00
Artur Paikin
2c98271103 Release 2020-02-14 23:17:48 +01:00
Artur Paikin
07e9909bfc Release 2020-02-12 12:24:41 +01:00
Artur Paikin
77ef346cb0 Release 2020-02-11 21:17:04 +01:00
Renée Kooi
78003c2f5b
examples: fix s3 import path 2020-01-20 15:19:00 +01:00
Renée Kooi
2b91a96c95
Release 2020-01-15 16:39:45 +01:00
Renée Kooi
7b2283d8ef
examples: add npm run example script
a bad result from adding the examples as dependencies of the root
repository is that they now don't have access to the npm binaries they
need to run in their own folder, because they are installed into the
root repository instead.

this works around that issue.

we may need to consider undoing that change and making the examples work
as standalone projects again, that's easier to understand.

fixes #2024 for now.
2020-01-15 11:16:56 +01:00
Renée Kooi
564c500b76
examples: tweak node-xhr instructions 2020-01-15 10:53:59 +01:00
Renée Kooi
18180d5778
Release 2019-12-16 12:53:23 +01:00
Renée Kooi
419a27ddcb
examples: add some knobs to the dev example
Because I keep typing the same thing over and over again to test S3 or
Transloadit uploads for example. Figure it will be easier just to toggle
some of these values instead :)
2019-12-02 15:50:03 +01:00
Renée Kooi
a4c4486789
dev: add some easier config to the dev example 2019-12-02 15:50:03 +01:00
Renée Kooi
e74690e20c
examples: remove UPPYSERVER_ references 2019-11-20 16:55:30 +01:00
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