Skip to content

Commit

Permalink
Merge pull request #70 from nextcloud/jospoortvliet-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nickvergessen committed Jul 3, 2017
2 parents b2a2906 + 500b44e commit c8666f9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Nextcloud Files Access Control App

An app for Nextcloud to control the access to files based on some conditions
Nextcloud's File 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 Excell/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](https://nextcloud.com/workflow)

## QA metrics on master branch:

Expand Down

0 comments on commit c8666f9

Please sign in to comment.