| Commit message (Expand) | Author | Age | Files | Lines |
* | always create a new instance of the encryption module | Bjoern Schiessle | 2015-04-17 | 1 | -7/+11 |
* | Merge pull request #15675 from owncloud/enc_error_messages | Clark Tomlinson | 2015-04-16 | 1 | -2/+20 |
|\ |
|
| * | display warning if password changed or if the keys are not initialized | Bjoern Schiessle | 2015-04-16 | 1 | -2/+20 |
* | | add migration script from old encryption to new one | Bjoern Schiessle | 2015-04-16 | 1 | -6/+7 |
|/ |
|
* | Fix PHPDoc | Lukas Reschke | 2015-04-09 | 1 | -14/+1 |
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 1 | -2/+4 |
* | make recovery key work | Bjoern Schiessle | 2015-04-07 | 1 | -0/+1 |
* | let user enable recovery key | Bjoern Schiessle | 2015-04-07 | 1 | -3/+8 |
* | add helper class accessible for encryption modules to ask for a list of users... | Bjoern Schiessle | 2015-04-07 | 1 | -1/+3 |
* | register settings and hooks only once | Bjoern Schiessle | 2015-04-07 | 1 | -8/+0 |
* | Fix double registration of encryption module | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
* | use password change logic to userhooks to avoid recursions | Bjoern Schiessle | 2015-04-07 | 1 | -3/+3 |
* | add session class to handle all session operations | Bjoern Schiessle | 2015-04-07 | 1 | -3/+2 |
* | moving methods to their final places | Clark Tomlinson | 2015-04-07 | 1 | -8/+3 |
* | make recovery settings work | Bjoern Schiessle | 2015-04-07 | 1 | -0/+196 |