summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/keymanager.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* add public link share key to file if it was shared as public linkBjoern Schiessle2015-04-071-2/+43
* make sharing and unsharing workBjoern Schiessle2015-04-071-0/+17
* cleanup and removing cachefactoryClark Tomlinson2015-04-071-27/+27
* read encrypted filesBjoern Schiessle2015-04-071-7/+31
* make sure that all file keys are written to the key storageBjoern Schiessle2015-04-071-0/+24
* write encrypted file to discBjoern Schiessle2015-04-071-4/+4
* encryption app: remove legacy code, we do only server-side encryptionBjoern Schiessle2015-04-071-57/+42
* Updating keystorage movement and fixing hooksClark Tomlinson2015-04-071-70/+254
* Initial commitClark Tomlinson2015-04-071-0/+217