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>
Showing
- apps/files_trashbin/appinfo/info.xml 8 additions, 1 deletionapps/files_trashbin/appinfo/info.xml
- apps/files_trashbin/composer/composer/autoload_classmap.php 6 additions, 0 deletionsapps/files_trashbin/composer/composer/autoload_classmap.php
- apps/files_trashbin/composer/composer/autoload_static.php 6 additions, 0 deletionsapps/files_trashbin/composer/composer/autoload_static.php
- apps/files_trashbin/lib/AppInfo/Application.php 13 additions, 0 deletionsapps/files_trashbin/lib/AppInfo/Application.php
- apps/files_trashbin/lib/Sabre/RootCollection.php 58 additions, 0 deletionsapps/files_trashbin/lib/Sabre/RootCollection.php
- apps/files_trashbin/lib/Sabre/TrashFile.php 77 additions, 0 deletionsapps/files_trashbin/lib/Sabre/TrashFile.php
- apps/files_trashbin/lib/Sabre/TrashFolder.php 102 additions, 0 deletionsapps/files_trashbin/lib/Sabre/TrashFolder.php
- apps/files_trashbin/lib/Sabre/TrashFolderFile.php 81 additions, 0 deletionsapps/files_trashbin/lib/Sabre/TrashFolderFile.php
- apps/files_trashbin/lib/Sabre/TrashFolderFolder.php 110 additions, 0 deletionsapps/files_trashbin/lib/Sabre/TrashFolderFolder.php
- apps/files_trashbin/lib/Sabre/TrashHome.php 116 additions, 0 deletionsapps/files_trashbin/lib/Sabre/TrashHome.php
Loading
Please register or sign in to comment