🚫 App to manage access control for files
Перейти к файлу
Joas Schilling 32c6b3ff91
Merge pull request #629 from nextcloud/dependabot/composer/tests/Integration/behat/behat-3.15.0
chore(deps-dev): Bump behat/behat from 3.14.0 to 3.15.0 in /tests/Integration
2024-11-04 10:36:49 +01:00
.github ci: Adjust action templates 2024-11-04 08:42:12 +01:00
.tx
LICENSES
appinfo
img
js
l10n
lib
screenshots
tests fix: Double escape of backslashes as per upstream library 2024-11-04 10:30:17 +01:00
.gitignore
.php-cs-fixer.dist.php
AUTHORS.md
CHANGELOG.md
Makefile
README.md
REUSE.toml
composer.json
composer.lock
psalm.xml

README.md

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