Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add viewport directive to HTML templates to optimise for mobile (#13493) | Germain | 2022-08-11 | 1 | -1/+2 |
| | |||||
* | Add initial support for a "pick your IdP" page (#9017) | Richard van der Hoff | 2021-01-05 | 1 | -0/+5 |
| | | | | | During login, if there are multiple IdPs enabled, offer the user a choice of IdPs. | ||||
* | Fix typos and spelling errors. (#8639) | Patrick Cloke | 2020-10-23 | 1 | -1/+1 |
| | |||||
* | Clean-up the fallback login code. (#7657) | Patrick Cloke | 2020-06-10 | 3 | -64/+129 |
| | |||||
* | Accept device information at the login fallback endpoint. (#7629) | Patrick Cloke | 2020-06-08 | 1 | -35/+120 |
| | |||||
* | Make it clearer to the user that they haven't overridden onLogin/Register ↵ | Andrew Morgan | 2020-04-09 | 1 | -2/+1 |
| | | | | (#7237) | ||||
* | Upgrade jQuery to 3.x on fallback login/registration screens (#7236) | Andrew Morgan | 2020-04-09 | 4 | -8/+7 |
| | |||||
* | Fix typo in the login fallback javascript (#7235) | Brendan Abolivier | 2020-04-07 | 1 | -1/+1 |
| | | | | | * Fix typo in the login fallback javascript * Changelog | ||||
* | Improve the UX of the login fallback when using SSO (#7152) | Brendan Abolivier | 2020-03-27 | 2 | -22/+31 |
| | | | | | | | * Don't show the login forms if we're currently logging in with a password or a token. * Submit directly the SSO login form, showing only a spinner to the user, in order to eliminate from the clunkiness of SSO through this fallback. | ||||
* | Fix SSO fallback login | David Baker | 2019-09-12 | 1 | -1/+1 |
| | | | | | Well, it worked, but forgot to remove the thing saying login was unavailable. | ||||
* | Avoid redundant URL encoding (#4555) | Marcel Krüger | 2019-04-04 | 1 | -1/+1 |
| | | | | | | | * Do not double encode fallback redirect URL Signed-off-by: Marcel Fabian Krüger <zauguin@gmail.com> | ||||
* | Support m.login.sso (#4220) | Richard van der Hoff | 2018-11-27 | 3 | -48/+40 |
| | | | | | | | | | | | | | | | | | * Clean up the CSS for the fallback login form I was finding this hard to work with, so simplify a bunch of things. Each flow is now a form inside a div of class login_flow. The login_flow class now has a fixed width, as that looks much better than each flow having a differnt width. * Support m.login.sso MSC1721 renames m.login.cas to m.login.sso. This implements the change (retaining support for m.login.cas for older clients). * changelog | ||||
* | Updates to fallback CAS login to do new token login | Steven Hammerton | 2015-11-06 | 1 | -26/+12 |
| | |||||
* | Use correct service url | Erik Johnston | 2015-10-26 | 1 | -3/+1 |
| | |||||
* | Add login fallback | Erik Johnston | 2015-10-26 | 5 | -0/+280 |