summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Expand)AuthorAgeFilesLines
* add unit test for crypt.phpBjoern Schiessle2015-04-102-29/+283
* Merge pull request #15511 from owncloud/fix-typosLukas Reschke2015-04-092-6/+9
|\
| * Fix typos and some other adjustmentsLukas Reschke2015-04-092-6/+9
* | Remove unneeded fileLukas Reschke2015-04-091-33/+0
|/
* Fix PHPDocLukas Reschke2015-04-095-22/+20
* Fix code styleLukas Reschke2015-04-091-1/+8
* Enforce string as passed typeLukas Reschke2015-04-091-1/+13
* Merge pull request #15472 from owncloud/enc_backward_compatibilityClark Tomlinson2015-04-083-9/+29
|\
| * read cipher from key header and always write a key header if a new private ke...Bjoern Schiessle2015-04-083-9/+29
* | Merge pull request #15443 from owncloud/encryption-user-hook-testsThomas Müller2015-04-081-0/+217
|\ \ | |/ |/|
| * adding test for user hooksClark Tomlinson2015-04-071-0/+217
* | fix function callBjoern Schiessle2015-04-081-2/+1
|/
* fixing license headers - encryption code relatedThomas Müller2015-04-0727-86/+243
* adding user setup test and adding 4 tests to keymanagerClark Tomlinson2015-04-072-13/+144
* adding recoverFileTestClark Tomlinson2015-04-071-2/+43
* adding recovery testsClark Tomlinson2015-04-071-0/+224
* PHPDoc cleanup - clean code \o/Thomas Müller2015-04-072-21/+18
* userRecovery() was replaced by setRecoveryForUser()Bjoern Schiessle2015-04-072-17/+0
* remove unused codeBjoern Schiessle2015-04-071-1/+0
* fix versions download and previewsBjoern Schiessle2015-04-072-3/+94
* cleanupThomas Müller2015-04-073-29/+15
* fixing unit test executionThomas Müller2015-04-073-47/+5
* adding util test and reducing keymanager instances to one in testClark Tomlinson2015-04-072-108/+161
* add more descriptive message to the exception, will be displayed to the userBjoern Schiessle2015-04-071-1/+1
* cleaning up exception messThomas Müller2015-04-077-10/+44
* Set human readable module idsThomas Müller2015-04-071-1/+1
* Fix shouldEncrypt and don't throw exception id fileKey not present - can happenThomas Müller2015-04-073-54/+25
* make recovery key workBjoern Schiessle2015-04-075-54/+82
* Finally fixing encryption with public shareThomas Müller2015-04-071-27/+31
* only encrypt files and files_versionsThomas Müller2015-04-071-1/+13
* fix exception handlingThomas Müller2015-04-074-38/+48
* 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-077-57/+137
* Adding app icon and fixing admin settingThomas Müller2015-04-072-3/+54
* 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-072-6/+3
* Fix settingsThomas Müller2015-04-072-4/+4
* 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-34/+153
* moving methods to their final placesClark Tomlinson2015-04-076-127/+188
* kill OC_FileProxy :boom:Thomas Müller2015-04-071-6/+0