summary refs log tree commit diff
path: root/synapse/handlers/space_summary.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the API response for spaces summary over federation. (#10530)Patrick Cloke2021-08-061-19/+38
* Refactoring before implementing the updated spaces summary. (#10527)Patrick Cloke2021-08-051-49/+76
* Use inline type hints in `handlers/` and `rest/`. (#10382)Jonathan de Jong2021-07-161-8/+8
* Show all joinable rooms in the spaces summary. (#10298)Patrick Cloke2021-07-131-20/+48
* Move methods involving event authentication to EventAuthHandler. (#10268)Patrick Cloke2021-07-011-2/+4
* Do not recurse into non-spaces in the spaces summary. (#10256)Patrick Cloke2021-06-291-2/+9
* Fix a missing await when in the spaces summary. (#10208)Patrick Cloke2021-06-181-2/+1
* Update MSC3083 support per changes in the MSC. (#10189)Patrick Cloke2021-06-171-13/+13
* Remove support for unstable MSC1772 prefixes. (#10161)Patrick Cloke2021-06-151-13/+3
* Do not show invite-only rooms in spaces summary (unless joined/invited). (#10...Patrick Cloke2021-06-021-10/+9
* Remove unused properties from the SpaceSummaryHandler. (#10038)Patrick Cloke2021-05-211-2/+0
* Allow a user who could join a restricted room to see it in spaces summary. (#...Patrick Cloke2021-05-201-32/+169
* Fix the allowed range of valid ordering characters for spaces. (#10002)Patrick Cloke2021-05-171-2/+2
* Clarify comments in the space summary handler. (#9974)Patrick Cloke2021-05-171-5/+46
* Sort child events according to MSC1772 for the spaces summary API. (#9954)Patrick Cloke2021-05-111-2/+69
* Include the time of the create event in Spaces Summary. (#9928)Patrick Cloke2021-05-051-0/+1
* Support stable MSC1772 spaces identifiers. (#9915)Patrick Cloke2021-05-051-2/+6
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Spaces summary: call out to other servers (#9653)Richard van der Hoff2021-03-241-16/+119
* Federation API for Space summary (#9652)Richard van der Hoff2021-03-231-45/+138
* Initial spaces summary API (#9643)Richard van der Hoff2021-03-181-0/+199