nextcloud/apps/admin_audit
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
..
appinfo chore: Bump app versions and requirements 2025-09-04 09:11:05 +02:00
composer refactor(trash): Port deletion code of Trashbin to node based API 2025-10-06 16:07:16 +02:00
l10n fix(l10n): Update translations from Transifex 2025-09-08 00:13:34 +00:00
lib refactor(trash): Port deletion code of Trashbin to node based API 2025-10-06 16:07:16 +02:00
tests/Listener test(admin_audit): add test for user management listener 2024-09-23 13:06:40 +02:00
.noopenapi fix(build): Do not generated OpenAPI for non-shipped apps or apps without OpenAPI support 2024-01-18 11:22:43 +01:00