Commit graph

310 commits

Author SHA1 Message Date
Renée Kooi
2e51841ebd
Modal dashboard fix :face_palm: 2018-12-20 16:58:53 +01:00
Renée Kooi
aa9bb5d154
Fun times with lockfile 2018-12-20 14:50:51 +01:00
Renée Kooi
8c51a8340a
tl-wrapper: Embeddable dashboard part 1 2018-12-20 14:50:31 +01:00
Artur Paikin
24e9ab57bd Refactor file-picker, add local providers 2018-12-19 15:45:48 +03:00
Artur Paikin
2c2046ebda move everything to /examples 2018-12-19 14:46:36 +03:00
Renée Kooi
dd718ac02e
Merge branch 'master' into feature/tl-preset 2018-12-13 16:10:15 +01:00
Renée Kooi
34ed3061b0
Move target parameter to option in transloadit.pick. 2018-12-06 13:15:03 +01:00
Renée Kooi
b24395f088
transloadit-preset: Document progressBar 2018-12-03 15:31:50 +01:00
Artur Paikin
c68f2c7e68 Release 2018-11-29 23:36:16 +03:00
Renée Kooi
fdaf9ea4c4
Error reporting in Form example 2018-11-15 13:19:17 +01:00
Renée Kooi
3d4fac8e41
Refactor example 2018-11-15 13:19:16 +01:00
Renée Kooi
c7d070ff15
name tweak 2018-11-15 13:19:16 +01:00
Renée Kooi
3fe7d5668b
blah 2018-11-15 13:19:16 +01:00
Renée Kooi
bffe13d0c4
Nicen demo page 2018-11-15 13:19:16 +01:00
Renée Kooi
538f538be1
Add transloadit kitchen sink demo page 2018-11-15 13:19:15 +01:00
Renée Kooi
938dd3ec0b
Tweaks to aws-presigned-url example so it doesn't hide build errors 2018-11-12 11:23:44 +01:00
Artur Paikin
47a68a6148 Release 2018-10-31 19:30:39 +03:00
Artur Paikin
8f931d87a5 Change Uppy version references to v0.27.5 2018-09-27 16:34:03 -04:00
Artur Paikin
97cccc0212 Change Uppy version references to v0.27.4 2018-09-18 19:48:29 -04:00
Renée Kooi
5703fd0962
Change Uppy version references to v0.27.3 2018-09-03 16:05:51 +02:00
Kevin van Zonneveld
67af833fdb
More uppy server -> companion renames (#1037)
* Some uppy server -> companion renames

* Fix typos

* Implement most of @goto-bus-stop's feedback

* Nuke Create React App readme

* An Companion -> A Companion

* Companion server -> instance
2018-09-03 14:48:03 +02:00
Renée Kooi
6693cf252a
Rename last remnants of uppy-server in examples 2018-08-27 11:26:45 +02:00
Renée Kooi
6635990b25
Change Uppy version references to v0.27.2 2018-08-23 12:39:56 +02:00
Renée Kooi
4df2c9aa8f
Uppy Server → Uppy Companion in some more places 2018-08-20 15:19:57 +02:00
Renée Kooi
b8ef922479
Change Uppy version references to v0.27.1 2018-08-16 16:32:24 +02:00
Renée Kooi
8b7340a8bc
Fixes to custom provider example. 2018-08-16 15:55:53 +02:00
Renée Kooi
64f2e19f9d
examples: Fix server.host option
This shouldn't have been renamed to serverUrl
2018-08-16 10:52:22 +02:00
Renée Kooi
b662706a76
Update @uppy/companion path in custom-provider example. 2018-08-13 15:59:29 +02:00
Renée Kooi
e031077c4b
examples: Update xhr-bundle deps. 2018-08-13 12:47:54 +02:00
Renée Kooi
7677fb7751
examples: Update redux deps. 2018-08-13 12:45:36 +02:00
Renée Kooi
b4676aa874
examples: Update react-example deps. 2018-08-13 12:43:20 +02:00
Renée Kooi
e15c735d4d
examples: Update multiple-instances deps. 2018-08-13 12:42:02 +02:00
Renée Kooi
48eee181d5
examples: Update digitalocean-spaces deps. 2018-08-13 12:39:59 +02:00
Renée Kooi
6cdc7edd60
Use in-tree @uppy/companion in Custom Provider example 2018-08-13 12:38:06 +02:00
Renée Kooi
a6594a92c8
examples: Update custom-provider deps. 2018-08-13 12:36:27 +02:00
Renée Kooi
391c62c4a1
examples: Update aws-uppy-server deps. 2018-08-13 12:34:31 +02:00
Renée Kooi
39baf2ed7e
examples: Update aws-presigned-url deps. 2018-08-13 12:32:52 +02:00
Artur Paikin
d7545100d4 Change Uppy version references to v0.27.0 2018-08-11 22:35:30 +01:00
Artur Paikin
061c9bb77c css should come from uppy package, the one without @ 2018-08-08 20:15:44 -04:00
Ifedapo Olarewaju
7a4219ee98 use dropbox in bundled example 2018-08-06 14:32:08 +01:00
Ifedapo Olarewaju
f2ee127e81 rename 'server-utils' to 'companion-client' 2018-07-22 18:53:57 +01:00
Artur Paikin
ba6fb78fe4
Merge pull request #961 from transloadit/chroe/autoProceed-false-default
[WIP] core: `autoProceed: false` by default
2018-07-19 23:14:11 -04:00
Renée Kooi
fedfb98fa7 Split integration tests and add one using create-react-app (#952)
* Split up integration tests.

* Remove unused bits from xhr-limit integration test.

* Use a shared base config for local and remote webdriver tests.

* Remove npmignores

These are no longer needed because we publish from packages/* and not
the root.

* Keep xhr-limit disabled because it still does not work

* Extract integration test helper functions to utils.js.

* Stash React integration test stub

* Fix build steps for CRA integration test.

* Add Webpack CSS test and CRA mount/unmount test

* Add DashboardModal integration tests.

* Add suites to wdio so we can run single tests.

* Fix create-react-app CI build.
2018-07-18 11:24:55 +02:00
Artur Paikin
13902c0eba remove more autoProceed: false from examples 2018-07-15 23:58:22 -04:00
Artur Paikin
fd5294c40a update docs, examples and tests to not set autoProceed: false, since that’s the default now 2018-07-15 23:35:44 -04:00
Renée Kooi
62a7298d1f
Change Uppy version references to v0.26.0 2018-06-28 17:13:50 +02:00
Renée Kooi
72689d01ac
Export Plugin class from @uppy/core. 2018-06-28 12:20:21 +02:00
Artur Paikin
98f064e197 fix bundled example with absolute paths for now, fix build:css 2018-06-27 18:20:23 -04:00
Renée Kooi
6e9b058641
Merge branch 'master' into feature/lerna 2018-06-25 17:50:19 +02:00
Artur Paikin
a35eb6e8f9 Change Uppy version references to v0.25.6 2018-06-25 11:44:59 -04:00