Commit graph

21 commits

Author SHA1 Message Date
Renée Kooi
d6d4b05425
companion-client: rename serverHeaders to companionHeaders (#1861) 2019-10-09 14:34:52 +02:00
Renée Kooi
c62ec3665d Update eslint to v6 (#1777)
* Update eslint

* Do eslint --fix

* Do not access Object.prototype method 'hasOwnProperty' from target object

* utils: add hasProperty

* eslint --fix

* Disable quote-props for locale files

* add back quotes in locale files

* revert locale files to state on master

* Update react-scripts
2019-08-13 21:45:30 +03: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
d0383fb229 robodog: fix form({ modal: true }) not enabling modal options (#1690)
* robodog: fix `form({ modal: true })` not enabling modal options

Previously, dashboard modal options like `closeAfterFinish` were not
available to robodog.form even if the `modal: true` option was set. this
was because the `addDashboardPlugin` function checks that `opts.inline
=== false`, and we were keeping it null/undefined.

* robodog: use the same `inline` check as the Dashboard does
2019-07-12 17:10:48 +02:00
Artur Paikin
5e35987079
Log error in uppy.addFile try/catch (#1680)
* Log error in uppy.addFile try/catch

* Add `.isRestriction` to a custom RestrictionError, check for that before logging

* keep throwing for robodog.upload

//cc @goto-bus-stop
2019-06-28 20:25:17 +03:00
Renée Kooi
e6c52f7681
Use opts.id as the plugin ID for all plugins, fixes #1674 2019-06-19 09:58:14 +02:00
Renée Kooi
d57403025e
robodog: use chooseFiles string like @uppy/file-input (#1669)
* robodog: use chooseFiles string like @uppy/file-input

* robodog: add default chooseFiles string

* file-input: add update notice above chooseFiles default

* Add locale docs
2019-06-17 18:38:47 +02:00
Renée Kooi
b64705fce2
New sync version (#1600)
New sync version
2019-06-05 16:19:48 +02:00
Renée Kooi
980210f76c
Add VERSION properties to all plugins.
And remove the proposal-object-rest-spread plugin because it is built
into preset-env now.
2019-05-27 16:53:47 +02:00
Renée Kooi
fd5a1e7bb0
robodog: actually support specifying Dashboard options 2019-04-29 14:18:02 +02:00
tim-kos
4744303975 Add support for option. 2019-04-24 16:27:07 +02:00
Artur Paikin
e3657ae017
Merge pull request #1450 from transloadit/feature/robodog-dashboard
robodog: add Dashboard API
2019-04-18 15:47:34 +03:00
Renée Kooi
105cdbc2d9
robodog: explain defaults and return value 2019-04-15 13:36:47 +02:00
Renée Kooi
d566b494e0
robodog: add the file lol 2019-04-15 11:10:51 +02:00
Renée Kooi
93f216763e
robodog: rm unused function 2019-04-15 10:58:34 +02:00
Renée Kooi
0fa68aab9d
wip 2019-04-15 10:34:58 +02:00
Ifedapo Olarewaju
f4e558bf94 rename serverUrl to companionUrl
and serverPattern to companionAllowedHosts
2019-04-14 13:53:50 +01:00
Artur Paikin
d3c52eedde add core styles to Robodog 2019-03-06 19:39:51 +03:00
Renée Kooi
3b5bf510a1
robodog: add missing tl-related events 2019-02-04 16:00:34 +01:00
Renée Kooi
5b20f39a2f
robodog: Add events properties... 2019-02-04 14:42:45 +01:00
Renée Kooi
6376d68fd5
robodoggo 2019-01-28 17:05:11 +01:00