aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/tests/Controller/LoginRedirectorControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-011-0/+1
* fix(oauth2): retain support for legacy ownCloud clientsfix/oauth2/retain-legacy-oc-client-supportRichard Steinmetz2025-04-011-0/+84
* fix: Rename config option to skipAuthPickerApplications to match what it doesfeat/allow-oauth-grant-bypassCôme Chilliet2025-01-071-2/+2
* feat(oauth2): Add a test for skipping auth pageCôme Chilliet2025-01-071-0/+48
* chore: Adapt tests to added constructor parametersCôme Chilliet2025-01-071-13/+17
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-3/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-311-22/+2
* 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-4/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Fix invalid instantiation of TemplateResponse if client not foundDaniel Kesselberg2020-03-151-1/+21
* 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
* Fail gracefull if an unkown oauth2 client tries to authenticateRoeland Jago Douma2018-12-061-1/+6
* Add testsRoeland Jago Douma2018-05-221-1/+19
* Add tests for OAuth2 appLukas Reschke2017-05-181-0/+91