Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-05-04 15:43:44 +0300
committerHannah von Reth <vonreth@kde.org>2020-06-23 22:15:30 +0300
commit59c4064df46b1cd69219925e06f7e03b66cd894d (patch)
treedd6f5f356fae7cf0983a2d112073d4d8999e8d0d /changelog
parent2efbc968803b2f20866850e38980f7d559cb66fc (diff)
Implement the TUS resumebale upload protocol
The prodocol is doccumented at: https://tus.io/protocols/resumable-upload.html Issue: https://github.com/owncloud/product/issues/19
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/product-197
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog/unreleased/product-19 b/changelog/unreleased/product-19
new file mode 100644
index 000000000..4a36145df
--- /dev/null
+++ b/changelog/unreleased/product-19
@@ -0,0 +1,7 @@
+Change: Add support for the TUS resumeable upload protocol
+
+With the support of the TUS protocol we are now able to easily and reliably
+upload files to ocis.
+
+
+https://github.com/owncloud/product/issues/19