How Access Control (ACL) works
masterWhen acl_enabled is set to true in the configuration, the filemanager implements data isolation for multi-user environments:
- Scoping: Files and folders are scoped to the user who created them.
- Visibility: Users can only see and manage their own files.
- Automation: The
user_idfield in thefolderstable is automatically populated. - Isolation: Global scopes are used to ensure users cannot access data belonging to others.