Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Default value for `public_baseurl` (#11210) | Richard van der Hoff | 2021-11-08 | 1 | -2/+0 |
| | | | | | We might as well use a default value for `public_baseurl` based on `server_name` - in many cases, it will be correct. | ||||
* | Require direct references to configuration variables. (#10985) | Patrick Cloke | 2021-10-06 | 1 | -1/+1 |
| | | | | | | This removes the magic allowing accessing configurable variables directly from the config object. It is now required that a specific configuration class is used (e.g. `config.foo` must be replaced with `config.server.foo`). | ||||
* | Remove unstable MSC2858 API, including `experimental.msc2858_enabled` config ↵ | Sean | 2021-09-09 | 1 | -10/+0 |
| | | | | | option (#10693) Signed-off-by: Sean Quah <seanq@element.io> | ||||
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 1 | -1/+1 |
| | |||||
* | Update links to documentation in sample config (#10287) | Dirk Klimpel | 2021-07-07 | 1 | -2/+2 |
| | | | Signed-off-by: Dirk Klimpel dirk@klimpel.org | ||||
* | Remove `synapse.types.Collection` (#9856) | Richard van der Hoff | 2021-04-22 | 1 | -2/+2 |
| | | | This is no longer required, since we have dropped support for Python 3.5. | ||||
* | Rename handler and config modules which end in handler/config. (#9816) | Patrick Cloke | 2021-04-20 | 1 | -0/+595 |