| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove `synapse.types.Collection` (#9856) | Richard van der Hoff | 2021-04-22 | 1 | -1/+2 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Add support for stable MSC2858 API (#9617) | Richard van der Hoff | 2021-03-16 | 1 | -0/+5 |
* | Prometheus metrics for logins and registrations (#9511) | Richard van der Hoff | 2021-03-04 | 1 | -0/+1 |
* | Record the SSO Auth Provider in the login token (#9510) | Richard van der Hoff | 2021-03-04 | 1 | -0/+2 |
* | Use the proper Request in type hints. (#9515) | Patrick Cloke | 2021-03-01 | 1 | -1/+1 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -7/+15 |
* | Combine the CAS & SAML implementations for required attributes. (#9326) | Patrick Cloke | 2021-02-11 | 1 | -0/+71 |
* | Fix formatting for "bad session" error during sso registration flow (#9296) | Richard van der Hoff | 2021-02-03 | 1 | -3/+16 |
* | Collect terms consent from the user during SSO registration (#9276) | Richard van der Hoff | 2021-02-01 | 1 | -0/+44 |
* | Make importing display name and email optional (#9277) | Richard van der Hoff | 2021-02-01 | 1 | -8/+44 |
* | Replace username picker with a template (#9275) | Richard van der Hoff | 2021-02-01 | 1 | -1/+1 |
* | Improve styling and wording of SSO redirect confirm template (#9272) | Richard van der Hoff | 2021-02-01 | 1 | -1/+9 |
* | Split out a separate endpoint to complete SSO registration (#9262) | Richard van der Hoff | 2021-02-01 | 1 | -15/+66 |
* | Add 'brand' field to MSC2858 response (#9242) | Richard van der Hoff | 2021-01-27 | 1 | -0/+5 |
* | Implement MSC2858 support (#9183) | Richard van der Hoff | 2021-01-27 | 1 | -5/+18 |
* | Support icons for Identity Providers (#9154) | Richard van der Hoff | 2021-01-20 | 1 | -0/+5 |
* | Move `complete_sso_ui_auth` into SSOHandler | Richard van der Hoff | 2021-01-13 | 1 | -3/+13 |
* | Give the user a better error when they present bad SSO creds | Richard van der Hoff | 2021-01-13 | 1 | -5/+28 |
* | UI Auth via SSO: redirect the user to an appropriate SSO. (#9081) | Richard van der Hoff | 2021-01-12 | 1 | -0/+31 |
* | Remove SynapseRequest.get_user_agent (#9069) | Richard van der Hoff | 2021-01-12 | 1 | -2/+3 |
* | Add initial support for a "pick your IdP" page (#9017) | Richard van der Hoff | 2021-01-05 | 1 | -3/+15 |
* | Combine the SSO Redirect Servlets (#9015) | Richard van der Hoff | 2021-01-04 | 1 | -2/+84 |
* | Use the SSO handler helpers for CAS registration/login. (#8856) | Patrick Cloke | 2021-01-03 | 1 | -2/+2 |
* | Refactor the CAS handler in prep for using the abstracted SSO code. (#8958) | Patrick Cloke | 2020-12-18 | 1 | -2/+7 |
* | Implement a username picker for synapse (#8942) | Richard van der Hoff | 2020-12-18 | 1 | -8/+246 |
* | Push login completion down into SsoHandler (#8941) | Richard van der Hoff | 2020-12-16 | 1 | -22/+36 |
* | Refactor `SsoHandler.get_mxid_from_sso` (#8900) | Richard van der Hoff | 2020-12-10 | 1 | -15/+42 |
* | Simplify the flow for SSO UIA (#8881) | Richard van der Hoff | 2020-12-08 | 1 | -8/+51 |
* | Fix a regression that mapping providers should be able to redirect users. (#8... | Patrick Cloke | 2020-12-04 | 1 | -5/+22 |
* | Fix a regression when grandfathering SAML users. (#8855) | Patrick Cloke | 2020-12-02 | 1 | -41/+19 |
* | Support trying multiple localparts for OpenID Connect. (#8801) | Patrick Cloke | 2020-11-25 | 1 | -1/+154 |
* | Improve logging of the mapping from SSO IDs to Matrix IDs. (#8773) | Andrew Morgan | 2020-11-23 | 1 | -3/+9 |
* | Abstract shared SSO code. (#8765) | Patrick Cloke | 2020-11-17 | 1 | -0/+90 |