Reduce interaction with e2ee folders when in the wizard
authorKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 30 Jun 2020 16:18:06 +0000 (18:18 +0200)
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>
Wed, 1 Jul 2020 16:58:29 +0000 (16:58 +0000)
commit542d303313201f14fba570afd61102b6f26f71c2
tree4f0c3bd0a2f6752deacd869de18c8ea3ed86ac6d
parentcb9ba9702b2fa3ebaabbfc2845554ec0308e25c8
Reduce interaction with e2ee folders when in the wizard

During the wizard we currently don't have much information about the
encrypted folders. In particular we can only display their mangled names
which is far from ideal for the user to make an informed choice.

That's why in the wizard we now forbid creation of subfolders in e2ee
folders and we also don't display subfolders of e2ee folders.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/gui/folderwizard.cpp
src/gui/selectivesyncdialog.cpp