summary refs log tree commit diff
path: root/synapse/rest/client/account.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'd8001' (pre v1.54.0rc1) into matrix-org-hotfixesOlivier Wilkinson (reivilibre)2022-03-021-9/+39
|\
| * Remove more references to `get_datastore` (#12067)Richard van der Hoff2022-02-231-3/+0
| * Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-9/+9
| * Implement account status endpoints (MSC3720) (#12001)Brendan Abolivier2022-02-221-0/+33
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2022-02-221-0/+2
|\|
| * Use stable MSC3069 `is_guest` flag on `/whoami`. (#12021)Travis Ralston2022-02-181-0/+2
* | Merge branch 'release-v1.53' into matrix-org-hotfixesSean Quah2022-02-151-2/+2
|\|
| * Add a callback to allow modules to deny 3PID (#11854)Brendan Abolivier2022-02-081-2/+2
* | Printf debugging for MSISDN validation (#11882)David Robertson2022-02-081-0/+3
|/
* 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
* 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