summaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/hooks/UserHooksTest.php
Commit message (Expand)AuthorAgeFilesLines
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-360/+0
* Merge pull request #22791 from owncloud/enc_master_key_improvementsVincent Petry2016-04-211-14/+19
|\
| * 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-13/+18
* | we need to initialize the mount points of the given user before we recoverBjörn Schießle2016-04-191-10/+37
|/
* Happy new year!Thomas Müller2016-01-121-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
* check for the right user if we can change his passwordBjoern Schiessle2015-09-141-4/+61
* 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-1/+16
* make sure that we create a header for the encrypted private keyBjoern Schiessle2015-04-281-1/+12
* fix change password if no user is logged in, occ callBjoern Schiessle2015-04-171-2/+31
* adding test for user hooksClark Tomlinson2015-04-071-0/+217