summaryrefslogtreecommitdiffstats
path: root/lib/private/encryption
Commit message (Expand)AuthorAgeFilesLines
* various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-072-17/+22
* make recovery settings workBjoern Schiessle2015-04-071-1/+4
* fix lib/private/encryption/util.php callBjoern Schiessle2015-04-071-1/+4
* remove debug code from coreBjoern Schiessle2015-04-071-3/+0
* check if recovery key exists and encrypt the file with the recovery key if ne...Bjoern Schiessle2015-04-071-1/+22
* core: documentation fixesBjoern Schiessle2015-04-071-1/+1
* implement rename and delete of encryption keysBjoern Schiessle2015-04-071-0/+34
* add deleteKey methods to key storageBjoern Schiessle2015-04-071-7/+62
* fix encryption manager to handle more than one encryption moduleBjoern Schiessle2015-04-071-6/+18
* fix keystorage and add unit testsBjoern Schiessle2015-04-072-347/+8
* Initial commitClark Tomlinson2015-04-0711-15/+321
* create basic interfaces and wrapper to make encryption more modularBjoern Schiessle2015-04-071-0/+223
* add deleteAllFileKeys to public interface and add "uid" as parameter for theBjoern Schiessle2015-03-271-1/+1
* fix check if a file is excluded from encryption or notBjoern Schiessle2015-03-271-3/+16
* implement basic encryption functionallity in core to enable multiple encrypti...Bjoern Schiessle2015-03-268-0/+1139