summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/Trash/TrashManager.php
Commit message (Collapse)AuthorAgeFilesLines
* store user for trashitem in the trashitemRobin Appelman2018-10-171-4/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix trashbin previews for modular apiRobin Appelman2018-10-171-3/+13
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix select statementRobin Appelman2018-10-171-0/+115
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>