summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/keymanager.php
Commit message (Expand)AuthorAgeFilesLines
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-697/+0
* if we don't have a encrypted file key we can return a empty string right awayBjoern Schiessle2016-04-261-5/+8
* Merge pull request #22791 from owncloud/enc_master_key_improvementsVincent Petry2016-04-211-3/+9
|\
| * replaceUserKeys() actually deletes the users keys -> update method name and d...Bjoern Schiessle2016-03-181-1/+3
| * only create and update user specific key if no master key is enabledBjoern Schiessle2016-03-181-2/+6
* | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-151-0/+1
|/
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Update author informationLukas Reschke2016-03-011-0/+1
* make decrypt all work with the master keyBjoern Schiessle2016-02-291-1/+1
* Use cache update instead of put for encryption versionVincent Petry2016-02-091-1/+1
* Use cache and add testsLukas Reschke2016-02-091-11/+7
* Use database for keeping track of the versionLukas Reschke2016-02-091-3/+22
* Keep track of file versionLukas Reschke2016-02-091-0/+19
* Merge pull request #21612 from owncloud/fix_21598Thomas Müller2016-01-131-4/+5
|\
| * only use master key ID if a user is logged in. Otherwise keep the public link...Björn Schießle2016-01-111-4/+5
* | Happy new year!Thomas Müller2016-01-121-1/+3
|/
* Fix PHPDoc + Add handling for error casesLukas Reschke2016-01-071-1/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-271-6/+9
* enable usage of a master keyBjoern Schiessle2015-09-071-1/+79
* use uid as additional information for saltBjoern Schiessle2015-08-071-5/+3
* use password hash instead of the plain password to encrypt the private keyBjoern Schiessle2015-08-071-5/+4
* only create new key pair if both keys are missingBjoern Schiessle2015-07-081-4/+21
* delete all file keys doesn't need the encryption module as parameter; impleme...Bjoern Schiessle2015-05-131-1/+1
* check recovery setting for the right userBjoern Schiessle2015-04-301-2/+3
* Merge pull request #15706 from owncloud/fix-15705-masterLukas Reschke2015-04-291-3/+5
|\
| * move creation of shared key to the login handler - fixes #15705Thomas Müller2015-04-171-3/+5
* | add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-221-21/+33
|/
* Merge pull request #15675 from owncloud/enc_error_messagesClark Tomlinson2015-04-161-3/+9
|\
| * display warning if password changed or if the keys are not initializedBjoern Schiessle2015-04-161-3/+9
* | Merge pull request #15445 from owncloud/enc2_migrationClark Tomlinson2015-04-161-1/+1
|\ \ | |/ |/|
| * decrypt private key for public shares correctlyBjoern Schiessle2015-04-161-1/+1
* | make sure that encrypted private keys always have a headerBjoern Schiessle2015-04-151-1/+2
|/
* read cipher from key header and always write a key header if a new private ke...Bjoern Schiessle2015-04-081-2/+4
* fixing license headers - encryption code relatedThomas Müller2015-04-071-1/+21
* fixing unit test executionThomas Müller2015-04-071-1/+0
* cleaning up exception messThomas Müller2015-04-071-4/+4
* Fix shouldEncrypt and don't throw exception id fileKey not present - can happenThomas Müller2015-04-071-26/+4
* make recovery key workBjoern Schiessle2015-04-071-1/+13
* Finally fixing encryption with public shareThomas Müller2015-04-071-27/+31
* cleanup keymanager test and add some additional testsBjoern Schiessle2015-04-071-3/+6
* delete recovery keys on disableBjoern Schiessle2015-04-071-0/+12
* let user enable recovery keyBjoern Schiessle2015-04-071-2/+31
* fix set recovery key and implement change passwordBjoern Schiessle2015-04-071-3/+41
* use password change logic to userhooks to avoid recursionsBjoern Schiessle2015-04-071-73/+2
* add session class to handle all session operationsBjoern Schiessle2015-04-071-18/+10
* moving methods to their final placesClark Tomlinson2015-04-071-7/+17
* kill OC_FileProxy :boom:Thomas Müller2015-04-071-6/+0
* make recovery settings workBjoern Schiessle2015-04-071-1/+1
* fix unit test execution, variable naming and kill no longer used $cacheFactoryThomas Müller2015-04-071-7/+8
* check if recovery key exists and encrypt the file with the recovery key if ne...Bjoern Schiessle2015-04-071-1/+19