summary refs log tree commit diff
path: root/synapse/config/oidc.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require direct references to configuration variables. (#10985)Patrick Cloke2021-10-061-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 ↵Sean2021-09-091-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 Jong2021-07-151-1/+1
|
* Update links to documentation in sample config (#10287)Dirk Klimpel2021-07-071-2/+2
| | | Signed-off-by: Dirk Klimpel dirk@klimpel.org
* Remove `synapse.types.Collection` (#9856)Richard van der Hoff2021-04-221-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 Cloke2021-04-201-0/+595