mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2024-11-26 22:42:44 +01:00
4291ea47f7
When synchronizing a folder on a samba share, creating files that begin with ._ is often forbidden. This prevented the client from creating its ._sync_abcdef.db file. Now, it'll check whether the preferred filename is creatable, and if it isn't it'll use .sync_abcdef.db instead. The disadvantage is that this alternative path won't be ignored by older clients - that was the reason for the ._ prefix. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
cmd.cpp | ||
cmd.h | ||
cmd.md | ||
netrcparser.cpp | ||
netrcparser.h | ||
simplesslerrorhandler.cpp | ||
simplesslerrorhandler.h |