summaryrefslogtreecommitdiffstats
path: root/apps/encryption/controller
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15677 from owncloud/enc_reset_private_key_passwordThomas Müller2015-04-201-0/+131
|\ | | | | [encryption] let user update the private key password
| * Dont use the old .status wayJoas Schilling2015-04-201-11/+2
| |
| * Fix several minor thingsJoas Schilling2015-04-201-17/+13
| |
| * let user update the private key password in case the login password was ↵Bjoern Schiessle2015-04-171-0/+144
| | | | | | | | changed from outside
* | Do not concat translation stringThomas Müller2015-04-171-5/+4
| |
* | fixing undefined variableThomas Müller2015-04-171-8/+8
|/
* display warning if password changed or if the keys are not initializedBjoern Schiessle2015-04-161-0/+89
|
* Fix code styleLukas Reschke2015-04-091-1/+8
|
* Enforce string as passed typeLukas Reschke2015-04-091-1/+13
|
* fixing license headers - encryption code relatedThomas Müller2015-04-071-2/+3
|
* userRecovery() was replaced by setRecoveryForUser()Bjoern Schiessle2015-04-071-12/+0
|
* make recovery key workBjoern Schiessle2015-04-071-0/+3
|
* add helper class accessible for encryption modules to ask for a list of ↵Bjoern Schiessle2015-04-071-13/+48
| | | | 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-13/+41
|
* Initial commitClark Tomlinson2015-04-071-0/+106