summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Expand)AuthorAgeFilesLines
* make recovery settings workBjoern Schiessle2015-04-077-33/+29
* fix parameter declaration and class initialisationBjoern Schiessle2015-04-072-4/+5
* 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-073-6/+58
* add public link share key to file if it was shared as public linkBjoern Schiessle2015-04-074-5/+74
* add setting templatesBjoern Schiessle2015-04-075-2/+155
* make sharing and unsharing workBjoern Schiessle2015-04-072-7/+31
* cleanup and removing cachefactoryClark Tomlinson2015-04-0717-354/+287
* read encrypted filesBjoern Schiessle2015-04-073-8/+33
* make sure that all file keys are written to the key storageBjoern Schiessle2015-04-072-3/+32
* write encrypted file to discBjoern Schiessle2015-04-074-25/+152
* enable encryption unit test executionThomas Müller2015-04-072-112/+0
* encryption app: remove legacy code, we do only server-side encryptionBjoern Schiessle2015-04-072-65/+42
* fixing obvious bugs while testingThomas Müller2015-04-074-144/+149
* Updating keystorage movement and fixing hooksClark Tomlinson2015-04-0713-422/+975
* Initial commitClark Tomlinson2015-04-0723-0/+2233