You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Signed-off-by: Carl Schwan <[email protected]>
0 commit comments