summaryrefslogtreecommitdiffstats
path: root/apps/encryption/hooks
Commit message (Collapse)AuthorAgeFilesLines
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-122-354/+0
| | | | | | | | * Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests
* Merge pull request #22791 from owncloud/enc_master_key_improvementsVincent Petry2016-04-211-23/+37
|\ | | | | Enc master key improvements
| * replaceUserKeys() actually deletes the users keys -> update method name and ↵Bjoern Schiessle2016-03-181-1/+1
| | | | | | | | doc-block
| * 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
|/ | | | access to his files
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
|
* Happy new year!Thomas Müller2016-01-122-2/+3
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-271-3/+3
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* update licence headers via scriptMorris Jobke2015-10-051-2/+0
|
* 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
|
* update license headers and authorsMorris Jobke2015-06-251-0/+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-072-4/+6
|
* 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-074-126/+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-075-0/+459