From d0717e97487057938abf27dcb83a28849afaea70 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Wed, 2 Mar 2022 10:17:33 +0100 Subject: [PATCH] Add changelog item --- .../unreleased/enhancement-spaces-people-sharing | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog/unreleased/enhancement-spaces-people-sharing diff --git a/changelog/unreleased/enhancement-spaces-people-sharing b/changelog/unreleased/enhancement-spaces-people-sharing new file mode 100644 index 00000000000..8901c33f485 --- /dev/null +++ b/changelog/unreleased/enhancement-spaces-people-sharing @@ -0,0 +1,11 @@ +Enhancement: Implement people sharing for spaces + +Spaces can now be shared with other people. This change specifically includes: + +* listing all members who have access to a space (possible for all space members) +* adding members to a space and giving them dedicated roles (possible for managers only) +* editing the role of members (possible for managers only) +* removing members from a space (possible for managers only) + +https://github.com/owncloud/web/pull/6455 +https://github.com/owncloud/web/issues/6283