summaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo/application.php
Commit message (Expand)AuthorAgeFilesLines
* always create a new instance of the encryption moduleBjoern Schiessle2015-04-171-7/+11
* Merge pull request #15675 from owncloud/enc_error_messagesClark Tomlinson2015-04-161-2/+20
|\
| * display warning if password changed or if the keys are not initializedBjoern Schiessle2015-04-161-2/+20
* | add migration script from old encryption to new oneBjoern Schiessle2015-04-161-6/+7
|/
* Fix PHPDocLukas Reschke2015-04-091-14/+1
* fixing license headers - encryption code relatedThomas Müller2015-04-071-2/+4
* make recovery key workBjoern Schiessle2015-04-071-0/+1
* let user enable recovery keyBjoern Schiessle2015-04-071-3/+8
* add helper class accessible for encryption modules to ask for a list of users...Bjoern Schiessle2015-04-071-1/+3
* register settings and hooks only onceBjoern Schiessle2015-04-071-8/+0
* Fix double registration of encryption moduleThomas Müller2015-04-071-1/+1
* use password change logic to userhooks to avoid recursionsBjoern Schiessle2015-04-071-3/+3
* add session class to handle all session operationsBjoern Schiessle2015-04-071-3/+2
* moving methods to their final placesClark Tomlinson2015-04-071-8/+3
* make recovery settings workBjoern Schiessle2015-04-071-0/+196