diff --git a/changelog/unreleased/support-signed-urls.md b/changelog/unreleased/support-signed-urls.md new file mode 100644 index 0000000000..c0d242e4af --- /dev/null +++ b/changelog/unreleased/support-signed-urls.md @@ -0,0 +1,7 @@ +Enhancement: Support signed URLs + +We added a middleware that verifies signed urls as generated by the owncloud-sdk. This allows directly downloading large files with browsers instead of using `blob://` urls, which eats memory ... + +https://github.com/owncloud/ocis-proxy/pull/75 +https://github.com/owncloud/ocis-ocs/pull/18 +https://github.com/owncloud/owncloud-sdk/pull/504