Commit graph

1626 commits

Author SHA1 Message Date
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
Artur Paikin
614d0c455f add exifr to changelog and next blog post 2020-04-21 20:34:33 +02:00
Artur Paikin
29ed21674c 1.13 post draft
@ifedapoolarewaju please edit “Google Docs support in Companion”, @goto-bus-stop please edit “AWS S3”, but also any changes are welcome, thanks!
2020-04-19 22:57:19 +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
Michael Hulet
4c9c55fd38
Fix minor typo in Dashboard docs (#2193) 2020-04-13 16:32:57 +02:00
Renée Kooi
7bf390abda
add markdown linting using remark (#2181)
* build: add markdown linting

* build: support markdown front matter

* build: fail remark lint on warnings

* Fix markdown lint warnings

* changelog: fix markdown errors, allow literal URLs

* ci: add markdown lint step

* website: regenerate contributing.md

* build: properly ignore vendor and built files from remark-lint

* build: add private packages to lerna config
2020-04-13 09:48:11 +02:00
ifedapoolarewaju
0481589f3b
Release 2020-04-08 17:37:56 +01:00
Marc-Antoine Ferland
40d39ecbf7
Fix typo in thumbnail-generator doc (#2177) 2020-04-06 19:00:49 +02:00
AJvanLoon
478927cb6b
Some polish 2020-04-03 18:24:18 +02:00
AJvanLoon
9ecc54dfd2
A little polish 2020-04-03 18:16:57 +02:00
Artur Paikin
120e3b6172
Rename 2020-03-1.10.md to 2020-04-1.10.md 2020-04-03 14:15:23 +02:00
Artur Paikin
0f5b6e9223 publish 1.10.1: Facebook and OneDrive post 2020-04-03 13:32:19 +02: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
ifedapoolarewaju
be59f514d1
blog post: revise OneDrive + Facebook release post 2020-03-30 15:24:22 +01:00
Leonardo Galli
8735c896a5
[Dashboard] Allow setting the input type when editing files in Dashboard plugin (#2147)
* Added possibility of specifying form field type.

* remove log statements

* Change to allow providing custom render function

* Add Types and Docs.

* Pass Uppy-styled CSS class names, so developers can leverege them when adding their custom inputs

@goto-bus-stop as we’ve discussed, what do you think?

* Fix var name

* dashboard: make typings for `render()` stricter

so people will get type errors if they try to return React elements or
raw DOM nodes.

Co-authored-by: Artur Paikin <artur@arturpaikin.com>
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-03-30 13:12:52 +02:00
Artur Paikin
f32b77455b docs fix 2020-03-27 15:49:04 +01:00
Artur Paikin
f614aee76a add Uppy 1.10.1 Facebook and OneDrive post draft 2020-03-27 15:48:45 +01:00
Renée Kooi
8e79920097
docs: document XHRUpload#validateStatus option (#2154) 2020-03-27 11:20:45 +01:00
Ibrahim Shindy
e7dc7bd9cc
Fix fragment URL (#2156)
* Fix fragment URL

The hashtag: "#Configure-Standalone" is not correct and doesn't lead to anything. Fixed that.

* Update website/src/docs/companion.md

* Apply suggestions from code review

Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2020-03-26 16:52:07 +01:00
ifedapoolarewaju
fa32da7cf3
Release 2020-03-25 12:37:44 +01:00
Artur Paikin
305ee8a4df website: add Dark Mode docs and example demo 2020-03-25 11:32:40 +01:00
Renée Kooi
876f8a2fc0
webcam: Try to respect restrictions (#2090)
* webcam: request a video mime type listed in `allowedFileTypes`

* webcam: stop recording when we are about to reach the max file size

* webcam: request an image mime type listed in `allowedFileTypes`

* docs: add Webcam#preferredImageMimeType

* locale: add `recordingStoppedMaxSize` string

* changelog: check webcam restrictions

Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2020-03-24 18:53:36 +01:00
Clement Fradet Normand
59e658e983
Add meta.relativePath explicit example (#2106)
* Add meta.relativePath explicit example

Spent hours to test it to add a relativePath and non unique ids for files with the same name but coming from different folders.

It works like it but it's confusing with the `setMeta` method.

* tweak comment

Co-authored-by: Renée Kooi <renee@kooi.me>
2020-03-23 11:11:43 +01:00
Renée Kooi
5e25b2a939
Fix translations that did not respect word order (#2077)
* Fix translations that did not respect word order

Fixes #2069

We were still using raw string concatenation in these two places. To
maintain backwards compatibility, this commit adds _new_ translations
that are substitution-based instead of concatenation-based. The old
translation is passed in as a possible substitution parameter
`backwardsCompat`, and the default (English) translations use this
parameter.

With this, if you are using a custom locale that overrides eg. the
`exceedsSize` string, Uppy will first get your `exceedsSize`
translation, and then use the default `exceedsSize2` translation which
concatenates that result and the file size. So it works the same as it
did in the past.
If a translation requires a different word order, it can override the
`exceedsSize2` translation instead.
```js
new Uppy({
  locale: {
    strings: {
      exceedsSize2: 'Maximum file size of %{size} exceeded',
      poweredBy2: '%{uppy} made this!'
    }
  }
})
```

In 2.0, we can remove all the old strings and only use `poweredBy2` (and
probably rename them to `poweredBy` too, heh)

* website: add missing dashboard strings to docs

* locales: remove unused second plural form from EN and NL

* build: allow different numbers of plural forms

* utils: add test for new throwing behaviour

* docs: insert PR url

* locales: revert ko_KR changes

* changelog: add 2.0 backlog entry

* locales: var → const

* docs: add brief note that translators should supply a pluralize function

* locales: update en_US with new template

* fix HEIGHT_MD = 400

Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2020-03-19 14:41:14 +01:00
Stephane Mensah
d85cf2024b
Docs: fix incorrect link to Dashboard in locale.md (#2128)
- Replaced incorrect link to the Dashboard docs: `http://localhost/docs/dashboard/#locale` -> `https://uppy.io/docs/dashboard/#locale`
- Replaced `here's Dashboard` with a meaningful sentence.
2020-03-16 10:58:58 +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
Renée Kooi
82e2100ad8
docs: allowedFileTypes is a property of restrictions 2020-03-11 16:06:12 +01:00
Artur Paikin
e20d6e78fc
Ok, now actually publish the 1.8 and 1.9 post 2020-03-11 12:09:26 +01:00
Artur Paikin
289d39a6e7 publish 1.8 and 1.9 post
finally

Co-Authored-By: Ifedapo .A. Olarewaju <ifedapoolarewaju@gmail.com>
Co-Authored-By: Renée Kooi <github@kooi.me>
2020-03-09 16:28:19 +01:00
Renée Kooi
9192c9fca9
blog: add missing image 2020-03-09 15:37:01 +01:00
Renée Kooi
ecf8b8c044
blog: expand the types section 2020-03-09 15:09:57 +01:00
Jason Bosco
b40934a90c
Allow S3 ACL to be specified in Companion Standalone (#2111) 2020-03-09 10:43:16 +01:00
ifedapoolarewaju
7676fd11b3
blog: update 1.9 blog post
cc @arturi
2020-03-06 20:10:47 +01:00
Artur Paikin
e27178bfa1 1.9 post draft 2020-03-05 23:40:08 +00:00
Artur Paikin
40570c22df Website: fix privacy policy layout 2020-03-05 19:18:36 +00:00
Artur Paikin
ee39e7c967 docs: update custom plugin example
thanks @kiloreux
2020-03-04 22:43:24 +00:00
Renée Kooi
d191703595
companion: allow providing any S3 option, closes #1388 (#2030)
* companion: allow providing any S3 option, closes #1388

Now you can configure any S3 option listed in
https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#constructor-property.

It adds a warning about the official S3 names `accessKeyId` and
`secretAccessKey` because you should use the Companion-style names `key`
and `secret` instead.

* companion: use awsClientOptions property for Aws SDK config

* companion: also reject keys inside awsClientOptions

* should keep the checks next to each other

* companion: first check if awsClientOptions isnt null
2020-03-04 14:01:59 +01:00
Jason Bosco
b2b24a2404
Add S3 ACL option to companion docs (#2109) 2020-03-04 10:27:48 +01:00
Marc-Antoine Ferland
cbe33a661f
Fix typo in thumbnail generator documentation (#2108) 2020-03-04 09:54:04 +01:00
ifedapoolarewaju
1096c7e6af
website: optionally point to companion with graph instagram API 2020-03-03 17:41:14 +01:00