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-09-19 20:02:15 +0300
committerRobin Appelman <robin@icewind.nl>2018-11-25 03:39:54 +0300
commit15408c164ee8e11fb1fb40fb9e9bfa10e61b8a64 (patch)
tree603aec5edb156b0b3de50ba358313abfbfef7f99 /appinfo/info.xml
parentd0b3055c4c415ee9c6845b6a73097457fe41b3d9 (diff)
Trashbin backend 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 d8566944..0800bbaf 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -36,4 +36,8 @@ Note: encrypting the contents of group folders is currently not supported.]]></d
<admin>OCA\GroupFolders\Settings\Admin</admin>
<admin-section>OCA\GroupFolders\Settings\Section</admin-section>
</settings>
+
+ <trash>
+ <backend for="OCA\GroupFolders\Mount\GroupFolderStorage">OCA\GroupFolders\Trash\TrashBackend</backend>
+ </trash>
</info>