From 69fd8d8f889645230d1e8e94f05472943d89b0f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 22 Jul 2020 11:57:41 +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-signing-key.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/support-signing-key.md diff --git a/changelog/unreleased/support-signing-key.md b/changelog/unreleased/support-signing-key.md new file mode 100644 index 000000000..61f5785b5 --- /dev/null +++ b/changelog/unreleased/support-signing-key.md @@ -0,0 +1,7 @@ +Enhancement: Support signing key + +We added support for the `/v[12].php/cloud/user/signing-key` endpoint that is used by the owncloud-sdk to generate signed URLs. This allows directly downloading large files with browsers instead of using `blob://` urls, which eats memory ... + +https://github.com/owncloud/ocis-ocs/pull/18 +https://github.com/owncloud/ocis-proxy/pull/75 +https://github.com/owncloud/owncloud-sdk/pull/504