summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
Commit message (Expand)AuthorAgeFilesLines
...
* moving methods to their final placesClark Tomlinson2015-04-073-103/+103
* 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 ne...Bjoern Schiessle2015-04-072-5/+54
* 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