|
1302 | 1302 | /** |
1303 | 1303 | * Activities in Team Folders and External Storages. |
1304 | 1304 | * |
1305 | | - * By default, activities in team folders or external storages are only generated |
1306 | | - * for the current user. This is due to a limitations in current implementations. |
| 1305 | + * By default, activities in team folders or external storages are only generated |
| 1306 | + * for the current user. This is due to a limitations in current implementations. |
1307 | 1307 | * This config flag makes activities in group folders and external storages work |
1308 | | - * like in normal shares (when set to ``true``). WARNING: Enabling this comes with |
| 1308 | + * like in normal shares (when set to ``true``). WARNING: Enabling this comes with |
1309 | 1309 | * some CRITICAL trade-offs: |
1310 | 1310 | * |
1311 | | - * - If team folder "Advanced Permissions" (ACLs) are used, activities do not |
1312 | | - * respect the permissions and therefore all users see all activities, even |
| 1311 | + * - If team folder "Advanced Permissions" (ACLs) are used, activities do not |
| 1312 | + * respect the permissions and therefore all users see all activities, even |
1313 | 1313 | * for files and directories they do not have access to. |
1314 | | - * - Users who had access to a team folder, share, or external storage can see |
1315 | | - * activities in their stream and emails that happen after they are removed |
| 1314 | + * - Users who had access to a team folder, share, or external storage can see |
| 1315 | + * activities in their stream and emails that happen after they are removed |
1316 | 1316 | * until they log in again. |
1317 | | - * - Users who are newly added to a team folder, share, or external storage |
1318 | | - * cannot see activities in their stream or emails that happen after they |
| 1317 | + * - Users who are newly added to a team folder, share, or external storage |
| 1318 | + * cannot see activities in their stream or emails that happen after they |
1319 | 1319 | * are added until they log in again. |
1320 | | - * |
| 1320 | + * |
1321 | 1321 | * WARNING: Before enabling this, read the warning Activity app chapter. |
1322 | 1322 | * |
1323 | 1323 | * Defaults to ``false`` |
1324 | 1324 | **/ |
1325 | | - |
| 1325 | + |
1326 | 1326 | 'activity_use_cached_mountpoints' => false, |
1327 | 1327 |
|
1328 | 1328 | /** |
|
0 commit comments