From 530f00d5a5bfb148d13f7bf35d06b4f111123b65 Mon Sep 17 00:00:00 2001 From: Diogo Castro Date: Wed, 8 Feb 2023 16:45:01 +0100 Subject: [PATCH] changelog --- changelog/unreleased/enhancement-optional-roles | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/enhancement-optional-roles diff --git a/changelog/unreleased/enhancement-optional-roles b/changelog/unreleased/enhancement-optional-roles new file mode 100644 index 00000000000..8669509e0f3 --- /dev/null +++ b/changelog/unreleased/enhancement-optional-roles @@ -0,0 +1,7 @@ +Enhancement: Optional Contributor role and configurable resharing permissions + +We've added 2 new capabilities that modify the sharing Roles: +- `files_sharing.resharing_default` (default true): wether the resharing bit should be added to the normal roles (viewer, editor, etc) by default when re-sharing is enabled systemwise. If default is set false, users can still set resharing in the custom permissions role. +- `files_sharing.public.can_contribute` (default true): enables or disables the Contributor role for public links + +https://github.com/owncloud/web/pull/7965