1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-22 22:42:44 +02:00
Nextcloud-Desktop/csync/tests
Christian Kamm 4291ea47f7 Journal: Don't use a ._ path if it won't work #5633
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.
2017-06-20 13:35:34 +02:00
..
csync_tests Journal: Don't use a ._ path if it won't work #5633 2017-06-20 13:35:34 +02:00
encoding_tests csync io: Fix UNC path conversion on Win #3748 2015-09-04 15:57:21 +02:00
log_tests Add missing license headers in tests 2014-02-24 11:08:58 +01:00
ownCloud Fix perl tests for sync journal db name 2016-11-25 13:21:34 +01:00
std_tests Fix the MSVC build 2016-09-16 17:43:39 +02:00
vio_tests libsync: Don't store the remote URI in the csync or in the SyncEngine 2016-11-21 08:09:11 +01:00
CMakeLists.txt Don't install tests and cmocka lib. 2016-02-05 14:14:07 +01:00
cmdline.c Add missing license headers in tests 2014-02-24 11:08:58 +01:00
torture.c Add missing license headers in tests 2014-02-24 11:08:58 +01:00
torture.h Add missing license headers in tests 2014-02-24 11:08:58 +01:00
valgrind-csync.supp Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00