From 8994baad29830ab7d8d9c50d2d7c127cd89e40a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 22 Jul 2020 11:49:30 +0200 Subject: [PATCH] add changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- changelog/unreleased/support-signed-urls.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/support-signed-urls.md 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