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. |
||
|---|---|---|
| .. | ||
| std | ||
| vio | ||
| CMakeLists.txt | ||
| csync_exclude.c | ||
| csync_exclude.h | ||
| csync_log.c | ||
| csync_log.h | ||
| csync_macros.h | ||
| csync_misc.c | ||
| csync_misc.h | ||
| csync_private.h | ||
| csync_reconcile.c | ||
| csync_reconcile.h | ||
| csync_rename.cc | ||
| csync_rename.h | ||
| csync_statedb.c | ||
| csync_statedb.h | ||
| csync_time.c | ||
| csync_time.h | ||
| csync_update.c | ||
| csync_update.h | ||
| csync_util.c | ||
| csync_util.h | ||
| csync_version.h.in | ||
| csync.c | ||
| csync.h | ||