-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
better cleanup of user files on user deletion #26792
Conversation
90951b5
to
a0359a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good – much better than before. did not test.
fyi @pierreozoux @acsfer |
Signed-off-by: Robin Appelman <[email protected]>
a0359a1
to
ed2d02d
Compare
The problem i was having was not on user deletion, but on files deletion. Does this PR helps in these cases? |
Should not this get backported, @icewind1991? |
It would be nice if it is backported :) But I also understand if it is not :) Thanks for fixing it, it is nice for the environment and user's privacy! |
/backport to stable21 |
My local storage is no longer getting cleaned up since this was merged ☹ Nextcloud 22.1.1 |
@metheos please open a new issue with the requested details (especially log from the delete action) |
Fix #9690
Handle cleanup of user data in the storage, not only the local fs.
Fixes user files not being deleted when using s3 primary storage.
to test:
On current master the files previously uploaded will be shown again, surviving the user delete.