summaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/KeyManagerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Adapt encryption tests to the new systemCôme Chilliet2023-03-171-19/+40
* Remove at() matcher use from encryption testsCôme Chilliet2022-05-241-10/+14
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Test for locking state in key generationJulius Härtl2020-08-141-3/+49
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-12/+12
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-8/+3
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-7/+7
* Update license headersChristoph Wurst2019-12-051-1/+1
* Mode to modern phpunitRoeland Jago Douma2019-11-271-10/+10
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Update license headersMorris Jobke2017-11-061-0/+4
* Use ::class in test mocks of encryption appMorris Jobke2017-10-261-13/+19
* Use master key for public links as wellVincent Petry2017-03-241-19/+20
* Add tests for null userVincent Petry2017-03-241-1/+5
* create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-101-0/+6
* Fix getMock encryptionRoeland Jago Douma2016-09-061-4/+8
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-2/+2
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-0/+655