summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/keymanager.php
Commit message (Expand)AuthorAgeFilesLines
* 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