No description
  • PHP 70.2%
  • Gherkin 22.2%
  • JavaScript 6.1%
  • Makefile 0.9%
  • Shell 0.6%
Find a file
Nextcloud bot b88812cab4
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-11 00:47:57 +00:00
.github Create update-stable-titles.yml 2026-06-09 09:18:42 +02:00
.tx
appinfo feat(deps): Add Nextcloud 35 support on main 2026-05-16 00:49:08 +02:00
img
js
l10n fix(l10n): Update translations from Transifex 2026-06-11 00:47:57 +00:00
lib
LICENSES
screenshots
tests Merge pull request #999 from nextcloud/dependabot/composer/vendor-bin/csfixer/nextcloud/coding-standard-1.5.0 2026-06-09 09:43:42 +02:00
vendor-bin Merge pull request #999 from nextcloud/dependabot/composer/vendor-bin/csfixer/nextcloud/coding-standard-1.5.0 2026-06-09 09:43:42 +02:00
.gitignore
.php-cs-fixer.dist.php
AUTHORS.md
CHANGELOG.md
composer.json
composer.lock
Makefile
psalm.xml
README.md
rector.php
REUSE.toml

Files access control

REUSE status

Nextcloud's Files access control app enables administrators to protect data from unauthorized access or modifications.

How it works

The administrator can create and manage a set of rule groups. Each of the rule groups consists of one or more rules. If all rules of a group hold true, the group matches the request and access is being denied or the upload is blocked. The rules criteria range from IP address, mimetype and request time to group membership, tags, user agent and more.

An example would be to deny access to MS Excel/XLSX files owned by the "Human Resources" group accessed from an IP not on the internal company network or to block uploads of files bigger than 512 mb by students in the "1st year" group.

Learn more about File Access Control on https://nextcloud.com/workflow and in the Files access control documentation

Screenshot