nextcloud/apps/encryption/lib
Morris Jobke 5987099d2a
Remove unneeded check if app is enabled
App code will not be executable if the app is not enabled, because the autoloader refuses to load that class.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-10-23 23:47:06 +02:00
..
AppInfo improve status messages 2017-07-06 11:47:11 +02:00
Command add occ command to disable the master key again 2017-07-06 11:47:11 +02:00
Controller improve status messages 2017-07-06 11:47:11 +02:00
Crypto print generated encryption key passwords directly after generating the keys so that errors during the encryption do not lead to a potentially massive data loss 2017-09-11 12:52:25 +02:00
Exceptions Fix apps/ 2016-07-21 18:13:57 +02:00
Hooks Remove unneeded check if app is enabled 2017-10-23 23:47:06 +02:00
Migration since the default for the master key changed we need to write the setting explicitely to the database if we migrate from a older version 2017-07-06 11:47:11 +02:00
Settings move encryption to security (and behind two factor things) 2017-06-27 12:21:18 +02:00
Users Fix apps/ 2016-07-21 18:13:57 +02:00
HookManager.php Fix apps/ 2016-07-21 18:13:57 +02:00
KeyManager.php after the master key was loaded we are ready to go, no re-login needed 2017-07-06 11:47:10 +02:00
Migration.php Update with robin 2016-07-21 18:13:58 +02:00
Recovery.php Fix apps/ 2016-07-21 18:13:57 +02:00
Session.php check if session is initialized 2016-11-23 12:20:43 +01:00
Util.php make master key the new default 2017-07-06 11:33:03 +02:00