nextcloud / files_lock

GNU Affero General Public License v3.0
24 stars 8 forks source link

Wrong message on public share #20

Open ArtificialOwl opened 4 years ago

ArtificialOwl commented 4 years ago

When sharing a folder throw a public link, if a visitor tries to upload a file with a name that already exists, and the existing file is locked the notification error message is: Could not rename part file to final file

Should be more descriptive of the fact that the file is locked

juliushaertl commented 4 years ago

I'm not really sure how that could be implemented right now, as the "Could not rename part file to final file" is an error logged by the upload code of the dav backend. Needs some more thinking...