Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allows CAS SSO flow to provide user IDs composed of numbers only (#17098) | Aurélien Grimpard | 2024-05-14 | 1 | -0/+5 |
| | |||||
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 1 | -0/+1 |
| | | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them. | ||||
* | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -10/+16 |
| | |||||
* | Handle "registration_enabled" parameter for CAS (#16262) | Aurélien Grimpard | 2023-09-06 | 1 | -0/+2 |
| | | | | Similar to OIDC, CAS providers can now disable registration such that only existing users are able to login via SSO. | ||||
* | Add configuration setting for CAS protocol version (#15816) | Aurélien Grimpard | 2023-08-24 | 1 | -1/+5 |
| | |||||
* | Allow customizing IdP name and icon for SAML and CAS (#16094) | Gabriel Rodríguez | 2023-08-11 | 1 | -5/+6 |
| | |||||
* | Fix twisted trunk mypy errors (#14012) | David Robertson | 2022-10-03 | 1 | -0/+3 |
| | |||||
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
| | | | | | | | The presence of this method was confusing, and mostly present for backwards compatibility. Let's get rid of it. Part of #11733 | ||||
* | Use direct references for some configuration variables (part 3) (#10885) | Patrick Cloke | 2021-09-23 | 1 | -4/+4 |
| | | | | | | | | This avoids the overhead of searching through the various configuration classes by directly referencing the class that the attributes are in. It also improves type hints since mypy can now resolve the types of the configuration variables. | ||||
* | Require type hints in the handlers module. (#10831) | Patrick Cloke | 2021-09-20 | 1 | -10/+8 |
| | | | | | | | Adds missing type hints to methods in the synapse.handlers module and requires all methods to have type hints there. This also removes the unused construct_auth_difference method from the FederationHandler. | ||||
* | Remove unstable MSC2858 API, including `experimental.msc2858_enabled` config ↵ | Sean | 2021-09-09 | 1 | -1/+0 |
| | | | | | option (#10693) Signed-off-by: Sean Quah <seanq@element.io> | ||||
* | [pyupgrade] `synapse/` (#10348) | Jonathan de Jong | 2021-07-19 | 1 | -1/+1 |
| | | | | | | | | | This PR is tantamount to running ``` pyupgrade --py36-plus --keep-percent-format `find synapse/ -type f -name "*.py"` ``` Part of #9744 | ||||
* | Use inline type hints in `handlers/` and `rest/`. (#10382) | Jonathan de Jong | 2021-07-16 | 1 | -1/+1 |
| | |||||
* | Rename handler and config modules which end in handler/config. (#9816) | Patrick Cloke | 2021-04-20 | 1 | -0/+393 |