mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #464] Overwriting old files doesn't prompt #255
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wxf2288 on GitHub (Oct 19, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/464
When the user has upload and delete permissions, uploading files in the browser will automatically overwrite the old files without any prompt.
@sigoden commented on GitHub (Oct 19, 2024):
Specifically designed this way.
Can you imagine a situation where you upload an entire directory, possibly containing hundreds of files, and you have to confirm each one individually? Would you be okay with that?
@wxf2288 commented on GitHub (Oct 19, 2024):
Ok thanks!