maintain e2ee state even if the server does not support e2ee
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 15 Mar 2023 14:16:18 +0000 (15:16 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 26 Jun 2024 12:49:44 +0000 (12:49 +0000)
commit71fa4457da02d38ebed470076172e50d400fa232
tree01970ff63d0819f09ec77929b14c05f4549dcf35
parent1bf8ec9fd8696cfa68e4542d340b419899aca091
maintain e2ee state even if the server does not support e2ee

might be that the server previously supported e2ee and e2ee folders
exist

so we have to fetch the info to properly handle it on client

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/folderstatusmodel.cpp
src/gui/folderwizard.cpp
src/gui/selectivesyncdialog.cpp
src/libsync/discoveryphase.cpp
src/libsync/owncloudpropagator.cpp