aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/tests/Controller/OauthApiControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-3/+3
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-12/+12
* fix(oauth2): fix testsJulien Veyssier2024-09-021-5/+5
* fix(oauth2): store hashed secret instead of encryptedJulien Veyssier2024-09-021-37/+44
* chore: Add SPDX headerAndy Scherzinger2024-05-311-22/+2
* rename oauth2_access_token's created_at to code_created_atJulien Veyssier2023-10-051-9/+9
* add test for refusing to get an oauth token from a code when we're not in aut...Julien Veyssier2023-10-051-0/+27
* add tests for oauth2 authorization code expirationJulien Veyssier2023-10-051-7/+63
* make oauth2 authorization code expire after 10 minutesJulien Veyssier2023-10-051-1/+5
* techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-281-3/+3
* add bruteforce protection in OauthApiControllerJulien Veyssier2023-06-191-0/+6
* fix oauth2 testsJulien Veyssier2023-06-081-24/+44
* encrypt oauth2 client secretsJulien Veyssier2023-06-071-0/+5
* 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