Files with duplicated filenames share the same on-disk resource and collide #111
Labels
No labels
automerge
backend
bug
ci/tooling
dependencies
documentation
duplicate
enhancement
feature
frontend
good first issue
help wanted
invalid
question
research
test-dependencies
wontfix
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rotini#111
Loading…
Reference in a new issue
No description provided.
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?
Description
Because of the way the file destination path is built, uploading a file twice will lead to two items in the UI and in the database, but a single item on disk. This is because uploaded files are not prefixed in any way.
Users should be able to upload a file more than once without colliding and file duplicates should be distinct on disk.