summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/tests/Controller
Commit message (Expand)AuthorAgeFilesLines
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-0/+3
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-252-8/+8
* Fix invalid instantiation of TemplateResponse if client not foundDaniel Kesselberg2020-03-151-1/+21
* Update license headersChristoph Wurst2019-12-053-3/+13
* Mode to modern phpunitRoeland Jago Douma2019-11-273-3/+3
* Make phpunit8 compatibleRoeland Jago Douma2019-11-273-3/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Move oauth admin settings to initialstateRoeland Jago Douma2019-09-281-41/+0
* Fail gracefull if an unkown oauth2 client tries to authenticateRoeland Jago Douma2018-12-061-1/+6
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-301-3/+1
* Reset bruteforce on token refresh OAuthRoeland Jago Douma2018-10-301-1/+39
* Update SettingsControllerTest.phprakekniven2018-06-301-1/+1
* Validate OAuth2 redirect uriRoeland Jago Douma2018-06-261-1/+14
* Cleanup ControllerRoeland Jago Douma2018-06-191-6/+0
* Fix testsRoeland Jago Douma2018-06-191-17/+65
* The OAuth endpoint needs to support Basic AuthRoeland Jago Douma2018-05-291-0/+84
* Add testsRoeland Jago Douma2018-05-222-40/+324
* Add tests for OAuth2 appLukas Reschke2017-05-183-0/+336