mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
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 | ||