| Commit message (Expand) | Author | Age | Files | Lines |
* | Experimental support for MSC3266 Room Summary API. (#10394) | Michael Telatynski | 2021-08-16 | 1 | -1116/+0 |
* | Support federation in the new spaces summary API (MSC2946). (#10569) | Patrick Cloke | 2021-08-16 | 1 | -42/+216 |
* | Update the pagination parameter name based on MSC2946 review. (#10579) | Patrick Cloke | 2021-08-11 | 1 | -3/+3 |
* | Allow requesting the summary of a space which is joinable. (#10580) | Patrick Cloke | 2021-08-11 | 1 | -13/+18 |
* | Expire old spaces summary pagination sessions. (#10574) | Patrick Cloke | 2021-08-11 | 1 | -1/+23 |
* | Add local support for the new spaces summary endpoint (MSC2946) (#10549) | Patrick Cloke | 2021-08-10 | 1 | -3/+198 |
* | Fix an edge-case with invited rooms over federation in the spaces summary. (#... | Patrick Cloke | 2021-08-10 | 1 | -43/+50 |
* | Update the API response for spaces summary over federation. (#10530) | Patrick Cloke | 2021-08-06 | 1 | -19/+38 |
* | Refactoring before implementing the updated spaces summary. (#10527) | Patrick Cloke | 2021-08-05 | 1 | -49/+76 |
* | Use inline type hints in `handlers/` and `rest/`. (#10382) | Jonathan de Jong | 2021-07-16 | 1 | -8/+8 |
* | Show all joinable rooms in the spaces summary. (#10298) | Patrick Cloke | 2021-07-13 | 1 | -20/+48 |
* | Move methods involving event authentication to EventAuthHandler. (#10268) | Patrick Cloke | 2021-07-01 | 1 | -2/+4 |
* | Do not recurse into non-spaces in the spaces summary. (#10256) | Patrick Cloke | 2021-06-29 | 1 | -2/+9 |
* | Fix a missing await when in the spaces summary. (#10208) | Patrick Cloke | 2021-06-18 | 1 | -2/+1 |
* | Update MSC3083 support per changes in the MSC. (#10189) | Patrick Cloke | 2021-06-17 | 1 | -13/+13 |
* | Remove support for unstable MSC1772 prefixes. (#10161) | Patrick Cloke | 2021-06-15 | 1 | -13/+3 |
* | Do not show invite-only rooms in spaces summary (unless joined/invited). (#10... | Patrick Cloke | 2021-06-02 | 1 | -10/+9 |
* | Remove unused properties from the SpaceSummaryHandler. (#10038) | Patrick Cloke | 2021-05-21 | 1 | -2/+0 |
* | Allow a user who could join a restricted room to see it in spaces summary. (#... | Patrick Cloke | 2021-05-20 | 1 | -32/+169 |
* | Fix the allowed range of valid ordering characters for spaces. (#10002) | Patrick Cloke | 2021-05-17 | 1 | -2/+2 |
* | Clarify comments in the space summary handler. (#9974) | Patrick Cloke | 2021-05-17 | 1 | -5/+46 |
* | Sort child events according to MSC1772 for the spaces summary API. (#9954) | Patrick Cloke | 2021-05-11 | 1 | -2/+69 |
* | Include the time of the create event in Spaces Summary. (#9928) | Patrick Cloke | 2021-05-05 | 1 | -0/+1 |
* | Support stable MSC1772 spaces identifiers. (#9915) | Patrick Cloke | 2021-05-05 | 1 | -2/+6 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Spaces summary: call out to other servers (#9653) | Richard van der Hoff | 2021-03-24 | 1 | -16/+119 |
* | Federation API for Space summary (#9652) | Richard van der Hoff | 2021-03-23 | 1 | -45/+138 |
* | Initial spaces summary API (#9643) | Richard van der Hoff | 2021-03-18 | 1 | -0/+199 |