Commit graph

3712 commits

Author SHA1 Message Date
Renée Kooi
e948da233e
Merge pull request #570 from goto-bus-stop/fix/ci-from-other-repo
Only try CDN sync on branch builds
2018-01-29 14:41:59 +01:00
Renée Kooi
7558ceed5b
Update snapshot 2018-01-29 14:40:05 +01:00
Renée Kooi
ec7eb3dd11
Only try CDN sync on branch builds 2018-01-29 14:34:22 +01:00
Renée Kooi
9460a8caa0
Merge pull request #552 from richardwillars/multiple-uploads
Prevents files from being uploaded multiple times in separate uploads

Fixes #551
2018-01-29 14:27:21 +01:00
Kevin van Zonneveld
92e3514d33 Abort saving releases to CDN earlier (and explicitly for PRs) 2018-01-29 14:26:49 +01:00
Renée Kooi
15ec5a793d
Merge pull request #569 from richardwillars/complete-event-2
Adds uploadID to complete event
2018-01-29 14:19:48 +01:00
Rich Willars
468e94a09a Simplified logic to remove filter loop 2018-01-29 13:18:52 +00:00
Rich Willars
6ff0d40e98 Adds uploadID to complete event 2018-01-29 13:10:06 +00:00
Renée Kooi
33f20fb0f4
changelog: tick some boxes 2018-01-29 11:48:48 +01:00
Kevin van Zonneveld
33eb159a01
Upload Uppy releases to Edgly.net CDN (#558)
* Upload Uppy releases to Edgly.net CDN

* Install AWS CLI if needed

* Remove unpkg from docs

a) Good citizenship to pay for production bandwidth ourselves
b) Nice to have a CDN that will exist exactly as long we will :)

* Fix typos (thx @goto-bus-stop)
2018-01-29 10:08:02 +01:00
Renée Kooi
b4c3345838
Merge branch 'muhammadInam-master' 2018-01-29 10:04:50 +01:00
Renée Kooi
77d5184dae
Merge pull request #566 from sergei-zelinsky/patch-1
[examples/react-example] add missed css
2018-01-28 17:35:44 +01:00
Sergei Zelinsky
be2837c601
[examples/react-example] add missed css 2018-01-27 01:49:15 +02:00
Artur Paikin
0b4db1f756
Merge pull request #527 from transloadit/feature/result-values
core: Allow plugins to add data to result object
2018-01-26 15:20:44 -05:00
Artur Paikin
69dcdb5397
Merge pull request #545 from transloadit/feature/s3-limit
s3: Respect `limit` option for upload parameter requests too
2018-01-26 15:17:22 -05:00
Artur Paikin
fa8ea14d7b
Merge pull request #554 from transloadit/chore-refactor-provier-view
Refactor provider views
2018-01-26 15:12:57 -05:00
Artur Paikin
ad9fe40209 Merge branch 'master' of https://github.com/transloadit/uppy 2018-01-26 15:03:04 -05:00
Artur Paikin
5d403de2b6 Changelog todos 2018-01-26 14:50:43 -05:00
Artur Paikin
c1ccd8f715
Merge pull request #560 from Cloud887/fixes/README-minor-grammar
Updated README, with minor grammar fixes.
2018-01-26 13:18:55 -05:00
Jacob Evans
c94d268a23
Updated README, with minor grammar fixes.
** Just suggestions none of the fixes are major grammatical mistakes, thank you for reading ** 
> It appears that you are missing a comma after the introductory phrase In that case. Consider adding a comma.
> an unnecessary comma before the dependent clause marker when. Consider removing the comma.
>Your sentence contains a series of three or more words, phrases, or clauses.
>You have used the compound adjective more plain. Consider using the comparative form of this adjective.
2018-01-25 23:11:16 -08:00
Artur Paikin
1ea8c21323
Merge pull request #555 from chao/feature/add_default_to_scss
allow user to override sass variables.
2018-01-24 19:14:11 -05:00
Chao ZHOU
78c62b49e0 allow user to override sass variables. 2018-01-24 12:51:07 +08:00
Artur Paikin
7895f7ef34 add comments 2018-01-23 22:04:22 -05:00
Artur Paikin
a13cbcf697 Refactor provider views
- ul/li instead of table
- hide checkboxes when items are not selected in grid view
- less apperant checkboxes in list view
- attempt to fix flexbox issues on the last line in the grid
2018-01-23 21:58:17 -05:00
Artur Paikin
9b77cdd03e Docs: tiny fix in upload-success section 2018-01-23 21:55:31 -05:00
Rich Willars
0717ee8117 Prevents files from being uploaded multiple times in separate uploads 2018-01-23 11:33:35 +00:00
Artur Paikin
212639d12e
Merge pull request #544 from transloadit/fix/s3-is-xml
s3: fix isXml() check when no content-type is available
2018-01-22 16:41:47 -05:00
Artur Paikin
3fc15fc8c4
Merge pull request #547 from transloadit/feature/tl-executing
transloadit: Add `assembly-executing` event
2018-01-22 16:39:39 -05:00
Artur Paikin
64cde695d5
Merge pull request #534 from transloadit/fix/select-file-value
Empty input value so same file can be selected multiple times
2018-01-22 11:52:27 -05:00
Artur Paikin
655e76ae6d Merge branch 'master' of https://github.com/transloadit/uppy 2018-01-22 11:52:15 -05:00
Artur Paikin
a7d3036695 Added comment about why empty value 2018-01-22 11:51:55 -05:00
Artur Paikin
4b492a4cba Core and Dashboard minor formatting 2018-01-22 11:48:24 -05:00
Artur Paikin
034320822a
Merge pull request #543 from transloadit/fix/get-form-data
form: Fix `getFormData` import
2018-01-22 11:45:39 -05:00
Renée Kooi
6033a5a118
transloadit: Add assembly-executing event 2018-01-22 14:41:44 +01:00
Renée Kooi
d1a5b212b7
Consistent require paths in index.js 2018-01-22 14:30:28 +01:00
Renée Kooi
fa8bb48c50
s3: Respect limit option for upload parameter requests too
Ref https://github.com/transloadit/uppy/issues/513

