From 4adac445dc57d1ccc7f26e21018e1e731e5b1654 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 10 Sep 2018 14:40:35 +0200 Subject: fix select statement 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 --- apps/files_trashbin/appinfo/info.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/files_trashbin/appinfo') diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index eb8f46dced1..023cad1264f 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -44,4 +44,8 @@ To prevent a user from running out of disk space, the Deleted files app will not OCA\Files_Trashbin\Sabre\PropfindPlugin + + + OCA\Files_Trashbin\Trash\LegacyTrashBackend + -- cgit v1.2.3