Renée Kooi
f87fe03466
changelog: rm serviceworker expiration
...
ServiceWorkers get shut down by browsers after a few minutes of
inactivity, so we really don't need to expire anything manually there.
2017-10-20 14:33:41 +02:00
Renée Kooi
8d87182a21
Release 0.20.3
2017-10-18 10:07:51 +02:00
Renée Kooi
8c5b5b23d7
changelog: 0.20.3
2017-10-18 09:58:42 +02:00
Renée Kooi
8d9a1fa03d
Merge pull request #390 from transloadit/full-retry
...
Restart the entire upload on retry, fixes #387 .
2017-10-18 09:55:28 +02:00
Renée Kooi
5f4b2674dd
Merge pull request #393 from transloadit/reset-progress
...
core: Clear upload progress when upload starts.
2017-10-18 09:50:41 +02:00
Renée Kooi
4c542c3c09
changelog: note about resetProgress for a single file
2017-10-17 21:42:41 +02:00
Renée Kooi
d094f5b169
Merge pull request #391 from transloadit/processing-state
...
Show errors that occurred during processing.
2017-10-17 21:40:08 +02:00
Renée Kooi
4b2aedc40e
Merge pull request #392 from transloadit/tl-processing-error
...
transloadit: Emit file upload error if assembly fails.
2017-10-17 21:39:50 +02:00
Renée Kooi
5a805aa7a7
core: Remove the other commented line
2017-10-17 21:34:17 +02:00
Renée Kooi
b3cc48130e
tus: Remove old upload and events when starting a new upload.
2017-10-17 21:30:28 +02:00
Renée Kooi
c7fd08a56c
core: Clear upload progress when upload starts.
...
This fixes an issue when retrying Tus uploads with the Transloadit
plugin. `uploadComplete` would be true, so the Dashboard would show the
file as complete while it was uploading again.
2017-10-17 12:46:29 +02:00
Renée Kooi
e69d8f72a8
transloadit: Emit file upload error if assembly fails.
2017-10-17 12:21:50 +02:00
Renée Kooi
d78d883095
dashboard: Show file errors that happened during processing
...
Essentially, consider the processing state to also be "in progress",
just like the uploading state.
2017-10-17 12:14:39 +02:00
Renée Kooi
ada6b14dc1
Reuse upload URL by default for tus, reset it for each new :tl: assembly.
2017-10-17 12:08:52 +02:00
Renée Kooi
b499fc0433
xhrupload: Remove special retry handling.
2017-10-17 11:54:02 +02:00
Renée Kooi
e56dc21faa
tus: clear uploadURL when retrying.
2017-10-17 11:54:01 +02:00
Renée Kooi
d7557bd13d
core: Start a completely new upload when retrying.
2017-10-17 11:54:01 +02:00
James McClean
d5cdd51556
Fix preview typo ( #388 )
2017-10-16 13:52:34 +02:00
Renée Kooi
5486ca805a
Release 0.20.2
2017-10-11 14:33:11 +02:00
Renée Kooi
698534ab2c
changelog: 0.20.2
2017-10-11 14:32:43 +02:00
Renée Kooi
06ede9fb06
Merge pull request #384 from goto-bus-stop/fix/server-restore
...
restore: Fix server-side require()
2017-10-10 17:38:25 +02:00
Renée Kooi
f865534551
Merge pull request #383 from goto-bus-stop/feature/tl-localise
...
transloadit: Use Translator for language strings
2017-10-10 17:37:58 +02:00
Renée Kooi
c947c0bcfe
Merge pull request #380 from goto-bus-stop/bugfix/thumbnail
...
core: Fix thumbnails with transparent backgrounds, fixes #379
2017-10-10 17:37:43 +02:00
Renée Kooi
7248fc412f
redux: use CommonJS
2017-10-09 15:25:02 +02:00
Renée Kooi
d0e3ae7b88
restore: Fix server-side require()
...
This prevents errors when checking for IndexedDB or service worker
support. While the Golden Retriever can't be used on the server, at
least now it won't crash--which is nice for server rendering.
2017-10-09 15:23:23 +02:00
Renée Kooi
0ba8b84d37
transloadit: Use Translator for language strings
2017-10-09 14:57:57 +02:00
Renée Kooi
282acd76bc
changelog: add transparent thumbnail fix
2017-10-09 12:34:52 +02:00
Artur Paikin
fc9f2e3c1c
Update main.js
2017-10-08 01:16:59 -04:00
Artur Paikin
8f2bf7c84f
setMetaFromTargetForm --> getMetaFromForm
...
//cc @goto-bus-stop updated docs because option naming was changed #381
2017-10-08 01:14:22 -04:00
Renée Kooi
3079de8c35
core: Fix thumbnails with transparent backgrounds
...
- Generate a PNG thumbnail
- Don't reuse canvases during resize
2017-10-06 13:00:50 +02:00
Renée Kooi
afab5be521
blog: publish 0.20 post ✨
2017-10-05 23:11:08 +02:00
Artur Paikin
f4bd62a503
Update dragdrop.md
2017-10-05 13:02:56 -04:00
Artur Paikin
4ea5a0041a
Update golden-retriever.md
2017-10-05 12:56:09 -04:00
Renée Kooi
78eade8d8a
docs: fix typo in golden retriever doc filename
2017-10-05 17:42:16 +02:00
Renée Kooi
8468325232
docs: add barebones redux plugin doc
2017-10-05 17:40:11 +02:00
Renée Kooi
965a80fe4e
blog: redux plugin in 0.20.1
2017-10-05 17:39:56 +02:00
Renée Kooi
1c9d0a9739
Add Redux state sync plugin to CDN bundle (oops!)
2017-10-05 17:23:03 +02:00
Renée Kooi
8806fff510
Release 0.20.1
2017-10-05 17:20:36 +02:00
Renée Kooi
eb70a1caaf
changelog: v0.20.1
2017-10-05 17:19:10 +02:00
Renée Kooi
a9abeaa360
changelog: note about renaming tus plugin
2017-10-05 14:30:03 +02:00
Renée Kooi
4d9b644a59
docs: add missing uppy.run() to react example snippet
2017-10-05 13:29:11 +02:00
Artur Paikin
28900c7728
Merge pull request #376 from richardwillars/uppy-redux
...
Adds redux plugin
2017-10-04 11:02:30 -04:00
Renée Kooi
32cd05f327
website: fun times w the 0.20.0 blog post
2017-10-04 15:40:37 +02:00
Rich Willars
06873402d9
Adds redux plugin
2017-10-04 09:30:55 +01:00
Artur Paikin
d8b234d873
it’s october 🎃
2017-10-03 23:30:37 -04:00
Artur Paikin
34793a78f3
add 0.20 blog post draft, some images and video demo
...
//cc @goto-bus-stop
2017-10-03 23:27:00 -04:00
Artur Paikin
a8d90145d8
add ReduxDevTools to bundle
2017-10-03 23:20:11 -04:00
Artur Paikin
5ee0a13487
Release 0.20.0
2017-10-03 17:24:59 -04:00
Artur Paikin
e2f9a39bb9
Update CHANGELOG.md
2017-10-03 17:20:59 -04:00
Artur Paikin
a7d4fc3817
Merge branch 'master' of https://github.com/transloadit/uppy
2017-10-03 17:17:16 -04:00