aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/lib/KeyManagerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-650/+0
| | | | | | | | * Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Add tests for setVersionLukas Reschke2016-02-091-0/+40
|
* Use cache and add testsLukas Reschke2016-02-091-0/+27
|
* Merge pull request #21612 from owncloud/fix_21598Thomas Müller2016-01-131-12/+64
|\ | | | | fix public link sharing if the master key is enabled
| * only use master key ID if a user is logged in. Otherwise keep the public ↵Björn Schießle2016-01-111-12/+64
| | | | | | | | link share key
* | Happy new year!Thomas Müller2016-01-121-1/+1
|/
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
|
* enable usage of a master keyBjoern Schiessle2015-09-071-12/+138
|
* use password hash instead of the plain password to encrypt the private keyBjoern Schiessle2015-08-071-1/+1
|
* only create new key pair if both keys are missingBjoern Schiessle2015-07-081-3/+47
|
* update license headers and authorsMorris Jobke2015-06-251-0/+2
|
* Move the helpful method to the TestCase classJoas Schilling2015-06-031-3/+3
|
* check recovery setting for the right userBjoern Schiessle2015-04-301-0/+59
|
* decrypt private key for public shares correctlyBjoern Schiessle2015-04-161-1/+1
|
* fixing license headers - encryption code relatedThomas Müller2015-04-071-4/+18
|
* adding user setup test and adding 4 tests to keymanagerClark Tomlinson2015-04-071-13/+63
|
* fixing unit test executionThomas Müller2015-04-071-44/+3
|
* adding util test and reducing keymanager instances to one in testClark Tomlinson2015-04-071-108/+33
|
* 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
|
* moving methods to their final placesClark Tomlinson2015-04-071-8/+80
| | | | and updating test some.
* cleanup and removing cachefactoryClark Tomlinson2015-04-071-4/+11
|
* Updating keystorage movement and fixing hooksClark Tomlinson2015-04-071-7/+32
|
* Initial commitClark Tomlinson2015-04-071-0/+90