summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/settings-admin.php
Commit message (Collapse)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-071-42/+0
|
* Update license headersJenkins for ownCloud2015-03-261-4/+22
|
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+21
|
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-091-1/+1
|
* 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