summary refs log tree commit diff
path: root/tests/handlers/test_space_summary.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Experimental support for MSC3266 Room Summary API. (#10394)Michael Telatynski2021-08-161-881/+0
* Support federation in the new spaces summary API (MSC2946). (#10569)Patrick Cloke2021-08-161-123/+169
* Update the pagination parameter name based on MSC2946 review. (#10579)Patrick Cloke2021-08-111-7/+7
* Allow requesting the summary of a space which is joinable. (#10580)Patrick Cloke2021-08-111-2/+26
* Fix type hints in space summary tests. (#10575)Patrick Cloke2021-08-111-6/+5
* Add local support for the new spaces summary endpoint (MSC2946) (#10549)Patrick Cloke2021-08-101-107/+279
* Fix an edge-case with invited rooms over federation in the spaces summary. (#...Patrick Cloke2021-08-101-19/+87
* Merge branch 'release-v1.40' into developBrendan Abolivier2021-08-091-6/+6
|\
| * Support MSC3289: Room version 8 (#10449)Patrick Cloke2021-08-091-6/+6
* | Refactoring before implementing the updated spaces summary. (#10527)Patrick Cloke2021-08-051-78/+107
|/
* Show all joinable rooms in the spaces summary. (#10298)Patrick Cloke2021-07-131-15/+176
* Additional unit tests for spaces summary. (#10305)Patrick Cloke2021-07-121-1/+203
* Do not recurse into non-spaces in the spaces summary. (#10256)Patrick Cloke2021-06-291-23/+25
* Fix a missing await when in the spaces summary. (#10208)Patrick Cloke2021-06-181-1/+98
* Sort child events according to MSC1772 for the spaces summary API. (#9954)Patrick Cloke2021-05-111-0/+81