summaryrefslogtreecommitdiffstats
path: root/apps/encryption/hooks/userhooks.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22791 from owncloud/enc_master_key_improvementsVincent Petry2016-04-211-23/+37
|\
| * replaceUserKeys() actually deletes the users keys -> update method name and d...Bjoern Schiessle2016-03-181-1/+1
| * only create and update user specific key if no master key is enabledBjoern Schiessle2016-03-181-22/+36
* | we need to initialize the mount points of the given user before we recoverBjörn Schießle2016-04-191-0/+11
|/
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Happy new year!Thomas Müller2016-01-121-1/+2
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-271-3/+3
* check for the right user if we can change his passwordBjoern Schiessle2015-09-141-1/+9
* 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-4/+2
* make sure that we create a header for the encrypted private keyBjoern Schiessle2015-04-281-2/+2
* fix change password if no user is logged in, occ callBjoern Schiessle2015-04-171-3/+7
* fix decryption of legacy private keyBjoern Schiessle2015-04-161-1/+0
* fixing license headers - encryption code relatedThomas Müller2015-04-071-2/+4
* PHPDoc cleanup - clean code \o/Thomas Müller2015-04-071-2/+0
* cleanupThomas Müller2015-04-071-3/+3
* make recovery key workBjoern Schiessle2015-04-071-6/+17
* use password change logic to userhooks to avoid recursionsBjoern Schiessle2015-04-071-7/+79
* add session class to handle all session operationsBjoern Schiessle2015-04-071-7/+4
* cleanup and removing cachefactoryClark Tomlinson2015-04-071-3/+15
* fixing obvious bugs while testingThomas Müller2015-04-071-1/+0
* Updating keystorage movement and fixing hooksClark Tomlinson2015-04-071-160/+53
* Initial commitClark Tomlinson2015-04-071-0/+304