nextcloud-desktop/src
Olivier Goffart 6f1b03c560 SyncEngine: Fix renaming of folder when file are changed (#5195)
Two bugs:
 - The change filed are not considered as move, they are re-downloaded
   but the old file was not removed from the database. The change in
   owncloudpropagator.cpp takes care of removing the old entries.

 - Next sync would then remove the file in the server in the old folder
   This was not a problem until we start reusing the sync engine, and
   that the _renamedFolders map is not cleared. We were before deleting
   a non-existing file. But now we delete the actual file.

Also improve the tests to be able to do move on the server.
This include support for file id.

Issue #5192
(cherry picked from commit 85b8ab178e)
2016-09-22 09:05:09 +02:00
..
3rdparty sqlite: Update bundled version to 3.13.0 2016-05-24 17:27:31 +02:00
cmd Ensure OpenSSL config file is only read from app dir 2016-08-05 16:38:08 +02:00
crashreporter cmd and crashreporter minor typos 2015-09-10 17:34:26 +05:45
gui Revert "FolderWatcher: Act on relative paths #5116 (#5153)" 2016-09-15 16:26:25 +02:00
libsync SyncEngine: Fix renaming of folder when file are changed (#5195) 2016-09-22 09:05:09 +02:00
CMakeLists.txt CMakeLists: move QtKeychain detection in client 2016-04-12 14:43:26 +02:00