summaryrefslogtreecommitdiffstats
path: root/lib/public/encryption
Commit message (Expand)AuthorAgeFilesLines
* always create a new instance of the encryption moduleBjoern Schiessle2015-04-171-6/+8
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-165-1/+55
* remove calculateUnencryptedSize() - not neededThomas Müller2015-04-141-8/+0
* Merge pull request #15511 from owncloud/fix-typosLukas Reschke2015-04-093-4/+9
|\
| * Fix typos and some other adjustmentsLukas Reschke2015-04-093-4/+9
* | Check if the key exists, before trying to delete itJoas Schilling2015-04-091-4/+4
|/
* fixing license headers - encryption code relatedThomas Müller2015-04-075-59/+54
* implement webdav copyBjoern Schiessle2015-04-071-3/+9
* cleaning up exception messThomas Müller2015-04-071-0/+34
* PHPDocThomas Müller2015-04-071-2/+2
* add helper class accessible for encryption modules to ask for a list of users...Bjoern Schiessle2015-04-072-3/+37
* Adding renameKeys to IStorageThomas Müller2015-04-071-1/+10
* core: documentation fixesBjoern Schiessle2015-04-071-1/+1
* add deleteKey methods to key storageBjoern Schiessle2015-04-071-0/+1
* fix keystorage and add unit testsBjoern Schiessle2015-04-072-94/+1
* Initial commitClark Tomlinson2015-04-071-12/+18
* create basic interfaces and wrapper to make encryption more modularBjoern Schiessle2015-04-071-0/+87
* add deleteAllFileKeys to public interface and add "uid" as parameter for theBjoern Schiessle2015-03-272-1/+10
* implement basic encryption functionallity in core to enable multiple encrypti...Bjoern Schiessle2015-03-263-0/+324