mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03: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. |
||
---|---|---|
.. | ||
check_csync_commit.c | ||
check_csync_create.c | ||
check_csync_exclude.c | ||
check_csync_init.c | ||
check_csync_log.c | ||
check_csync_misc.c | ||
check_csync_statedb_load.c | ||
check_csync_statedb_query.c | ||
check_csync_update.c | ||
check_csync_util.c |