summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/AppInfo
Commit message (Collapse)AuthorAgeFilesLines
* fix select statementRobin Appelman2018-10-171-0/+34
| | | | | | | | | | | | | | | fix select statement Make trashbin api modules Apps can register trashbin backends for specific storages, allowing them to modify trashbin behavior for storages The old trashbin implementation has been wrapped in a "legacy" backend, for future work this can be replaced with a new backend that better handles shares while still keeping the legacy backend around to keep existing trash from being accessible Signed-off-by: Robin Appelman <robin@icewind.nl>
* allow admins to override FreeBusy capabilities without modifying ShareAPI ↵Georg Ehrke2018-05-221-1/+2
| | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* List trashbin in DAVRoeland Jago Douma2018-04-251-0/+13
| | | | | | | | | | | 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>
* Use ::class statement instead of stringMorris Jobke2018-01-291-2/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Move files_trashbin to PSR-4 (#24570)Joas Schilling2016-05-121-0/+48