summary refs log tree commit diff
path: root/synapse/static/client/login (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add viewport directive to HTML templates to optimise for mobile (#13493)Germain2022-08-111-1/+2
|
* Add initial support for a "pick your IdP" page (#9017)Richard van der Hoff2021-01-051-0/+5
| | | | | During login, if there are multiple IdPs enabled, offer the user a choice of IdPs.
* Fix typos and spelling errors. (#8639)Patrick Cloke2020-10-231-1/+1
|
* Clean-up the fallback login code. (#7657)Patrick Cloke2020-06-103-64/+129
|
* Accept device information at the login fallback endpoint. (#7629)Patrick Cloke2020-06-081-35/+120
|
* Make it clearer to the user that they haven't overridden onLogin/Register ↵Andrew Morgan2020-04-091-2/+1
| | | | (#7237)
* Upgrade jQuery to 3.x on fallback login/registration screens (#7236)Andrew Morgan2020-04-094-8/+7
|
* Fix typo in the login fallback javascript (#7235)Brendan Abolivier2020-04-071-1/+1
| | | | | * Fix typo in the login fallback javascript * Changelog
* Improve the UX of the login fallback when using SSO (#7152)Brendan Abolivier2020-03-272-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 loginDavid Baker2019-09-121-1/+1
| | | | | Well, it worked, but forgot to remove the thing saying login was unavailable.
* Avoid redundant URL encoding (#4555)Marcel Krüger2019-04-041-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 Hoff2018-11-273-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 loginSteven Hammerton2015-11-061-26/+12
|
* Use correct service urlErik Johnston2015-10-261-3/+1
|
* Add login fallbackErik Johnston2015-10-265-0/+280