summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/recovery.php
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-1/+3
|
* Remove undefined variableLukas Reschke2016-01-071-4/+0
|
* Fix PHPDoc + Add handling for error casesLukas Reschke2016-01-071-3/+9
| | | | Makes static code analyzers happier.
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-271-2/+4
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* update licence headers via scriptMorris Jobke2015-10-051-2/+0
|
* use uid as additional information for saltBjoern Schiessle2015-08-071-2/+1
|
* use password hash instead of the plain password to encrypt the private keyBjoern Schiessle2015-08-071-1/+1
|
* update license headers and authorsMorris Jobke2015-06-251-0/+2
|
* check recovery setting for the right userBjoern Schiessle2015-04-301-11/+17
|
* make sure that encrypted private keys always have a headerBjoern Schiessle2015-04-151-1/+2
|
* read cipher from key header and always write a key header if a new private ↵Bjoern Schiessle2015-04-081-0/+1
| | | | key is stored
* fixing license headers - encryption code relatedThomas Müller2015-04-071-2/+3
|
* make recovery key workBjoern Schiessle2015-04-071-47/+48
|
* cleanup keymanager test and add some additional testsBjoern Schiessle2015-04-071-1/+1
|
* delete recovery keys on disableBjoern Schiessle2015-04-071-11/+6
|
* let user enable recovery keyBjoern Schiessle2015-04-071-7/+10
|
* add helper class accessible for encryption modules to ask for a list of ↵Bjoern Schiessle2015-04-071-14/+73
| | | | users with access to a file, needed to apply the recovery key to all files
* fix set recovery key and implement change passwordBjoern Schiessle2015-04-071-12/+19
|
* moving methods to their final placesClark Tomlinson2015-04-071-5/+80
| | | | and updating test some.
* Updating keystorage movement and fixing hooksClark Tomlinson2015-04-071-8/+50
|
* Initial commitClark Tomlinson2015-04-071-0/+134