Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove more references to `get_datastore` (#12067) | Richard van der Hoff | 2022-02-23 | 1 | -3/+0 |
| | | | | | These have snuck in since #12031 was started. Also a couple of other cleanups while we're in the area. | ||||
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -9/+9 |
| | | | | | | | The presence of this method was confusing, and mostly present for backwards compatibility. Let's get rid of it. Part of #11733 | ||||
* | Implement account status endpoints (MSC3720) (#12001) | Brendan Abolivier | 2022-02-22 | 1 | -0/+33 |
| | | | | | See matrix-org/matrix-doc#3720 Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> | ||||
* | Use stable MSC3069 `is_guest` flag on `/whoami`. (#12021) | Travis Ralston | 2022-02-18 | 1 | -0/+2 |
| | | | Keeping backwards compatibility with the unstable flag for now. | ||||
* | Add a callback to allow modules to deny 3PID (#11854) | Brendan Abolivier | 2022-02-08 | 1 | -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 Cloke | 2021-10-04 | 1 | -11/+11 |
| | |||||
* | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 1 | -5/+5 |
| | |||||
* | Implement MSC3069: Guest support on whoami (#9655) | Travis Ralston | 2021-09-29 | 1 | -2/+6 |
| | |||||
* | Use direct references for some configuration variables (part 3) (#10885) | Patrick Cloke | 2021-09-23 | 1 | -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 Cloke | 2021-09-01 | 1 | -43/+39 |
| | |||||
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -0/+910 |