-
Notifications
You must be signed in to change notification settings - Fork 13
[Feature]: User Trash (Soft Delete) #60
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestjavaPull requests that update java codePull requests that update java codesecurity
Description
Files should not be permanently deleted immediately. Instead, they should be moved to a user-specific trash (bin) and automatically removed after 30 days.
Behavior
- Each user gets a personal trash folder
- Deleting a file moves it to the trash
- Files remain for 30 days
- After 30 days → permanently deleted
- Users can restore or permanently delete manually
Benefits
- Prevents accidental data loss
- Safer multi-user environment
- Standard cloud storage behavior
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestjavaPull requests that update java codePull requests that update java codesecurity