Start hooking up E2EE to the new discovery algorithm
authorKevin Ottens <kevin.ottens@nextcloud.com>
Mon, 30 Nov 2020 17:14:05 +0000 (18:14 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:21 +0000 (10:59 +0100)
commit1d07af07a562da76c17304e7addda7f2d767bc1c
tree5f602b551beb48109974c73aa2dc0ca52f6edab7
parent2cf76bbcbf6016590032b352d754b744aca0018c
Start hooking up E2EE to the new discovery algorithm

Now we pull the encrypted metadata during the discovery which is a
better approach than before. This shall remove the need for some of the
deep propfinds we have been using so far. It already simplifies the code
a bit for the download scenario.

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