Launch week 20% off FileRise Pro Use code LAUNCH20 at checkout. Ends Jan 27, 2026 (EST). Get Pro

ACL and Permissions Model

Reference guides and how-tos for FileRise core and Pro.

Last updated Jan 18, 2026

FileRise uses per-folder ACLs that are enforced consistently across the web UI, API, and WebDAV.


Roles and scopes

  • Admin: full access and configuration rights.
  • Standard user: access is governed by per-folder ACLs and user flags.

User flags used by the app:

  • Folder-only: limits the user to their personal folder (usually /uploads/<username>).
  • Read-only: blocks write actions (upload/edit/rename/delete/move/copy).
  • Disable upload: blocks uploads but can still allow non-upload actions depending on ACLs.

Folder ACLs

Per-folder ACLs control what a user can do inside each folder. The UI exposes common capabilities such as:

  • View (own/all)
  • Upload
  • Create
  • Edit
  • Rename
  • Move / Copy
  • Delete
  • Extract
  • Share

Folder ACLs are inherited by default. Admins can override or disable inheritance as needed.


Permission details (Folder Access UI behavior)

These notes describe what the Folder Access screen enforces today.

Quick rules

  • Manage (Owner) is the umbrella grant. It auto-enables View (all), file-level actions, and Share, and is required for subfolders and moves.
  • Create File / Upload / Edit / Rename / Copy / Delete / Extract are individual file actions. The UI gates each one on its own toggle.
  • Write is a shortcut checkbox: it toggles the file-level actions as a group. If any file action is on, Write shows as checked. It does not grant extra capabilities beyond those toggles in the UI.
  • Share File auto-enables View (own). Share Folder auto-enables Manage + View (all) and won’t stay on without them.

Action map (UI gating)

UI actionRequiresNotes
View (all)View (all)View (own) is disabled when full view is on.
View (own)View (own)Upload also auto-enables this if no view is set.
Create fileCreate File or ManageIf Create File is off, the New button is disabled.
Upload fileUpload or Manage
Edit fileEdit or Manage
Rename fileRename or Manage
Copy fileCopy or Manage
Delete fileDelete or Manage
Extract archiveExtract or Manage
Create folderManageSubfolders require Manage/Owner.
Move (files/folders)ManageOwner on an ancestor also qualifies.
Share fileShare FileAlso sets Share (server side).
Share folderShare Folder + Manage + View (all)UI enforces this combination.

Notes:

  • Account-level flags (Read-only / Disable upload / Folder-only) and source read-only still apply even if ACLs allow an action.

WebDAV behavior

WebDAV uses the same ACLs as the UI. If a user cannot perform an action in the UI, the same action is blocked over WebDAV.


Shares and encrypted folders

  • Share links respect ACLs.
  • Encrypted-at-rest folders disable WebDAV, sharing, ZIP create/extract, and ONLYOFFICE by design.

Pro groups

In Pro, user groups can be granted folder ACLs. Group permissions are additive and do not reduce existing user access.

If OIDC group mapping is enabled, group membership can be synced automatically from your IdP.


Tips

  • Start with a narrow ACL set and add capabilities as needed.
  • For help debugging access, confirm folder inheritance and any user flags first.