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-10-30 00:04:30 +0300
committerRobin Appelman <robin@icewind.nl>2018-11-25 03:39:54 +0300
commit1fc445134d33de11f356a6a3a63296d8dd17c898 (patch)
tree37051f267dee8fde611af00fc9c4f0b5c4bdf957 /appinfo/info.xml
parent15408c164ee8e11fb1fb40fb9e9bfa10e61b8a64 (diff)
versions implementation for group folders
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0800bbaf..3f4c755d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -40,4 +40,8 @@ Note: encrypting the contents of group folders is currently not supported.]]></d
<trash>
<backend for="OCA\GroupFolders\Mount\GroupFolderStorage">OCA\GroupFolders\Trash\TrashBackend</backend>
</trash>
+
+ <versions>
+ <backend for="OCA\GroupFolders\Mount\GroupFolderStorage">OCA\GroupFolders\Versions\VersionsBackend</backend>
+ </versions>
</info>