summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/ClientFlowLoginControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-12/+12
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Check getRedirectUri() for queriesRussellAult2019-11-131-3/+12
* fix oauth client redirectSergej Nikolaev2019-10-041-1/+2
* Fix login flow form actionsRoeland Jago Douma2019-08-111-0/+6
* Emit event if app password createdDaniel Kesselberg2019-02-181-30/+14
* Publish activity for app token created by client login flowDaniel Kesselberg2019-02-171-1/+35
* Add StandaloneTemplateResponseRoeland Jago Douma2019-02-061-5/+5
* Fix template paramterRoeland Jago Douma2019-01-181-1/+1
* Fix testsJohn Molakvoæ (skjnldsv)2018-11-291-64/+0
* Use the proper server for the apptoken flow loginRoeland Jago Douma2018-11-011-2/+8
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-0/+13
* Add unit testJoas Schilling2018-01-151-0/+123
* fix testsBjoern Schiessle2017-12-081-8/+0
* Fix flowMario Danic2017-11-091-2/+18
* Theming: theme flow redirection pageJulius Härtl2017-11-081-1/+1
* Fix testsMorris Jobke2017-09-061-0/+12
* Add tests for ClientFlowLoginControllerLukas Reschke2017-05-181-19/+181
* Update login flow redirectionMario Danic2017-05-041-2/+2
* AppToken to 72 charsRoeland Jago Douma2017-04-251-2/+2
* Add new auth flowLukas Reschke2017-04-251-0/+408