summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PHPDocThomas Müller2015-04-072-6/+4
* pass file helper to encryption wrapperBjoern Schiessle2015-04-072-2/+9
* fix hook registrationBjoern Schiessle2015-04-071-1/+2
* remove useless setup base classClark Tomlinson2015-04-072-40/+11
* adding hook manager testClark Tomlinson2015-04-072-1/+74
* keyManagerTest: remove code which is no longer neededBjoern Schiessle2015-04-071-32/+0
* cleanup keymanager test and add some additional testsBjoern Schiessle2015-04-073-76/+269
* delete recovery keys on disableBjoern Schiessle2015-04-072-11/+18
* fixing test helper and undoing fubar in class...Clark Tomlinson2015-04-072-5/+4
* :100:% coverage for session classClark Tomlinson2015-04-072-4/+145
* let user enable recovery keyBjoern Schiessle2015-04-077-48/+65
* add helper class accessible for encryption modules to ask for a list of users...Bjoern Schiessle2015-04-0716-107/+290
* Adding app icon and fixing admin settingThomas Müller2015-04-075-75/+112
* register settings and hooks only onceBjoern Schiessle2015-04-072-8/+2
* fix set recovery key and implement change passwordBjoern Schiessle2015-04-076-30/+108
* Fix double registration of encryption moduleThomas Müller2015-04-073-10/+4
* Adding renameKeys to IStorageThomas Müller2015-04-071-1/+10
* Setting up the encryption wrapper in a setup hook - temporarily fixes the wra...Thomas Müller2015-04-072-18/+20
* Remove old encryption left overs from trashbinThomas Müller2015-04-071-102/+0
* Fix settingsThomas Müller2015-04-072-4/+4
* 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