You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the file has a character that the server considers invalid, the client does not give any indication as to why the synchronization failed other than the server closed connection.
Meanwhile, the server log throws a very helpful message that could have been passed to the client and displayed to the user:
File name contains at least one invalid character
Steps to reproduce
Create/get a file, name it "SOT23.jpg"
Run the following to rename it to "�SOT23.jpg" which contains U+0010 : DATA LINK ESCAPE [DLE] mv SOT23.jpg $(echo 'EFNPVDIzLmpwZwo=' | base64 -d)
Sync.
Expected behavior
Clear error message, possibly actually syncing the file
Which files are affected by this bug
�SOT23.jpg
Operating system
Linux
Which version of the operating system you are running.
Arch Linux
Package
Distro package manager
Nextcloud Server version
29.0.7
Nextcloud Desktop Client version
3.14.1
Is this bug present after an update or on a fresh install?
Fresh desktop client install
Are you using the Nextcloud Server Encryption module?
Bug description
When the file has a character that the server considers invalid, the client does not give any indication as to why the synchronization failed other than the server closed connection.
Meanwhile, the server log throws a very helpful message that could have been passed to the client and displayed to the user:
Steps to reproduce
mv SOT23.jpg $(echo 'EFNPVDIzLmpwZwo=' | base64 -d)
Expected behavior
Clear error message, possibly actually syncing the file
Which files are affected by this bug
�SOT23.jpg
Operating system
Linux
Which version of the operating system you are running.
Arch Linux
Package
Distro package manager
Nextcloud Server version
29.0.7
Nextcloud Desktop Client version
3.14.1
Is this bug present after an update or on a fresh install?
Fresh desktop client install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Nextcloud Server logs
The text was updated successfully, but these errors were encountered: