summary refs log tree commit diff
path: root/synapse/config/_util.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Add support for pydantic v2 via pydantic.v1 compat module (#16332)Maxwell G2023-09-251-2/+8
* Re-type config paths in `ConfigError`s to be `StrSequence`s (#15615)Sean Quah2023-05-181-4/+4
* Switch `InstanceLocationConfig` to a pydantic `BaseModel` (#15431)Jason Little2023-04-171-1/+27
* Allow selecting "prejoin" events by state keys (#14642)David Robertson2022-12-131-0/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Fix validate_config on nested objects (#9054)Richard van der Hoff2021-01-081-1/+1
* Better formatting for config errors from modules (#8874)Richard van der Hoff2020-12-081-11/+24
* Add prometheus metrics to track federation delays (#8430)Richard van der Hoff2020-10-011-2/+4
* Implement login blocking based on SAML attributes (#8052)Richard van der Hoff2020-08-111-0/+49