Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remaining bits of groups code. (#12936) | Patrick Cloke | 2022-06-01 | 1 | -1/+0 |
| | | | | | | * Update worker docs to remove group endpoints. * Removes an unused parameter to `ApplicationService`. * Break dependency between media repo and groups. * Avoid copying `m.room.related_groups` state events during room upgrades. | ||||
* | Remove unstable identifiers for MSC3069. (#12596) | Patrick Cloke | 2022-05-03 | 1 | -6/+0 |
| | |||||
* | Move single-use methods out of `TestCase` (#12348) | Richard van der Hoff | 2022-04-01 | 1 | -0/+11 |
| | | | | These methods are only used by a single testcase, so they shouldn't be cluttering up the base `TestCase` class. | ||||
* | Optionally include account validity in MSC3720 account status responses (#12266) | Brendan Abolivier | 2022-03-24 | 1 | -1/+57 |
| | |||||
* | Add type hints to `tests/rest/client` (#12108) | Dirk Klimpel | 2022-03-02 | 1 | -133/+157 |
| | | | | | | | | | | | | | | | | | | | | | | | * Add type hints to `tests/rest/client` * newsfile * fix imports * add `test_account.py` * Remove one type hint in `test_report_event.py` * change `on_create_room` to `async` * update new functions in `test_third_party_rules.py` * Add `test_filter.py` * add `test_rooms.py` * change to `assertEquals` to `assertEqual` * lint | ||||
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -11/+11 |
| | |||||
* | Remove more references to `get_datastore` (#12067) | Richard van der Hoff | 2022-02-23 | 1 | -1/+3 |
| | | | | | 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 | -5/+5 |
| | | | | | | | 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 | -4/+200 |
| | | | | | 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 | -3/+6 |
| | | | Keeping backwards compatibility with the unstable flag for now. | ||||
* | Use direct references for configuration variables (part 7). (#10959) | Patrick Cloke | 2021-10-04 | 1 | -2/+2 |
| | |||||
* | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 1 | -1/+1 |
| | |||||
* | Implement MSC3069: Guest support on whoami (#9655) | Travis Ralston | 2021-09-29 | 1 | -5/+44 |
| | |||||
* | Add reactor to `SynapseRequest` and fix up types. (#10868) | Erik Johnston | 2021-09-24 | 1 | -2/+2 |
| | |||||
* | Flatten tests/rest/client/{v1,v2_alpha} too (#10667) | David Robertson | 2021-08-20 | 1 | -0/+1000 |