summary refs log tree commit diff
path: root/synapse/rest/client/account.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a callback to allow modules to deny 3PID (#11854)Brendan Abolivier2022-02-081-2/+2
| | | | | Part of the Tchap Synapse mainlining. This allows modules to implement extra logic to figure out whether a given 3PID can be added to the local homeserver. In the Tchap use case, this will allow a Synapse module to interface with the custom endpoint /internal_info.
* Use direct references for configuration variables (part 7). (#10959)Patrick Cloke2021-10-041-11/+11
|
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-5/+5
|
* Implement MSC3069: Guest support on whoami (#9655)Travis Ralston2021-09-291-2/+6
|
* Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke2021-09-231-20/+20
| | | | | | | | 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.
* Additional type hints for client REST servlets (part 4) (#10728)Patrick Cloke2021-09-011-43/+39
|
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+910