nextcloud/apps/admin_audit/lib
Carl Schwan ac029d1839 refactor(trash): Port deletion code of Trashbin to node based API
Instead of using a mix of View and Node based file system manipulation,
use the 'new' node based API everywhere.

Replace the hooks used in the admin_audit related to the deletion to new
typed event that expose the deleted nodes.

And remove old calculateSize to get the size of the deleted folder and
instead rely on the Node::getSize information.

Signed-off-by: Carl Schwan <carl.schwan@nextclound.com>
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-10-06 16:07:16 +02:00
..
Actions refactor(trash): Port deletion code of Trashbin to node based API 2025-10-06 16:07:16 +02:00
AppInfo refactor(trash): Port deletion code of Trashbin to node based API 2025-10-06 16:07:16 +02:00
BackgroundJobs fix: remove executable flag from source files 2025-09-04 11:57:44 +02:00
Listener refactor(trash): Port deletion code of Trashbin to node based API 2025-10-06 16:07:16 +02:00
AuditLogger.php feat(admin_audit): Move admin_audit hooks to modern event listeners 2024-09-10 14:06:12 +02:00
IAuditLogger.php chore: Add SPDX header 2024-05-26 20:05:04 +02:00