diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-04-17 22:22:41 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-04-25 20:25:10 +0200 |
commit | d5937e0fd6098b90cdfc6ea826d2ba7f1f37ad97 (patch) | |
tree | 772e579897b0d1dc7267a8020350c03b4a0af107 /apps/files_trashbin/appinfo | |
parent | cb617c4949f9b8570f65bf972c29d4cd78bc9b6e (diff) | |
download | nextcloud-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.xml | 3 |
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> |