nextcloud-server/apps/files_trashbin/lib
Carl Schwan 458c2fa297
Remove OCP\App and OCP\BackgroundJob
Both deprecated since NC 23

IAppManager is the replacement for OCP\App unfortunately it can't be
dependency injected in classes used by the installed otherwise the
database connection is initialised too early

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-01 09:46:40 +07:00
..
AppInfo Add trashbin migrator to export and import trashbin data 2022-03-17 14:45:56 +07:00
BackgroundJob Add configuration flag to disable the background job for files_trashbin 2021-10-11 12:30:36 +07:00
Command Sort files by deletion time before restoring in RestoreAllFiles 2022-07-04 17:13:15 +07:00
Controller Update php licenses 2021-06-04 22:02:41 +07:00
Events Update php licenses 2021-06-04 22:02:41 +07:00
Exceptions Update php licenses 2021-06-04 22:02:41 +07:00
Migration Update php licenses 2021-06-04 22:02:41 +07:00
Sabre Update php licenses 2021-06-04 22:02:41 +07:00
Trash Show most recently deleted files first in trash can 2021-11-09 16:59:16 +07:00
UserMigration Fix trashbin expiration notice casing 2022-07-06 17:19:02 +07:00
Capabilities.php Update php licenses 2021-06-04 22:02:41 +07:00
Expiration.php Update php licenses 2021-06-04 22:02:41 +07:00
Helper.php Update php licenses 2021-06-04 22:02:41 +07:00
Hooks.php Update php licenses 2021-06-04 22:02:41 +07:00
Storage.php Update php licenses 2021-06-04 22:02:41 +07:00
Trashbin.php Remove OCP\App and OCP\BackgroundJob 2022-08-01 09:46:40 +07:00