Skip to content
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

Improve file trash handling #124

Open
klawr opened this issue Dec 25, 2023 · 0 comments
Open

Improve file trash handling #124

klawr opened this issue Dec 25, 2023 · 0 comments
Assignees

Comments

@klawr
Copy link
Contributor

klawr commented Dec 25, 2023

Problem Description
There is at the moment no way of seeing the trash, empying it or restoring files.

Proposed Solution
Implement Get, Restore and Delete for the trashs in the respective subdirectories.
Add frontend to see trash, empty it and read.

Possible Alternative Approaches
The handling of files in trash can be done via the admin using the file management in the background.
However this should be made available to the user, hence this feature request.

Additional Context
First try was undertaken but using a separate trash beside the fileHandles does not really work for the updates.
Using this method needs a rewrite or some store subscribers for that.
The trash should not be this intrusive into the current scheme. Maybe a simpler solution is possible.

@klawr klawr self-assigned this Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant