summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removing left overs from old encryption appThomas Müller2015-04-0713-346/+9
* adding function getSecureRandom(); to IServerContainerThomas Müller2015-04-072-2/+8
* use password change logic to userhooks to avoid recursionsBjoern Schiessle2015-04-074-83/+95
* add session class to handle all session operationsBjoern Schiessle2015-04-076-35/+126
* update unit tests after ctor signature change of \OC\Encryption\UtilThomas Müller2015-04-072-2/+8
* moving methods to their final placesClark Tomlinson2015-04-076-127/+188
* kill OC_FileProxy :boom:Thomas Müller2015-04-0712-240/+6
* Further cleanup of files_encryptionThomas Müller2015-04-077-19/+9
* Removing files_encryption left oversThomas Müller2015-04-0712-56/+6
* Fix - public sharing: in case on user is available - get it from the pathThomas Müller2015-04-071-1/+6
* remove old encryption appBjoern Schiessle2015-04-07195-16586/+0
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-0711-82/+25
* initializing some variables + update size after writing the headersThomas Müller2015-04-071-3/+3
* https://github.com/owncloud/core/pull/15305#discussion_r27382305Thomas Müller2015-04-071-0/+2
* initializing some variablesThomas Müller2015-04-071-0/+1
* call end() before closing the fileBjoern Schiessle2015-04-071-1/+7
* adding unit tests for stream wrapperThomas Müller2015-04-072-13/+59
* various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-076-36/+91
* Applying diff as of https://github.com/owncloud/core/pull/15303jknockaert2015-04-071-24/+46
* make recovery settings workBjoern Schiessle2015-04-079-34/+45
* fix unit test executionThomas Müller2015-04-071-5/+13
* fix parameter declaration and class initialisationBjoern Schiessle2015-04-072-4/+5
* fix lib/private/encryption/util.php callBjoern Schiessle2015-04-073-14/+23
* fix unit test execution, variable naming and kill no longer used $cacheFactoryThomas Müller2015-04-071-7/+8
* 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-074-7/+80
* 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
* Comment duplicate test methodsThomas Müller2015-04-071-57/+57
* cleanup and removing cachefactoryClark Tomlinson2015-04-0717-354/+287
* read encrypted filesBjoern Schiessle2015-04-073-8/+33
* core: documentation fixesBjoern Schiessle2015-04-072-2/+2
* make sure that all file keys are written to the key storageBjoern Schiessle2015-04-072-3/+32
* core: small fixesBjoern Schiessle2015-04-071-1/+0
* write encrypted file to discBjoern Schiessle2015-04-074-25/+152
* enable encryption unit test executionThomas Müller2015-04-073-112/+1
* 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
* implement rename and delete of encryption keysBjoern Schiessle2015-04-072-0/+35
* Updating keystorage movement and fixing hooksClark Tomlinson2015-04-0715-423/+1202
* add deleteKey methods to key storageBjoern Schiessle2015-04-072-7/+63
* fix encryption manager to handle more than one encryption moduleBjoern Schiessle2015-04-072-7/+19
* fix keystorage and add unit testsBjoern Schiessle2015-04-074-441/+9
* Initial commitClark Tomlinson2015-04-0737-253/+2630
* create basic interfaces and wrapper to make encryption more modularBjoern Schiessle2015-04-072-0/+310
* Merge pull request #15345 from rullzer/fix_15263Jan-Christoph Borchardt2015-04-071-0/+9
|\
| * Only show SSL table header if there are certificatesRoeland Jago Douma2015-03-311-0/+9
* | Merge pull request #15424 from owncloud/failing-master-testsThomas Müller2015-04-074-16/+28
|\ \
| * | Select the timezone on the right timestamp and assert itJoas Schilling2015-04-071-8/+11