From 575ac0e60576e296ad9a585ffaf2e3a9050e07a1 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 25 Feb 2022 16:43:26 +0100 Subject: [PATCH 1/2] Add section about activities in external storages Signed-off-by: Vincent Petry --- .../configuration_server/activity_configuration.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/admin_manual/configuration_server/activity_configuration.rst b/admin_manual/configuration_server/activity_configuration.rst index e40d773f9..7f433ea4b 100644 --- a/admin_manual/configuration_server/activity_configuration.rst +++ b/admin_manual/configuration_server/activity_configuration.rst @@ -49,6 +49,15 @@ like in normal shares when set to ``true``. 1. Users that had access to a groupfolder, share or external storage can see activities in their stream and emails that happen after they are removed until they login again 2. Users that are newly added to a groupfolder, share or external storage can not see activities in their stream nor emails that happen after they are added until they login again +.. _label-activities-externalstorages: + +Activities in external storages +------------------------------- + +When external storages have been configured in a way that multiple users have access to it, +you can use the config flag ``activity_use_cached_mountpoints`` that makes activities +with external storages work like in normal shares when set to ``true``. + Better scheduling of activity emails ------------------------------------ From 7adfd48c554d5be978b646964b41b92e8d7baec1 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 25 Feb 2022 17:27:20 +0100 Subject: [PATCH 2/2] Combine activity ext storage with group folder section Signed-off-by: Vincent Petry --- .../activity_configuration.rst | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/admin_manual/configuration_server/activity_configuration.rst b/admin_manual/configuration_server/activity_configuration.rst index 7f433ea4b..a7a69d802 100644 --- a/admin_manual/configuration_server/activity_configuration.rst +++ b/admin_manual/configuration_server/activity_configuration.rst @@ -34,12 +34,12 @@ you to clean-up older activities from the database. .. _label-activities-groupfolders: -Activities in groupfolders --------------------------- +Activities in groupfolders or external storages +----------------------------------------------- -By default activities in groupfolders are only generated for the current user. -This is due to the logic of groupfolders. There is a config flag -``activity_use_cached_mountpoints`` that makes activities in groupfolders work +By default activities in groupfolders or external storages are only generated for the current user. +This is due to the logic of groupfolders and external storages. There is a config flag +``activity_use_cached_mountpoints`` that makes activities in groupfolders and external storages work like in normal shares when set to ``true``. .. warning:: @@ -49,15 +49,6 @@ like in normal shares when set to ``true``. 1. Users that had access to a groupfolder, share or external storage can see activities in their stream and emails that happen after they are removed until they login again 2. Users that are newly added to a groupfolder, share or external storage can not see activities in their stream nor emails that happen after they are added until they login again -.. _label-activities-externalstorages: - -Activities in external storages -------------------------------- - -When external storages have been configured in a way that multiple users have access to it, -you can use the config flag ``activity_use_cached_mountpoints`` that makes activities -with external storages work like in normal shares when set to ``true``. - Better scheduling of activity emails ------------------------------------