summaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* return false if private key is not validBjoern Schiessle2015-08-301-0/+15
* Merge pull request #18423 from owncloud/occ_encrypt_allBjörn Schießle2015-08-282-0/+298
|\
| * occ tool to encrypt all filesBjoern Schiessle2015-08-262-0/+298
* | Merge pull request #18121 from owncloud/enc_improve_privkey_encryptionLukas Reschke2015-08-243-7/+108
|\ \ | |/ |/|
| * use password hash instead of the plain password to encrypt the private keyBjoern Schiessle2015-08-073-7/+108
* | Remove unnecessary DB prefixes from existing query builder usagesJoas Schilling2015-08-101-17/+17
|/
* only update database on the first run (first run = we have a version number f...Bjoern Schiessle2015-07-311-0/+3
* Fix existing usages by removing the quotesJoas Schilling2015-07-211-37/+37
* Use the public interface and our method instead of the doctrine thingJoas Schilling2015-07-211-12/+12
* fix mount point detectionBjoern Schiessle2015-07-201-1/+76
* unit testsBjoern Schiessle2015-07-171-2/+36
* don't move keys if the key where already moved in a previous migration runBjoern Schiessle2015-07-171-4/+9
* Merge pull request #17500 from owncloud/encryption_migration_improvementsThomas Müller2015-07-161-3/+47
|\
| * only create new key pair if both keys are missingBjoern Schiessle2015-07-081-3/+47
* | more secure way to update the databaseBjoern Schiessle2015-07-081-0/+58
|/
* update license headers and authorsMorris Jobke2015-06-258-14/+33
* Move the helpful method to the TestCase classJoas Schilling2015-06-036-22/+22
* Add missing import for the exceptionJoas Schilling2015-05-181-0/+1
* Add a unit test for the decrypt methodJoas Schilling2015-05-181-1/+11
* add l10n to constructorBjoern Schiessle2015-05-181-1/+8
* Merge pull request #16404 from owncloud/enc_encrypt_files_in_trashVincent Petry2015-05-181-0/+25
|\
| * also encrypt files in trash binBjoern Schiessle2015-05-181-0/+25
* | a new approach to display the error messageBjoern Schiessle2015-05-181-7/+11
|/
* Merge pull request #15938 from owncloud/enc_update_recovery_share_keyBjörn Schießle2015-05-053-3/+63
|\
| * check recovery setting for the right userBjoern Schiessle2015-04-303-3/+63
* | Simplify the testJoas Schilling2015-04-302-12/+4
* | skip user if we don't have a public keyBjoern Schiessle2015-04-301-0/+69
|/
* also create encryption keys for empty filesBjoern Schiessle2015-04-281-8/+22
* skip update of encryption keys if file is not encryptedBjoern Schiessle2015-04-281-2/+47
* fall back to the ownCloud default encryption module and aes128 if we read a e...Bjoern Schiessle2015-04-271-0/+27
* 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
* 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
* 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