From d7806e09b8a5562f0ec383d53ce48aa47e9433a5 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 25 Feb 2022 17:27:20 +0100 Subject: [PATCH] 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 c61a447b8..ece070c29 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:: @@ -50,15 +50,6 @@ like in normal shares when set to ``true``. 2. 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 3. 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 ------------------------------------