summaryrefslogtreecommitdiffstats
path: root/core/Controller/ClientFlowLoginV2Controller.php
Commit message (Expand)AuthorAgeFilesLines
* fix(client-login-flow): Handle missing stateToken gracefullyChristoph Wurst2023-02-061-3/+26
* feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-4/+5
* Fix GH-33187Daniel Kesselberg2022-12-121-1/+1
* Revert unrelated change from #34940Carl Schwan2022-12-021-1/+1
* Add mastodon personal info fieldCarl Schwan2022-11-211-1/+1
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-16/+8
* Show user account on grant loginflow stepJoas Schilling2022-05-131-0/+11
* Merge pull request #29531 from nextcloud/bugfix/noid/flow-auth-v2-apptokenJohn Molakvoæ2021-12-301-0/+46
|\
| * Allow using an app token to login with v2 flow authJulius Härtl2021-12-031-0/+46
* | Also pass user on flow v2 landingJulius Härtl2021-12-291-2/+2
* | Pass username prefill through unauthenticated request redirectsJulius Härtl2021-12-291-1/+2
|/
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Make magic strings of ClientFlowLogin and v2 publicly availableJoas Schilling2020-07-171-9/+9
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-5/+4
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+3
* Login flow V2Roeland Jago Douma2019-02-251-0/+299