Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | show a warning in the personal settings and admin settins if the encyption ↵ | Bjoern Schiessle | 2014-07-28 | 1 | -0/+3 |
| | | | | keys are not initialized | ||||
* | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | remove unused variable | Bjoern Schiessle | 2013-10-30 | 1 | -2/+0 |
| | |||||
* | if the database doesn't contain any information about the recovery mode than ↵ | Bjoern Schiessle | 2013-10-30 | 1 | -1/+1 |
| | | | | we assume that it is disabled | ||||
* | reformat code | Florin Peter | 2013-05-29 | 1 | -6/+6 |
| | |||||
* | fixes after review from @DeepDiver1975 | Florin Peter | 2013-05-23 | 1 | -1/+0 |
| | |||||
* | only let the user change the recovery admin settings if a key passwords was ↵ | Björn Schießle | 2013-05-15 | 1 | -5/+0 |
| | | | | entered. | ||||
* | Added support for user-specified password for adminRecovery account in admin ↵ | Sam Tuke | 2013-05-04 | 1 | -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 Tuke | 2013-05-01 | 1 | -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 |