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

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-11-23 20:11:55 +0300
committerRobin Appelman <robin@icewind.nl>2018-11-25 03:39:54 +0300
commit36cfd40e944e678b2e621210baa3a9c83e69c5b2 (patch)
tree0e80c6aa388cc938745e096eceb8ac10c313e528 /appinfo/info.xml
parent8fc88d86097d75327a30654a7b3f0b10a814990a (diff)
add console commands to configure group folders
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 20ec8ac4..939ca086 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -29,11 +29,17 @@ Note: encrypting the contents of group folders is currently not supported.]]></d
<screenshot>https://raw.githubusercontent.com/nextcloud/groupfolders/master/screenshots/permissions.png</screenshot>
<dependencies>
- <nextcloud min-version="13" max-version="15"/>
+ <nextcloud min-version="13" max-version="16"/>
</dependencies>
<commands>
<command>OCA\GroupFolders\Command\ExpireGroupVersions</command>
+ <command>OCA\GroupFolders\Command\ListCommand</command>
+ <command>OCA\GroupFolders\Command\Quota</command>
+ <command>OCA\GroupFolders\Command\Group</command>
+ <command>OCA\GroupFolders\Command\Create</command>
+ <command>OCA\GroupFolders\Command\Rename</command>
+ <command>OCA\GroupFolders\Command\Delete</command>
</commands>
<background-jobs>