Skip to content
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

Overwrite must be forbidden on public links with drop zone #2480

Open
labkode opened this issue Jan 27, 2022 · 5 comments
Open

Overwrite must be forbidden on public links with drop zone #2480

labkode opened this issue Jan 27, 2022 · 5 comments
Assignees

Comments

@labkode
Copy link
Member

labkode commented Jan 27, 2022

If two people upload the same file they will overwrite each other.
The expected behaviour is to to make each upload unique.
In CERNBox we prepend a random UUID.

Screenshot 2022-01-27 at 14 35 18

@pmaier1
Copy link

pmaier1 commented Jan 28, 2022

I'd like to advocate against using UUIDs here as they appear very technical and regular users might feel uncomfortable. Instead I'd propose to append a number in parentheses "(2)". This is the behavior we have in the classic ownCloud. /cc @tbsbdr

@ishank011
Copy link
Contributor

I think appending the timestamp might be even better? That'll help the user differentiate between the various files

@pmaier1
Copy link

pmaier1 commented Jan 28, 2022

I think appending the timestamp might be even better? That'll help the user differentiate between the various files

Agree, that could be valuable as well. Dropbox behaves like this, for example.

@labkode
Copy link
Member Author

labkode commented Jan 28, 2022

@pmaier1 make sense!

@phil-davis
Copy link
Contributor

What is happening here? We are happy to adjust tests. There has been plenty of discussion in PR #2510 - we just need a decision on the naming format to move forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants