summaryrefslogtreecommitdiffstats
path: root/core/Controller/ClientFlowLoginController.php
Commit message (Expand)AuthorAgeFilesLines
* feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-3/+4
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-57/+19
* Show user account on grant loginflow stepJoas Schilling2022-05-131-0/+6
* Add direct arg to login flowVincent Petry2022-03-281-11/+6
* Pass username prefill through unauthenticated request redirectsJulius Härtl2021-12-291-1/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Move app_password_created to a typed eventChristoph Wurst2021-02-091-7/+8
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Make magic strings of ClientFlowLogin and v2 publicly availableJoas Schilling2020-07-171-6/+6
* Validate app password on alternative loginRoeland Jago Douma2020-05-071-0/+18
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+7
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update license headersChristoph Wurst2019-12-051-2/+5
* Check getRedirectUri() for queriesRussellAult2019-11-131-3/+11
* fix oauth client redirectSergej Nikolaev2019-10-041-2/+10
* Fix login flow form actionsRoeland Jago Douma2019-08-111-2/+14
* Emit event if app password createdDaniel Kesselberg2019-02-181-28/+9
* Publish activity for app token created by client login flowDaniel Kesselberg2019-02-171-1/+30
* Add StandaloneTemplateResponseRoeland Jago Douma2019-02-061-8/+8
* Fix template paramterRoeland Jago Douma2019-01-181-1/+1
* Fix loginflow with apptoken enter on iOSRoeland Jago Douma2019-01-041-0/+12
* Fix SAML Client login flow on Apple devicesRoeland Jago Douma2018-12-171-0/+1
* Remove redirect pageJohn Molakvoæ (skjnldsv)2018-11-291-28/+0
* Use the proper server for the apptoken flow loginRoeland Jago Douma2018-11-011-21/+23
* Do not invalidate main token on OAuthRoeland Jago Douma2018-09-061-3/+3
* Don't use special chars to avoid confusionRoeland Jago Douma2018-05-221-1/+1
* Improve login flowRoeland Jago Douma2018-04-081-0/+38
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-1/+1
* Fix bug with proxiesMario Danic2018-01-151-1/+12
* Clear login token once apppassword is generatedRoeland Jago Douma2018-01-041-0/+3
* Fix flowMario Danic2017-11-091-1/+10
* Theming: theme flow redirection pageJulius Härtl2017-11-081-1/+1
* Update license headersMorris Jobke2017-11-061-0/+5
* Fix undefined index oauthStateMorris Jobke2017-09-061-0/+1
* Add tests for ClientFlowLoginControllerLukas Reschke2017-05-181-6/+4
* Add OAuth state to sessionLukas Reschke2017-05-181-24/+18
* use name of oauth app to identify auth tokenBjoern Schiessle2017-05-181-2/+10
* show error page if no valid client identifier is given and if it is not a API...Bjoern Schiessle2017-05-181-5/+24
* Remove special charactersLukas Reschke2017-05-181-1/+1
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-20/+72
* Update login flow redirectionMario Danic2017-05-041-1/+1
* AppToken to 72 charsRoeland Jago Douma2017-04-251-1/+1
* Do not remove the state token to earlyRoeland Jago Douma2017-04-251-1/+3
* Add new auth flowLukas Reschke2017-04-251-0/+236