summaryrefslogtreecommitdiffstats
path: root/core/Controller/ClientFlowLoginController.php
Commit message (Expand)AuthorAgeFilesLines
* 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