Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_accesscontrol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-09-02 12:37:36 +0300
committerJulius Härtl <jus@bitgrid.net>2019-10-24 10:16:23 +0300
commit9cb032098f6baa1e0d8021fa5461236381032fc6 (patch)
treefd517490a16bda3aa632c7d079e20d8b0a9a126c /appinfo
parent05cf79241c11563af3c655c3a914c8a332ef94f3 (diff)
Remove settings as they are unified in the workflow engine now
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9a0953a..0bc1ab5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,9 +8,9 @@
## 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](https://nextcloud.com/workflow)</description>
<version>1.8.0</version>
@@ -36,9 +36,4 @@ Learn more about File Access Control on [https://nextcloud.com/workflow](https:/
<dependencies>
<nextcloud min-version="18" max-version="18" />
</dependencies>
-
- <settings>
- <admin>OCA\FilesAccessControl\Settings\Admin</admin>
- <admin-section>OCA\FilesAccessControl\Settings\Section</admin-section>
- </settings>
</info>