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-15 21:50:42 +0300
committerRobin Appelman <robin@icewind.nl>2018-11-25 03:39:54 +0300
commit48514567fa966f5a3773327088b13f974ffb9ab4 (patch)
tree2d95d141f85084e503f8b0d11915f28c351349b3 /appinfo/info.xml
parent1fc445134d33de11f356a6a3a63296d8dd17c898 (diff)
add expire job and command
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3f4c755d..20ec8ac4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ Folders can be configured from *Group folders* in the admin settings.
After a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.
Note: encrypting the contents of group folders is currently not supported.]]></description>
- <version>1.3.3</version>
+ <version>1.3.5</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>
@@ -32,6 +32,14 @@ Note: encrypting the contents of group folders is currently not supported.]]></d
<nextcloud min-version="13" max-version="15"/>
</dependencies>
+ <commands>
+ <command>OCA\GroupFolders\Command\ExpireGroupVersions</command>
+ </commands>
+
+ <background-jobs>
+ <job>OCA\GroupFolders\BackgroundJob\ExpireGroupVersions</job>
+ </background-jobs>
+
<settings>
<admin>OCA\GroupFolders\Settings\Admin</admin>
<admin-section>OCA\GroupFolders\Settings\Section</admin-section>