aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* fix hook registrationBjoern Schiessle2015-04-071-1/+2
|
* remove useless setup base classClark Tomlinson2015-04-072-40/+11
|
* adding hook manager testClark Tomlinson2015-04-071-1/+0
|
* cleanup keymanager test and add some additional testsBjoern Schiessle2015-04-072-4/+7
|
* delete recovery keys on disableBjoern Schiessle2015-04-072-11/+18
|
* fixing test helper and undoing fubar in class...Clark Tomlinson2015-04-071-4/+3
|
* :100:% coverage for session classClark Tomlinson2015-04-071-4/+5
|
* let user enable recovery keyBjoern Schiessle2015-04-074-33/+45
|
* add helper class accessible for encryption modules to ask for a list of ↵Bjoern Schiessle2015-04-071-14/+73
| | | | users with access to a file, needed to apply the recovery key to all files
* fix set recovery key and implement change passwordBjoern Schiessle2015-04-073-16/+61
|
* use password change logic to userhooks to avoid recursionsBjoern Schiessle2015-04-072-73/+13
|
* add session class to handle all session operationsBjoern Schiessle2015-04-073-18/+141
|
* moving methods to their final placesClark Tomlinson2015-04-073-103/+103
| | | | and updating test some.
* kill OC_FileProxy :boom:Thomas Müller2015-04-071-6/+0
|
* Further cleanup of files_encryptionThomas Müller2015-04-071-9/+1
|
* make recovery settings workBjoern Schiessle2015-04-071-1/+1
|
* fix parameter declaration and class initialisationBjoern Schiessle2015-04-071-3/+3
|
* 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 ↵Bjoern Schiessle2015-04-072-5/+54
| | | | needed
* add public link share key to file if it was shared as public linkBjoern Schiessle2015-04-073-3/+50
|
* make sharing and unsharing workBjoern Schiessle2015-04-072-7/+31
|
* cleanup and removing cachefactoryClark Tomlinson2015-04-073-214/+44
|
* read encrypted filesBjoern Schiessle2015-04-072-8/+32
|
* make sure that all file keys are written to the key storageBjoern Schiessle2015-04-072-3/+32
|
* write encrypted file to discBjoern Schiessle2015-04-073-19/+149
|
* encryption app: remove legacy code, we do only server-side encryptionBjoern Schiessle2015-04-072-65/+42
|
* fixing obvious bugs while testingThomas Müller2015-04-072-129/+138
|
* Updating keystorage movement and fixing hooksClark Tomlinson2015-04-078-232/+859
|
* Initial commitClark Tomlinson2015-04-078-0/+1110