summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/tests/Controller/OauthApiControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* make OAuth2 authorization code expireJulien Veyssier2024-01-221-14/+97
* add bruteforce protection in OauthApiControllerJulien Veyssier2023-06-211-0/+6
* encrypt oauth2 client secretsJulien Veyssier2023-06-191-24/+49
* Fix PHP error on PHP >= 8.2 about dynamic property use in testsCôme Chilliet2022-12-191-1/+6
* Fix last testsJoas Schilling2021-12-021-7/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-8/+8
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-6/+6
* Update license headersChristoph Wurst2019-12-051-1/+4
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-301-3/+1
* Reset bruteforce on token refresh OAuthRoeland Jago Douma2018-10-301-1/+39
* The OAuth endpoint needs to support Basic AuthRoeland Jago Douma2018-05-291-0/+84
* Add testsRoeland Jago Douma2018-05-221-39/+305
* Add tests for OAuth2 appLukas Reschke2017-05-181-0/+106