Combine activity ext storage with group folder section

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
Vincent Petry 2022-02-25 17:27:20 +01:00 committed by backportbot[bot]
parent 575ac0e605
commit 7adfd48c55

View File

@ -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
------------------------------------