-
-
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
File Delete Confirmation Dialog #32011
Comments
A confirmation dialog is as much more important if Please implement such a feature at minimum as optional (configurable) setting. |
Hi Guys, |
hi |
Interesting problem! One Drive and Dropbox have a confirmation dialogue for deleting files too. However, it seems intrusive to show a confirmation dialogue every time a file is deleted, since deletion is a common action. There is also a trash bin from which files can be recovered. We could definitely move the "Download" action up. Another solution is to have a notification with an undo button, similar to sending a message in Mail. This is also the behaviour for Google Drive. So a notification |
@nimishavijay I agrees that an undo popup would be the preferred solution in that case since showing a popup might be too intrusive and slow and as you said we have the trashbin for this case. However maybe there could be a differentiation between folders and files? So that to show the popup for folders and/or if multi-selecting and then clicking on the delete option? |
hi @nimishavijay intrusive... truly and if your are talking about deleting multiple files, selecting concerned files/folder with check box method(already present) could present a single confirmation box about select items. |
@nimishavijay @szaimen @jancborchardt That would be a sane compromise to move that issue forward I think? :) |
Yes, sounds like a good solution to me :) |
@skjnldsv yup, sounds like a good first step. :) |
If trash & file versions are disabled (which sometimes is required) then being able to delete entire folders of terabytes of data in a single click without confirmation is a HUGE issue. Absolutely nextcloud should ask users if they are sure - every time - if trash can and versions are disabled. This is a massive massive massive usability issue with tremendous danger of incredible file loss. |
You might have missed this in the history of this issue -> #43231 Not yet sure what version of nextCloud it comes in though. I'm checking currently. |
Looks like it made it into v29.0.0-beta1, so prettttyyyy sure it's in RELEASE v29.x : https://github.com/nextcloud/server/releases/tag/v29.0.0beta1 |
Er wait hold on... is there no delete confirmation in v29 for a single file delete instruction? :s |
No, there is if you delete more than X items at a time. The idea of also asking for confirmation for folder bigger than X GB is pretty nice too. But if files_trashbin is disabled, I think we should always ask for confirmation, I agree. |
I for one would really want a setting to just ask every time anyways, even if you can toggle it off. Having to go to the trashbin because... OOPS I clicked delete instead of download... is now a waste of time to retrieve it, that could have easily been avoided by an "Are you sure?". To me that I think enables a happy medium for all. I actually can't even fathom why this change even required a minimum # to activate in the first place, that seems very out of place. |
For people with no trash bin (pretty much essential for files_external) there is still a giant risk of deleting literally terabytes in a single click of a button which starts with the same letter as, and sits right alongside, the Download button. It's absolutely horrifying to be honest and makes nextcloud completely unusable for large teams where accidents can happen! Can't we just please have a setting in admin to alert users to confirm deleting files? That seems to be a simple solution, and pretty much every single operating system and cloud service already does this! With all that said, thank you for the start in a right direction with what we have so far -- at least it's better than before (although I would say still not enough) |
Oh and to clarify, I really think there should be no minimum number of selected items for an "Are you sure?" dialogue. Right clicking on a file to delete/download is precariously close together. This is completely avoidable as a problem. Whether trash exists or not. |
I love nextcloud and I'm so grateful but I have to be honest it's so crazy and confusing to me this is even debated... if trash can is disabled, confirm every single delete. |
this part is definitely not debated, I'll take care of it asap ! :) |
Is your feature request related to a problem? Please describe.
When we right-click on the files we have the last two options from the "Download" and "Delete" list. It is very common for our users to click "Delete" instead of "Download" and the files are deleted directly.
Describe the solution you'd like
When we click on "Delete" a popup window will open asking us to confirm if we really want to delete.
Describe alternatives you've considered
The "Download" and "Delete" buttons are no longer below each other.
Additional context
It's not necessary.
The text was updated successfully, but these errors were encountered: