Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old encryption app | Bjoern Schiessle | 2015-04-07 | 1 | -42/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+22 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -21/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+21 |
| | |||||
* | Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself | Joas Schilling | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | 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 |