]> source.dussan.org Git - nextcloud-server.git/commit
Added support for user-specified password for adminRecovery account in admin settings...
authorSam Tuke <samtuke@owncloud.com>
Sat, 4 May 2013 14:14:38 +0000 (16:14 +0200)
committerSam Tuke <samtuke@owncloud.com>
Sat, 4 May 2013 14:14:38 +0000 (16:14 +0200)
commitc8946ea6086c642a5c367f2e5f63d58bc185c331
treeaacba56be830d53517a958a222470414b1297d79
parent9605d14a17522dd47c760a1c37a0374cfb0551b9
Added support for user-specified password for adminRecovery account in admin settings page
Made encryptAll() (file migration for unencrypted + legacy encrypted files) run only on first login for each user (status stored in DB)
Made recoveryAdmin user member of 'admin' user group automatically
Set recoveryadmin settings to only display on user settings if enabled by an admin
Updated encryption db xml schema
apps/files_encryption/ajax/adminrecovery.php
apps/files_encryption/appinfo/database.xml
apps/files_encryption/hooks/hooks.php
apps/files_encryption/js/settings-admin.js
apps/files_encryption/lib/session.php
apps/files_encryption/lib/util.php
apps/files_encryption/settings-admin.php
apps/files_encryption/settings-personal.php
apps/files_encryption/templates/settings-admin.php
apps/files_encryption/templates/settings-personal.php