summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/settings-admin.php
Commit message (Collapse)AuthorAgeFilesLines
* show a warning in the personal settings and admin settins if the encyption ↵Bjoern Schiessle2014-07-281-0/+3
| | | | keys are not initialized
* Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-1/+1
|
* remove unused variableBjoern Schiessle2013-10-301-2/+0
|
* if the database doesn't contain any information about the recovery mode than ↵Bjoern Schiessle2013-10-301-1/+1
| | | | we assume that it is disabled
* reformat codeFlorin Peter2013-05-291-6/+6
|
* fixes after review from @DeepDiver1975Florin Peter2013-05-231-1/+0
|
* only let the user change the recovery admin settings if a key passwords was ↵Björn Schießle2013-05-151-5/+0
| | | | entered.
* Added support for user-specified password for adminRecovery account in admin ↵Sam Tuke2013-05-041-0/+1
| | | | | | | | | 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
* Fixed recoveryadmin settings in user and admin settings pages (js, ↵Sam Tuke2013-05-011-0/+28
templates, ajax) Renamed recovery methods in Util{} for clarity Added note about bug causing slow page load and redundant keypair generation recoveryAdmin functionality not yet complete