From c5d62b47e50eeba25e2f770a5d35c32d9b94178f Mon Sep 17 00:00:00 2001 From: Franziska Bath Date: Fri, 21 Mar 2025 15:15:00 +0100 Subject: [PATCH] feat(config): disable sharing with groups Signed-off-by: Franziska Bath --- configure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.sh b/configure.sh index 9bc2090..590134e 100755 --- a/configure.sh +++ b/configure.sh @@ -85,6 +85,7 @@ config_apps() { # Share panel to list only users with the same group. Groups should not # "see" each other. Users in one contract are part of one group. ooc config:app:set --value="yes" core shareapi_only_share_with_group_members + ooc config:app:set --value="no" core shareapi_allow_group_sharing ooc config:app:set --value='["admin"]' core shareapi_only_share_with_group_members_exclude_group_list configure_app_nc_ionos_processes