Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+3 |
| | |||||
* | Remove undefined variable | Lukas Reschke | 2016-01-07 | 1 | -4/+0 |
| | |||||
* | Fix PHPDoc + Add handling for error cases | Lukas Reschke | 2016-01-07 | 1 | -3/+9 |
| | | | | Makes static code analyzers happier. | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-27 | 1 | -2/+4 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -2/+0 |
| | |||||
* | use uid as additional information for salt | Bjoern Schiessle | 2015-08-07 | 1 | -2/+1 |
| | |||||
* | use password hash instead of the plain password to encrypt the private key | Bjoern Schiessle | 2015-08-07 | 1 | -1/+1 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
| | |||||
* | check recovery setting for the right user | Bjoern Schiessle | 2015-04-30 | 1 | -11/+17 |
| | |||||
* | make sure that encrypted private keys always have a header | Bjoern Schiessle | 2015-04-15 | 1 | -1/+2 |
| | |||||
* | read cipher from key header and always write a key header if a new private ↵ | Bjoern Schiessle | 2015-04-08 | 1 | -0/+1 |
| | | | | key is stored | ||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 1 | -2/+3 |
| | |||||
* | make recovery key work | Bjoern Schiessle | 2015-04-07 | 1 | -47/+48 |
| | |||||
* | cleanup keymanager test and add some additional tests | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | delete recovery keys on disable | Bjoern Schiessle | 2015-04-07 | 1 | -11/+6 |
| | |||||
* | let user enable recovery key | Bjoern Schiessle | 2015-04-07 | 1 | -7/+10 |
| | |||||
* | add helper class accessible for encryption modules to ask for a list of ↵ | Bjoern Schiessle | 2015-04-07 | 1 | -14/+73 |
| | | | | users with access to a file, needed to apply the recovery key to all files | ||||
* | fix set recovery key and implement change password | Bjoern Schiessle | 2015-04-07 | 1 | -12/+19 |
| | |||||
* | moving methods to their final places | Clark Tomlinson | 2015-04-07 | 1 | -5/+80 |
| | | | | and updating test some. | ||||
* | Updating keystorage movement and fixing hooks | Clark Tomlinson | 2015-04-07 | 1 | -8/+50 |
| | |||||
* | Initial commit | Clark Tomlinson | 2015-04-07 | 1 | -0/+134 |