-
-
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
Trash bin - add filters, improve batch actions #24544
Comments
Additional: don't show the list of files in date order, should be reverse date order (people are more likely to undelete files recently deleted). |
As this sounds like a nice feature, the requests for this are quite low. Currently there are no plans to implement such a feature. Thus I will close this ticket for now. This does not mean we don't want this feature, but it is simply not on our roadmap for the near future. If somebody wants to implement this feature nevertheless we are happy to assist and help out.If you wish to have this feature implemented by the Nextcloud GmbH there is the option for consulting work on top of your Nextcloud Enterprise subscription to get your features implemented. |
Ok, understood we're the trail blazers on NC usage in larger orgs and we'll take this on. |
We have an initial working code for this, although it's not handling restoration of items in sub-folders in group folders properly at the moment (where expected behaviour is restoration of an item from a deleted folder would recreate/restore the folders as necessary as part of restoring the item). We're planning showing the folder tree rather than the items as a way of limiting the number of items that load, possibly including a date filter defaulting to "deleted in the last 7 days" to reduce the number of folders shown (simplifying and accelerating the location of the item(s) to be restored) as in our experience users most often want to restore recently deleted items. |
@putt1ck Is there any progress regarding your development? Even though it has not many upvotes, the topic is duplicated by a lot of other feature requests (see above). I personally have a trashbin which is to big to handle in any sensible way with the current functionality. |
@susnux I guess this should be easy to address with the new Filter feature ? |
How to use GitHub
Is your feature request related to a problem? Please describe.
I've now had 2 cases were the desktop client I used (used owncloud client because I needed the Virtual File System functionality) sent delete command for almost all of my files. Frankly, recovering those files from the Trash bin is a huge pain in the ass because atm you can only recover all files (even that keeps crashing) or you have to select single files, if you need to do it in thousands of files it's frankly pain in the ass.
Describe the solution you'd like
First thing I'm proposing, add filters, that would include minimally:
Describe alternatives you've considered
I tried varius other webdav clients, including windows 10 file explorer integration to directly access
/remote.php/dav/trashbin/Admin
to see if any of them can handle moving files from trash folder to restore folder. None of them could. About half of them could see the files in trash, but not open nor move them.The text was updated successfully, but these errors were encountered: