From a5d4def8bfe7f9f99bb094a76a4738e7dab6ac78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 8 Jul 2021 21:07:02 +0000 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/introduce-dav-spaces.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/introduce-dav-spaces.md diff --git a/changelog/unreleased/introduce-dav-spaces.md b/changelog/unreleased/introduce-dav-spaces.md new file mode 100644 index 00000000000..0dade9a49d4 --- /dev/null +++ b/changelog/unreleased/introduce-dav-spaces.md @@ -0,0 +1,7 @@ +Enhancement: Introduce new webdav spaces endpoint + +Clients can now use a new webdav endpoint `/dav/spaces//relative/path/to/file` to directly access storage spaces. + +The `` can be retrieved using the ListStorageSpaces CS3 api call. + +https://github.com/cs3org/reva/pull/1803