Add option to delete an item via webdav without trash bin #49605
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
enhancement
feature: dav
feature: trashbin
How to use GitHub
Is your feature request related to a problem? Please describe.
There are occasions, where a file needs to be deleted by the client "fully" without going to the trash bin. Reason to be discussed internally
Describe the solution you'd like
Support this in server with e.g. a header flag
server/apps/files_trashbin/lib/Storage.php
Lines 120 to 142 in bafc1e5
Describe alternatives you've considered
Delete the file; Query the trash bin; Delete the file also from trash bin;
this is not regarded save as we do not have control over dependent webdav calls
Additional context
n/a
The text was updated successfully, but these errors were encountered: