From 677ddd60e41fdc29a31808fa59a547b8b737c298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 21 Jun 2021 21:09:12 +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/list-spaces.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/list-spaces.md diff --git a/changelog/unreleased/list-spaces.md b/changelog/unreleased/list-spaces.md new file mode 100644 index 00000000000..83bdc06ee53 --- /dev/null +++ b/changelog/unreleased/list-spaces.md @@ -0,0 +1,6 @@ +Enhancement: Introduce list spaces + +Lhe ListStorageSpaces call now allows listing all user homes and shared resources using a storage space id. The gateway will forward requests to a specific storage provider when a filter by id is given. Otherwise it will query all storage providers. Results will be deduplicated. Currently, only the decomposed fs storage driver implements the necessary logic to demonstrate the implmentation. A new `/dav/spaces` WebDAV endpoint to directly access a storage space is introduced in a separate PR. + +https://github.com/cs3org/reva/pull/1802 +https://github.com/cs3org/reva/pull/1803 \ No newline at end of file