| Commit message (Expand) | Author | Age | Files | Lines |
* | Additional type hints for config module. (#11465) | Patrick Cloke | 2021-12-01 | 1 | -6/+6 |
* | Default value for `public_baseurl` (#11210) | Richard van der Hoff | 2021-11-08 | 1 | -11/+7 |
* | Require direct references to configuration variables. (#10985) | Patrick Cloke | 2021-10-06 | 1 | -2/+4 |
* | Add a warning when using deprecated template_dir settings (#10768) | Brendan Abolivier | 2021-09-06 | 1 | -0/+13 |
* | Centralise the custom template directory (#10596) | Brendan Abolivier | 2021-08-17 | 1 | -164/+9 |
* | Allow using several custom template directories (#10587) | Brendan Abolivier | 2021-08-17 | 1 | -1/+1 |
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 1 | -1/+1 |
* | Implement config option `sso.update_profile_information` (#10108) | jkanefendt | 2021-06-21 | 1 | -0/+15 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -2/+1 |
* | Merge tag 'v1.27.0rc2' into develop | Patrick Cloke | 2021-02-11 | 1 | -5/+8 |
|\ |
|
| * | Backout changes for automatically calculating the public baseurl. (#9313) | Patrick Cloke | 2021-02-11 | 1 | -5/+8 |
* | | Combine the CAS & SAML implementations for required attributes. (#9326) | Patrick Cloke | 2021-02-11 | 1 | -1/+18 |
|/ |
|
* | Clarify documentation about escaping URLs in templates. (#9310) | Patrick Cloke | 2021-02-03 | 1 | -10/+4 |
* | Collect terms consent from the user during SSO registration (#9276) | Richard van der Hoff | 2021-02-01 | 1 | -0/+22 |
* | Improve styling and wording of SSO UIA templates (#9286) | Richard van der Hoff | 2021-02-01 | 1 | -0/+15 |
* | Replace username picker with a template (#9275) | Richard van der Hoff | 2021-02-01 | 1 | -2/+31 |
* | Improve styling and wording of SSO redirect confirm template (#9272) | Richard van der Hoff | 2021-02-01 | 1 | -1/+13 |
* | Give `public_baseurl` a default value (#9159) | Richard van der Hoff | 2021-01-20 | 1 | -8/+5 |
* | Give the user a better error when they present bad SSO creds | Richard van der Hoff | 2021-01-13 | 1 | -0/+10 |
* | Add initial support for a "pick your IdP" page (#9017) | Richard van der Hoff | 2021-01-05 | 1 | -0/+27 |
* | Clarify config template comments (#8891) | Richard van der Hoff | 2020-12-08 | 1 | -5/+2 |
* | Use the default templates when a custom template file cannot be found (#8037) | Andrew Morgan | 2020-08-17 | 1 | -15/+22 |
* | Cleanups to the OpenID Connect integration (#7628) | Richard van der Hoff | 2020-06-03 | 1 | -1/+2 |
* | Implement OpenID Connect-based login (#7256) | Quentin Gliech | 2020-05-08 | 1 | -7/+10 |
* | Add documentation to the sample config about the templates for SSO. (#7343) | Patrick Cloke | 2020-04-24 | 1 | -0/+24 |
* | Use a template for the SSO success page to allow for customization. (#7279) | Patrick Cloke | 2020-04-17 | 1 | -0/+6 |
* | Do not allow a deactivated user to login via SSO. (#7240) | Patrick Cloke | 2020-04-09 | 1 | -0/+7 |
* | Always whitelist the login fallback for SSO (#7153) | Richard van der Hoff | 2020-03-27 | 1 | -0/+15 |
* | Factor out complete_sso_login and expose it to the Module API | Brendan Abolivier | 2020-03-03 | 1 | -1/+1 |
* | Add a whitelist for the SSO confirmation step. | Richard van der Hoff | 2020-03-02 | 1 | -0/+18 |
* | Add a confirmation step to the SSO login flow | Brendan Abolivier | 2020-03-02 | 1 | -0/+74 |