diff options
Diffstat (limited to 'apps/files_trashbin/appinfo/info.xml')
-rw-r--r-- | apps/files_trashbin/appinfo/info.xml | 9 |
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> |