Commit graph

1668 commits

Author SHA1 Message Date
Renée Kooi
4ff28bee2a
website: also escape output in dragdrop example 2020-07-29 16:43:20 +02:00
Renée Kooi
3286f935e9
website: fix unescaped html output, thanks Shivprsad Sammbhare
Reported by https://linkedin.com/in/shivprasadsambhare
2020-07-29 15:26:38 +02:00
Renée Kooi
8c826313b6
A few docs things (#2371) 2020-07-29 12:17:27 +02:00
Renée Kooi
6151b33700
Release 2020-07-21 16:49:28 +02:00
bdirito
4ad07f5f1b
Adds the ability to upload whole folders to dashboard (#2334) 2020-07-21 14:19:00 +02:00
Artur Paikin
602e1759ea Add poster to video 2020-07-21 12:22:55 +01:00
Artur Paikin
50eaf37910 Image Editor doc category tweak 2020-07-21 12:13:32 +01:00
Artur Paikin
c3206d6a2d Add twitter feedback link 2020-07-21 12:10:36 +01:00
Artur Paikin
65e75a3b77 Publish Image Editor post 2020-07-21 11:16:51 +01:00
Kevin van Zonneveld
63e8446594 Update 2020-07-1.18-image-editor.md 2020-07-21 10:30:39 +02:00
Ryan Schumacher
2db787fe77
Add preact 10 comment (#2227)
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-07-21 09:50:36 +02:00
Artur Paikin
cbc6c362b4 new Uppy() 2020-07-20 17:44:52 +01:00
Artur Paikin
070365cd64 Add Image Editor post draft 2020-07-20 17:43:34 +01:00
Artur Paikin
3e6be9d310 Fix image editor in the dashboard example 2020-07-20 14:52:24 +01:00
Artur Paikin
1faeb43228 Release 2020-07-19 14:37:55 +01:00
Artur Paikin
b48757b50c update docs and dev example 2020-07-18 10:38:07 +01:00
Artur Paikin
cd5f455b7d ImageEditor --> imageEditor 2020-07-17 12:56:27 +01:00
Artur Paikin
5c761b8f36 Merge branch 'master' into dashboard-image-cropping 2020-07-16 18:56:15 +01:00
Artur Paikin
7a3bc72a63 Add image-editor to Dashboard example 2020-07-16 18:55:34 +01:00
Artur Paikin
bfa3fd729b Add “beta” 2020-07-16 18:36:09 +01:00
Artur Paikin
9726f01f5e add docs 2020-07-16 18:21:25 +01:00
Renée Kooi
16686fc0ca
Release 2020-07-15 13:59:56 +02:00
Renée Kooi
5012eb4124
aws-s3-multipart: implement retries (#2312) 2020-07-13 15:10:23 +02:00
Pedro Fernandes Steimbruch
f54c6dad99
Improve react docs (#1936)
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-07-13 12:51:30 +02:00
ifedapoolarewaju
4f21f6b12b
docs: correct syntax typos 2020-07-11 18:00:40 +01:00
Renée Kooi
f68c5b9273
docs: auth setup instructions for Dropbox and Google Drive (#2345)
Co-authored-by: Ifedapo .A. Olarewaju <ifedapoolarewaju@gmail.com>
2020-07-06 11:38:38 +02:00
Ifedapo .A. Olarewaju
34d5d2c1b2
docs,website: tutorial on adding custom providers (#2310)
* docs,website: first draft of tutorial on adding custom providers

* docs: define "Provider Plugins"

* blog,docs: revise Provider summary

* docs: use consistent sample comments

* blog, examples: use svg code directly as custom provider icon
2020-07-03 17:22:00 +01:00
Artur Paikin
ca9adf605d
Merge pull request #2323 from transloadit/dashboard-file-removed-ui
Add `reason` to `file-removed` event to distinguish when a file was manually removed by user
2020-06-29 14:00:43 +01:00
Artur Paikin
f9093c59d2 add reason to the docs 2020-06-29 04:35:19 +01:00
Artur Paikin
945b7b92fb revert dashboard:file-removed-ui 2020-06-24 17:51:52 +01:00
ifedapoolarewaju
aacaff256c
Release 2020-06-18 16:31:40 +01:00
Artur Paikin
0f7adf5759 add small example 2020-06-17 15:34:38 +01:00
Artur Paikin
9fb7b8b2da Add dashboard:file-removed-ui event 2020-06-17 15:28:30 +01:00
ifedapoolarewaju
391ee65210
docs: correct companion link 2020-06-15 11:40:39 +01:00
Artur Paikin
b00ba13912 Release 2020-06-13 03:12:22 +01:00
Artur Paikin
bb98e5cb1e update docs about error.isNetworkError 2020-06-13 01:36:54 +01:00
Artur Paikin
68f36b1ac2
Refactor FileProgress component (#2303)
* refactor FileProgress component; pass hideCancelButton, hidePauseResumeButton and hideRetryButton

* move icons to where they are rendered, rename UppyIcon to uppy-u-icon

* cleanup: rename DashboardItem, remove xmlns

* update docs to specify the option also hides action button on each individual file
2020-06-06 04:10:01 +02:00
Renée Kooi
6a01523273
Release 2020-05-25 15:51:21 +02:00
Artur Paikin
99db9f2076
Dashboard: add options to show remove button after complete (#2284) 2020-05-25 14:33:21 +02:00
Renée Kooi
ba4f182c48
aws-s3-multipart: make chunk size configurable, fixes #1543 (#2253) 2020-05-18 14:23:06 +02:00
Kevin van Zonneveld
803611ed04
Move @uppy/utils/lib/prettyBytes -> @transloadit/prettier-bytes (#2231)
* Move @uppy/utils/lib/prettyBytes -> @transloadit/prettier-bytes so we can more easily re-use it across projects

* Switch to MIT licensed @transloadit/prettier-bytes

* lockfile fun

* build: add dep for website/inject.js

Co-authored-by: Renée Kooi <renee@kooi.me>
2020-05-07 16:54:13 +02:00
ifedapoolarewaju
5528c6f6ea
Release 2020-04-30 12:52:46 +01:00
Renée Kooi
6e2dfd7c0f
Release 2020-04-29 17:45:02 +02:00
Renée Kooi
4dce124013
examples: fix a case typo :) 2020-04-29 16:34:04 +02:00
Renée Kooi
d043677c16
examples: fix screen capture toggle in dashboard example 2020-04-29 16:03:15 +02:00
Artur Paikin
ecb1a22a3d tel 2020-04-23 14:19:03 +02:00
Artur Paikin
23f3bf9edc publish 1.13 post 2020-04-22 11:41:02 +02:00
Renée Kooi
7231b91920
blog: iterate on 1.13 post 2020-04-22 11:27:24 +02:00
Ifedapo .A. Olarewaju
5ad145775a
update 1.13 blog post
cc @arturi
2020-04-22 09:50:56 +01: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