aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | skip update of encryption keys if file is not encryptedBjoern Schiessle2015-04-281-2/+47
| | |
* | | make sure that we create a header for the encrypted private keyBjoern Schiessle2015-04-281-1/+12
|/ /
* / fall back to the ownCloud default encryption module and aes128 if we read a ↵Bjoern Schiessle2015-04-271-0/+27
|/ | | | encrypted file without a header
* Merge pull request #15677 from owncloud/enc_reset_private_key_passwordThomas Müller2015-04-201-0/+222
|\ | | | | [encryption] let user update the private key password
| * Dont use the old .status wayJoas Schilling2015-04-201-3/+3
| |
| * Fix several minor thingsJoas Schilling2015-04-201-7/+8
| |
| * let user update the private key password in case the login password was ↵Bjoern Schiessle2015-04-171-0/+221
| | | | | | | | changed from outside
* | fix change password if no user is logged in, occ callBjoern Schiessle2015-04-171-2/+31
|/
* decrypt private key for public shares correctlyBjoern Schiessle2015-04-161-1/+1
|
* add migration script from old encryption to new oneBjoern Schiessle2015-04-161-0/+356
|
* add unit test for crypt.phpBjoern Schiessle2015-04-101-0/+263
|
* adding test for user hooksClark Tomlinson2015-04-071-0/+217
|
* fixing license headers - encryption code relatedThomas Müller2015-04-077-28/+41
|
* 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
|
* remove unused codeBjoern Schiessle2015-04-071-1/+0
|
* fix versions download and previewsBjoern Schiessle2015-04-071-0/+79
|
* fixing unit test executionThomas Müller2015-04-072-46/+5
|
* adding util test and reducing keymanager instances to one in testClark Tomlinson2015-04-072-108/+161
|
* adding hook manager testClark Tomlinson2015-04-071-0/+74
|
* keyManagerTest: remove code which is no longer neededBjoern Schiessle2015-04-071-32/+0
|
* cleanup keymanager test and add some additional testsBjoern Schiessle2015-04-071-72/+262
|
* fixing test helper and undoing fubar in class...Clark Tomlinson2015-04-071-1/+1
|
* :100:% coverage for session classClark Tomlinson2015-04-071-0/+140
|
* moving methods to their final placesClark Tomlinson2015-04-071-8/+80
| | | | and updating test some.
* cleanup and removing cachefactoryClark Tomlinson2015-04-071-4/+11
|
* enable encryption unit test executionThomas Müller2015-04-072-112/+0
|
* Updating keystorage movement and fixing hooksClark Tomlinson2015-04-072-9/+33
|
* Initial commitClark Tomlinson2015-04-073-0/+203