Move the encrypt folder logic in a reusable job class
authorKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 17 Jun 2020 17:08:59 +0000 (19:08 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 30 Jun 2020 09:29:08 +0000 (11:29 +0200)
commit74978a23fbf12fc9e914137ff5981d427f508350
treeafb54fd50ad716b62fb70c4e12a15047755e78d7
parentb3fb730d5a7e0dfb137a62abf0bbfe41c61b8fb2
Move the encrypt folder logic in a reusable job class

This way this whole logic isn't stuck into the settings dialog anymore.
Also cleaned up the unused "decrypt folder" logic.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/gui/accountsettings.cpp
src/gui/accountsettings.h
src/libsync/CMakeLists.txt
src/libsync/encryptfolderjob.cpp [new file with mode: 0644]
src/libsync/encryptfolderjob.h [new file with mode: 0644]