summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-04-17 22:22:41 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-04-25 20:25:10 +0200
commitd5937e0fd6098b90cdfc6ea826d2ba7f1f37ad97 (patch)
tree772e579897b0d1dc7267a8020350c03b4a0af107 /apps/files_trashbin/appinfo
parentcb617c4949f9b8570f65bf972c29d4cd78bc9b6e (diff)
downloadnextcloud-server-d5937e0fd6098b90cdfc6ea826d2ba7f1f37ad97.tar.gz
nextcloud-server-d5937e0fd6098b90cdfc6ea826d2ba7f1f37ad97.zip
Add propfind properties to trashbin
* get original filename (without the weird timestamp) * get original location Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_trashbin/appinfo')
-rw-r--r--apps/files_trashbin/appinfo/info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index a71443e6949..4ca60c0e269 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -40,5 +40,8 @@ To prevent a user from running out of disk space, the Deleted files app will not
<collections>
<collection>OCA\Files_Trashbin\Sabre\RootCollection</collection>
</collections>
+ <plugins>
+ <plugin>OCA\Files_Trashbin\Sabre\PropfindPlugin</plugin>
+ </plugins>
</sabre>
</info>