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
Artur Paikin
356585f4af
update to status-bar and xhr-upload in: tests, website, dependencies, examples
2018-06-21 16:20:55 -04:00
Renée Kooi
a4822ee90d
Update require() paths in examples.
2018-06-18 11:45:40 +02:00
Renée Kooi
a133a592d7
Use @uppy packages in bundled-example.
2018-06-14 16:31:19 +02:00
Ifedapo Olarewaju
c48c8fcb70
refactor: rename host option to serverUrl
2018-06-14 02:37:59 +01:00
Artur Paikin
fe9157278a
Change Uppy version references to v0.25.5
2018-06-13 15:27:35 -04:00
Artur Paikin
78d20cb787
Change Uppy version references to v0.25.4
2018-06-13 11:26:34 -04:00
Artur Paikin
1f96c4629e
Change Uppy version references to v0.25.3
2018-06-12 17:13:14 -04:00
Artur Paikin
645e15166a
improve Uppy React example
...
@goto-bus-stop
2018-06-12 16:05:58 -04:00
Artur Paikin
aa78407ebc
Change Uppy version references to v0.25.2
2018-06-05 20:33:07 -04:00
Artur Paikin
d98d052489
Change Uppy version references to v0.25.1
2018-06-05 17:50:46 -04:00
Artur Paikin
585e14827e
Change Uppy version references to v0.25.0
2018-06-01 00:38:10 -04:00
Artur Paikin
2b06af0fc9
Merge branch 'master' into hide-buttons-status-bar
2018-05-27 23:58:54 -04:00
Artur Paikin
0dfd1a2610
Merge branch 'master' into feature/auto-run
2018-05-21 22:57:09 -04:00
Artur Paikin
a921cc6bc6
Change Uppy version references to v0.24.4
2018-05-14 16:49:44 -04:00
Matteo Padovano
2c67ee6362
allow to hide cancel and retry buttons
2018-05-11 02:46:25 +02:00
Artur Paikin
0284c8e47b
Change Uppy version references to v0.24.3
2018-05-10 16:53:24 -04:00
Renée Kooi
37768e1531
core: Remove .run().
2018-04-30 12:17:13 +02:00
Renée Kooi
bd236d6493
examples: Dashboard maxWidth → width
2018-04-23 12:04:19 +02:00
Renée Kooi
ab8d05c099
examples: Add metaFields to inline React example.
2018-04-23 10:33:04 +02:00
Ifedapo Olarewaju
94ef98ade3
Merge branch 'master' of github.com:transloadit/uppy
2018-04-18 10:19:41 +01:00
Ifedapo Olarewaju
eba0e3bbee
update example uppy-server version
2018-04-18 10:15:40 +01:00
Artur Paikin
ced58d3f4b
Change Uppy version references to v0.24.2
2018-04-17 12:46:10 -04:00
Artur Paikin
ee5c617c41
Change Uppy version references to v0.24.0
2018-04-16 15:55:29 -04:00
Artur Paikin
9475e30d41
Change Uppy version references to v0.23.3
2018-04-12 15:29:22 -04:00
Ifedapo .A. Olarewaju
b919dd5075
Merge pull request #743 from transloadit/custom-provider-example
...
add custom provider example
2018-04-11 07:38:44 +01:00
Artur Paikin
a3ce2f607a
Merge pull request #740 from transloadit/fix/react-dashboard-modal-target
...
react: Allow overriding <DashboardModal /> `target` prop, fixes #739
2018-04-09 20:58:10 -04:00
Ifedapo Olarewaju
faa6fbf54e
add custom provider example
2018-04-09 23:12:41 +01:00
Renée Kooi
4f4a741221
Fix some example names.
2018-04-09 14:28:23 +02:00
Renée Kooi
b7415fe859
react: Allow overriding <DashboardModal /> target prop
...
This was always mounting the dashboard DOM element into the current
React container element, but that's not always the right thing to do,
for example if the container element is a small element with `overflow:
hidden` or some `position: relative` style.
This patch allows you to do `target={document.body}` and the like, so
you can mount the dashboard element anywhere.
2018-04-09 12:06:13 +02:00
Artur Paikin
2aece2e184
uppy icon margin-left: 1px
2018-04-05 11:17:24 -04:00
Renée Kooi
25e4bcfb34
Merge pull request #663 from transloadit/doc/do-example
...
Add example using AwsS3 with DigitalOcean Spaces
2018-03-22 14:21:10 +01:00
Artur Paikin
f807f03232
Change Uppy version references to v0.23.2
2018-03-21 20:13:20 -04:00
Artur Paikin
1c30519883
Merge pull request #711 from transloadit/fix/s3-remote
...
s3: Support fake XHR from remote uploads
2018-03-20 15:42:41 -04:00
Renée Kooi
596c390002
Merge pull request #691 from bertho-zero/patch-1
...
Update aws-s3.md
2018-03-19 10:33:47 +01:00
Renée Kooi
243a1fa62c
doc: Sync AWS presigned URL example with S3 docs
2018-03-19 10:32:25 +01:00
Renée Kooi
d2f0600d28
examples: Update DO Spaces readme
2018-03-19 10:25:35 +01:00
Renée Kooi
9a5643eddd
Update uppy-server
2018-03-19 10:07:46 +01:00
Renée Kooi
cf5653f016
use uppy-server
2018-03-19 09:51:25 +01:00
Renée Kooi
6cbae6fa41
examples: Some fixes for DO
2018-03-19 09:51:24 +01:00
Renée Kooi
cd242f82b4
examples: Add some text to the DO example page
2018-03-19 09:51:24 +01:00
Renée Kooi
1a93bfb556
Add DigitalOcean upload example.
2018-03-19 09:51:24 +01:00