Add isE2eEncrypted column in the metadata table
authorKevin Ottens <kevin.ottens@nextcloud.com>
Thu, 2 Jul 2020 15:22:43 +0000 (17:22 +0200)
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>
Mon, 6 Jul 2020 05:27:14 +0000 (05:27 +0000)
commit7bb48a76c40a75a23c7e5c70d884d41b0fd595c2
tree00544a774b06c30c68df1c1f3344f940cc3a169e
parent287a130044fd09f9cc1b4095516b9edcb7f2a4e5
Add isE2eEncrypted column in the metadata table

This will allow to exploit the information of a directory being
encrypted or not during the discovery phase.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/common/syncjournaldb.cpp
src/common/syncjournalfilerecord.h
src/csync/csync.cpp
src/csync/csync.h
src/csync/csync_update.cpp