Better separate between absolute and relative paths on downloads
authorKevin Ottens <kevin.ottens@nextcloud.com>
Mon, 29 Jun 2020 16:20:23 +0000 (18:20 +0200)
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>
Wed, 1 Jul 2020 16:58:29 +0000 (16:58 +0000)
commit8d5c79c2193a28a7b488640b8c855b7cfa4c6d55
tree77f8f64dec6ac982f6cf130b1397f9792179f291
parent8a181adb3a53d109f9f4e115086cc669bda53a18
Better separate between absolute and relative paths on downloads

I wish this would be all driven by the type system instead of
error-prone string concatenation everywhere. That will be for a (much)
later refactoring hopefully.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/libsync/propagatedownload.cpp
src/libsync/propagatedownloadencrypted.cpp
src/libsync/propagatorjobs.cpp