Assume that folder paths can be mangled
authorKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 23 Jun 2020 16:13:20 +0000 (18:13 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 30 Jun 2020 09:29:08 +0000 (11:29 +0200)
commit710c470c13b3cec8f38762ed17c09fb510f46041
treef686376efe3d3c0987cb832d287ca612b00c26dc
parent3e13919c3523fbe6da1b6b209644196f4159ad6f
Assume that folder paths can be mangled

PropagateUploadEncrypted made the assumption of the folder names never
being mangled. This is not true since the previous commits so make sure
we properly deal with that using the journal db.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/libsync/propagateremotemkdir.cpp
src/libsync/propagateupload.cpp
src/libsync/propagateuploadencrypted.cpp
src/libsync/propagateuploadencrypted.h