summary refs log tree commit diff
path: root/synapse/handlers/space_summary.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Experimental support for MSC3266 Room Summary API. (#10394)Michael Telatynski2021-08-161-1116/+0
* Support federation in the new spaces summary API (MSC2946). (#10569)Patrick Cloke2021-08-161-42/+216
* Update the pagination parameter name based on MSC2946 review. (#10579)Patrick Cloke2021-08-111-3/+3
* Allow requesting the summary of a space which is joinable. (#10580)Patrick Cloke2021-08-111-13/+18
* Expire old spaces summary pagination sessions. (#10574)Patrick Cloke2021-08-111-1/+23
* Add local support for the new spaces summary endpoint (MSC2946) (#10549)Patrick Cloke2021-08-101-3/+198
* Fix an edge-case with invited rooms over federation in the spaces summary. (#...Patrick Cloke2021-08-101-43/+50
* 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