Apply the same limit to upload parameter requests as is applied to
XHRUpload requests.
2018-01-22 11:04:37 +01:00
Renée Kooi
9c0edb42b8
s3: fix isXml() check when no content-type is available 2018-01-22 11:03:27 +01:00
Renée Kooi
a5085fba9a
Explain Transloadit in the readme line 2018-01-22 10:11:40 +01:00
Renée Kooi
a169c2ed52
Add addResultData() instead of returning result data from upload hooks 2018-01-22 10:06:00 +01:00
Renée Kooi
8092230c6c
core: Add test for returning data from upload hooks 2018-01-22 09:46:44 +01:00
Artur Paikin
f0e2432601 Correct upload-success params in docs 2018-01-21 17:44:07 -05:00
Artur Paikin
993794aff1 Merge branch 'master' of https://github.com/transloadit/uppy 2018-01-21 17:42:38 -05:00
Artur Paikin
c547ba3e19 Dashboard: you might want to call openModal manually, then you don’t need trigger 2018-01-21 16:40:02 -05:00
Artur Paikin
b63b61021d Changelog 2018-01-21 16:39:13 -05:00
Ifedapo Olarewaju
ae389ae1c4 Merge branch 'master' of github.com:transloadit/uppy 2018-01-21 20:34:24 +01:00
Ifedapo Olarewaju
44714d93bd fix: this breaks at Dashboard/index.js:371 when size is not available 2018-01-21 20:31:54 +01:00
Artur Paikin
f5c1ba0ed9
Merge pull request #536 from transloadit/fix/a11y-focus-tip
Fix a11y focus tip
2018-01-21 12:25:28 -05:00
Renée Kooi
dcb59ee605
form: Fix getFormData import
I missed this in #523 😕 `get-form-data@2.x` exports an object
with a default property, like other transpiled ES modules.
2018-01-21 18:20:49 +01:00
Renée Kooi
382398ddff
Add is-plain-obj dependency 2018-01-21 18:13:37 +01:00
Renée Kooi
a298589631
transloadit: Also resolve with assembly statuses when waitForEncoding: false 2018-01-21 18:08:41 +01:00