nextcloud-desktop/csync/tests
Olivier Goffart fbadadc377 propagator: Fix folder duplication if the folder is renamed on the server while uploading
While uploading a new folder, if the folder is renamed on the server
when still uploading, the result will be that the files that are already
uploaded will end up in the new filder name, but the file that were
not still are in the old folder.

After renaming, all the new uploads wil fail with an error on this sync
because the parent directory don't exist.
But they were uploaded with the old name in the next sync because
the renaming was not detected because the file id was not in the DB

Fix the problem by fetching the file id always when creating a new
directory, on the next sync, and saving it in the database ummediatly

https://github.com/owncloud/enterprise/issues/191
2014-06-24 12:00:13 +02:00
..
csync_tests csync test: fix warning 2014-06-17 14:16:42 +02:00
encoding_tests Add missing license headers in tests 2014-02-24 11:08:58 +01:00
httpbf_tests Add missing license headers in tests 2014-02-24 11:08:58 +01:00
log_tests Add missing license headers in tests 2014-02-24 11:08:58 +01:00
ownCloud propagator: Fix folder duplication if the folder is renamed on the server while uploading 2014-06-24 12:00:13 +02:00
std_tests CSync: Remove unused std functions 2014-06-04 10:33:19 +02:00
vio_tests csync: Remove outdated tests 2014-02-28 16:43:15 +01:00
CMakeLists.txt CSync: Remove unused std functions 2014-06-04 10:33:19 +02: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