-
Notifications
You must be signed in to change notification settings - Fork 801
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
Add support for moveToTrash option in nextcloud client for Microsoft windows OS and MacOS #3362
Comments
This will probably be easy to implement when we upgraded to Qt 5.15 https://doc.qt.io/qt-5/qfile.html#moveToTrash . |
@matthieugallien @tobiasKaminsky this option would have saved a friend of mine from data loss. Would it be possible to put it on the planning board? Thank you! |
@matthieugallien is this more than 2 wd? Then I can put it on board. |
ping @matthieugallien |
I would go for 1 day |
🎉🎉🎉🎉🎉 |
Since #5698 / #3362 this option is no longer restricted to Linux. (It's also now in the GUI too). Signed-off-by: Josh <[email protected]>
Since #5698 / #3362 this option is no longer restricted to Linux. (It's also now in the GUI too). Signed-off-by: Josh <[email protected]>
Since #5698 / #3362 this option is no longer restricted to Linux. (It's also now in the GUI too). Signed-off-by: Josh <[email protected]>
Since #5698 / #3362 this option is no longer restricted to Linux. (It's also now in the GUI too). Signed-off-by: Josh <[email protected]>
Since #5698 / #3362 this option is no longer restricted to Linux. (It's also now in the GUI too). Signed-off-by: Josh <[email protected]>
Since #5698 / #3362 this option is no longer restricted to Linux. (It's also now in the GUI too). Signed-off-by: Josh <[email protected]>
How to use GitHub
Feature description
Hello,
As stated in the documentation (doc) the
moveToTrash
option that allow the remote-deleted files to be put in trash instead of being removed is only available in Linux OS.I had recently a very unfortunate crash of a nextcloud server with local sync, after the service being setup again (and old data restored) the server remotely deleted the most recent files I had on my disk that was made during the downtime of the server (maybe this is due to a misconfiguration on server side, but that is not the point of this request).
As an user, I would have loved to have the option to allow these files to be put into the trash instead of being deleted, therefore please enhance the windows client in order to allow the
moveToTrash
functionality to be available on Microsoft OS.The text was updated successfully, but these errors were encountered: