mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2024-11-26 13:42:45 +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. |
||
---|---|---|
.. | ||
csync_tests | ||
encoding_tests | ||
log_tests | ||
ownCloud | ||
std_tests | ||
vio_tests | ||
CMakeLists.txt | ||
cmdline.c | ||
torture.c | ||
torture.h | ||
valgrind-csync.supp |