aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/controller
Commit message (Expand)AuthorAgeFilesLines
* make encryption configurable for home storageBjoern Schiessle2015-10-271-1/+20
* update licence headers via scriptMorris Jobke2015-10-053-4/+0
* use login name for password resetBjoern Schiessle2015-08-301-1/+15
* use uid as additional information for saltBjoern Schiessle2015-08-071-2/+2
* 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-253-0/+6
* detect migration statusBjoern Schiessle2015-05-271-3/+12
* change error codes to 400Clark Tomlinson2015-04-241-12/+12
* fix messages from settings crontrollerClark Tomlinson2015-04-221-12/+13
* remove status's and adjust jsClark Tomlinson2015-04-221-18/+24
* destupify testsClark Tomlinson2015-04-221-24/+23
* fixing return values and adding testsClark Tomlinson2015-04-221-32/+38
* Merge pull request #15677 from owncloud/enc_reset_private_key_passwordThomas Müller2015-04-201-0/+131
|\
| * 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 chang...Bjoern Schiessle2015-04-171-0/+144
* | 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 users...Bjoern Schiessle2015-04-071-13/+48
* fix set recovery key and implement change passwordBjoern Schiessle2015-04-071-13/+41
* Initial commitClark Tomlinson2015-04-071-0/+106