summary refs log tree commit diff
path: root/tests/handlers/test_room_summary.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Add missing type hints to tests.handlers. (#14680)Patrick Cloke2022-12-161-32/+44
* Stop depending on `room_id` to be returned for children state in the hierarch...Patrick Cloke2022-06-101-1/+1
* Remove unstable APIs for /hierarchy. (#12851)Patrick Cloke2022-05-261-10/+10
* Support MSC3266 room summaries over federation (#11507)DeepBlueV7.X2022-05-051-0/+26
* Do not return allowed_room_ids from /hierarchy response. (#12175)Patrick Cloke2022-03-081-0/+3
* Make get_room_version use cached get_room_version_id. (#11808)lukasdenk2022-03-021-1/+4
* Remove the unstable `/spaces` endpoint. (#12073)Patrick Cloke2022-02-281-117/+2
* Fix a bug that corrupted the cache of federated space hierarchies (#11775)Sean Quah2022-01-201-2/+90
* Support spaces with > 50 rooms in the /hierarchy endpoint. (#11695)Patrick Cloke2022-01-071-0/+32
* Support the stable /hierarchy endpoint from MSC2946 (#11329)Patrick Cloke2021-11-291-29/+65
* Avoid sharing room hierarchy responses between users (#11355)Sean Quah2021-11-161-0/+55
* Ignore rooms with unknown room versions in the spaces summary. (#10727)Patrick Cloke2021-09-011-0/+25
* Consider the `origin_server_ts` of the `m.space.child` event when ordering ro...Patrick Cloke2021-09-011-5/+13
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Experimental support for MSC3266 Room Summary API. (#10394)Michael Telatynski2021-08-161-0/+959