summary refs log tree commit diff
path: root/synapse/handlers/space_summary.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Federation API for Space summary (#9652)Richard van der Hoff2021-03-231-45/+138
| | | | | Builds on the work done in #9643 to add a federation API for space summaries. There's a bit of refactoring of the existing client-server code first, to avoid too much duplication.
* Initial spaces summary API (#9643)Richard van der Hoff2021-03-181-0/+199
This is very bare-bones for now: federation will come soon, while pagination is descoped for now but will come later.