summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-04-16 14:14:31 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-04-25 20:25:10 +0200
commit09940bcde697df90423cb0b4ecb4e62ba31bfaf7 (patch)
treed535808bcaddaa99b79a9be4978bea7582ad7adc /apps/files_trashbin/appinfo
parent9c64a203e308f990e54fb59c1c18ed0778f58460 (diff)
downloadnextcloud-server-09940bcde697df90423cb0b4ecb4e62ba31bfaf7.tar.gz
nextcloud-server-09940bcde697df90423cb0b4ecb4e62ba31bfaf7.zip
List trashbin in DAV
First steps for #1332 * Add a new DAV collection * List all files in the trashbin for this user * Deleting files from trashbin * Get files from trashbin (just read) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_trashbin/appinfo')
-rw-r--r--apps/files_trashbin/appinfo/info.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index 585e61fe1e8..a71443e6949 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -9,13 +9,14 @@ This application enables users to restore files that were deleted from the syste
To prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation.
</description>
- <version>1.4.0</version>
+ <version>1.4.1</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<namespace>Files_Trashbin</namespace>
<default_enable/>
<types>
<filesystem/>
+ <dav/>
</types>
<documentation>
<user>user-trashbin</user>
@@ -34,4 +35,10 @@ To prevent a user from running out of disk space, the Deleted files app will not
<command>OCA\Files_Trashbin\Command\CleanUp</command>
<command>OCA\Files_Trashbin\Command\ExpireTrash</command>
</commands>
+
+ <sabre>
+ <collections>
+ <collection>OCA\Files_Trashbin\Sabre\RootCollection</collection>
+ </collections>
+ </sabre>
</info>