kiloreux
eead2d7dc5
Update uppy-server docs to point to Kubernetes ( #706 )
...
* Change docs to point to kubernetes
* We using secret not configmap
2018-03-14 12:18:20 +01:00
Artur Paikin
bc0fa8f8b3
Merge pull request #435 from goto-bus-stop/doc/plugins
...
plugin doc draft
2018-03-13 22:01:14 -04:00
Artur Paikin
fa5dcf3fea
Merge pull request #699 from transloadit/fix/tl-Assembly
...
transloadit: Capitalise Assembly in user facing messages
2018-03-13 22:00:29 -04:00
Artur Paikin
b33369042f
Update uppy.md
2018-03-12 14:59:21 -04:00
Artur Paikin
56f2d0319a
Merge pull request #698 from transloadit/fix/rollup
...
Fix `get-form-data` being undefined when built with Rollup
2018-03-12 13:08:03 -04:00
Artur Paikin
eda796e9c6
Update CHANGELOG.md
2018-03-12 13:05:00 -04:00
Renée Kooi
e6b28acc7f
transloadit: Capitalise Assembly in user facing messages
...
And also in debug and test messages too!
2018-03-12 13:16:56 +01:00
Renée Kooi
e193776378
Fix get-form-data being undefined when built with Rollup
...
Fixes https://github.com/transloadit/uppy/issues/684
Rollup uses get-form-data's ES modules build, and rollup-plugin-commonjs automatically resolves `.default`.
So, if we are being built using rollup, this `require()` won't have a `.default` property.
2018-03-12 11:16:51 +01:00
Renée Kooi
190b555038
Merge pull request #696 from bertho-zero/patch-3
...
Update FileItem.js
2018-03-12 10:31:32 +01:00
Artur Paikin
7309a5aa8b
Merge pull request #692 from bertho-zero/patch-2
...
Update xhrupload.md
2018-03-10 21:26:57 -05:00
Kévin Berthommier
9ae20e170d
Update FileItem.js
2018-03-09 19:17:13 +01:00
Kévin Berthommier
391324e6d7
Update FileItem.js
...
These labels are not translatable:
'upload complete', 'resume upload', 'pause upload', 'retry upload', 'cancel upload'
2018-03-09 10:52:59 +01:00
Kévin Berthommier
0bcb2729c6
Update xhrupload.md
2018-03-08 11:56:45 +01:00
Artur Paikin
f04b664cfa
Merge pull request #681 from transloadit/improvement/url
...
Check url in URL plugin
2018-03-07 11:56:34 -05:00
Artur Paikin
63a76072aa
Merge pull request #683 from mperrando/patch-2
...
Update it_IT.js
2018-03-06 14:29:58 -05:00
Artur Paikin
83ad112913
Merge pull request #685 from richmeij/master
...
removed .only from Core tests
2018-03-06 14:24:59 -05:00
Richard Meijer
063efbf712
removed .only
2018-03-06 13:53:55 +01:00
Marco Perrando
1875c5bf61
Update it_IT.js
...
In Italian, foreign words must not be pluralised using foreign grammatical rules, but they are invariant.
Also some articles have been added.
"Progresso" => "Avanzamento"
2018-03-06 10:55:59 +01:00
Artur Paikin
b63a2d3213
Merge pull request #677 from richmeij/master
...
Added merge of restrictions
2018-03-05 10:37:55 -05:00
Artur Paikin
6a28bf0c03
Docs: fix Redux wording
2018-03-05 10:27:15 -05:00
Artur Paikin
0dcaa59fc6
Check for empty URL
2018-03-05 10:07:40 -05:00
Richard Meijer
25c81cd81c
Added merge of restrictions and small unit test
2018-03-01 22:00:10 +01:00
Artur Paikin
b343d379e2
Docs: fix redux docs heading
2018-03-01 13:17:44 -05:00
Artur Paikin
a1ccaad079
Update Redux docs
...
//cc @goto-bus-stop (not urgent)
2018-02-28 20:13:41 -05:00
Artur Paikin
d92b673001
Merge pull request #667 from transloadit/chore/remove-redux-plugin
...
Remove Redux state sync plugin
2018-02-28 19:50:16 -05:00
Artur Paikin
89b2ae2739
Merge pull request #664 from transloadit/fix/reset-uploads
...
Clear uploads on `cancelAll`, fixes #660
2018-02-28 19:49:32 -05:00
Artur Paikin
b0cac891a7
Merge branch 'master' of https://github.com/transloadit/uppy
2018-02-27 10:50:06 -05:00
Artur Paikin
179bdf7f84
Prevent scrolling when focusing on input (when Url tab is opened)
2018-02-27 10:49:58 -05:00
Kevin van Zonneveld
30b48048f7
Change Uppy version references to v0.23.1
2018-02-27 12:17:26 +01:00
Kevin van Zonneveld
a7653dd664
Release 0.23.2
2018-02-27 12:17:24 +01:00
Artur Paikin
a7988a237c
Merge pull request #665 from transloadit/feature/s3-validation
...
s3: Check upload parameters shape, fixes #653
2018-02-26 20:28:29 -05:00
Artur Paikin
6b8df5aab7
Merge pull request #666 from transloadit/fix/merge-core-locales
...
Fix merging locale strings in Core.
2018-02-26 20:16:54 -05:00
Renée Kooi
aa74071f6c
Remove Redux state sync plugin
...
Since we now have the [Redux store](https://uppy.io/docs/stores/#ReduxStore )
for this instead.
2018-02-26 15:59:09 +01:00
Renée Kooi
cf6d3104ac
Fix merging locale strings in Core.
...
When specifying custom locale strings, the default strings were no
longer used. That's because we were creating the Translator instance
twice; first with custom locale strings merged into `defaultLocale`,
but then again later with just `this.opts.locale` (no defaults).
This came up in #654 , where incomplete custom locale strings were
used, causing some strings to return `undefined`.
This patch removes the latter instantiation so we only keep the one with
the defaults.
2018-02-26 15:40:06 +01:00
Renée Kooi
25fa659344
s3: Log params validation error to console
2018-02-26 13:06:34 +01:00
Renée Kooi
324883d979
Clear uploads on cancelAll, fixes #660
2018-02-26 11:00:34 +01:00
Renée Kooi
f9e8a818c8
Merge pull request #662 from transloadit/chore/uppy-server-socket
...
examples: Add missing uppy.socket call to S3 example
2018-02-26 10:39:34 +01:00
Renée Kooi
259a5a9686
s3: Check upload parameters shape.
2018-02-26 09:46:04 +01:00
Artur Paikin
47cd7a778b
Merge pull request #647 from transloadit/chore/fileID-to-file
...
Emit full file object instead of fileID in events like uppy.on('event', file, data)
2018-02-25 22:36:19 -05:00
Artur Paikin
e80b9a75e3
Merge branch 'master' into chore/fileID-to-file
2018-02-25 21:48:59 -05:00
Artur Paikin
5f2c8b9358
Add more Core events to docs
2018-02-25 21:42:18 -05:00
Artur Paikin
04a1fb72a7
improve getting file in test
2018-02-25 21:39:38 -05:00
Artur Paikin
34851edaf0
Merge pull request #659 from eltercero/spanish_locale
...
Spanish (Spain) locale
2018-02-25 21:24:39 -05:00
Artur Paikin
336413ce90
Add return inside too
2018-02-23 17:36:10 -05:00
Artur Paikin
5733dfff93
Merge branch 'master' of https://github.com/transloadit/uppy
2018-02-23 14:18:13 -05:00
Artur Paikin
ecc634bda8
return promise from Url’s addFile
2018-02-23 14:18:07 -05:00
Artur Paikin
6235557778
Add customizing arrow icon todo
2018-02-23 14:11:14 -05:00
Artur Paikin
0639a89bf3
add JavaScript and remote urls
2018-02-23 14:10:57 -05:00
Artur Paikin
e9ce5ce280
Add homepage and “JavaScript” to description
2018-02-23 14:10:43 -05:00
Renée Kooi
4de10dbb3c
examples: Add missing uppy.socket call to S3 example
2018-02-23 18:46:48 +01:00