| Commit message (Expand) | Author | Age | Files | Lines |
* | Faster Remote Room Joins: tell remote homeservers that we are unable to autho... | reivilibre | 2022-09-23 | 1 | -4/+2 |
* | Remove the unspecced room_id field in the /hierarchy response. (#13506) | reivilibre | 2022-09-06 | 1 | -1/+0 |
* | Revert 'Remove the unspecced field in the response. (#13365)' to give more ... | reivilibre | 2022-08-11 | 1 | -0/+1 |
* | Implement MSC3848: Introduce errcodes for specific event sending failures (#1... | Will Hunt | 2022-07-27 | 1 | -2/+3 |
* | Remove the unspecced `room_id` field in the `/hierarchy` response. (#13365) | Patrick Cloke | 2022-07-26 | 1 | -1/+0 |
* | Wait for lazy join to complete when getting current state (#12872) | Erik Johnston | 2022-06-01 | 1 | -3/+8 |
* | Remove unstable APIs for /hierarchy. (#12851) | Patrick Cloke | 2022-05-26 | 1 | -4/+1 |
* | Fixes to MSC3787 implementation (#12858) | David Robertson | 2022-05-24 | 1 | -1/+2 |
* | Add a new room version for MSC3787's knock+restricted join rule (#12623) | Travis Ralston | 2022-05-17 | 1 | -2/+7 |
* | Support MSC3266 room summaries over federation (#11507) | DeepBlueV7.X | 2022-05-05 | 1 | -5/+49 |
* | Do not return allowed_room_ids from /hierarchy response. (#12175) | Patrick Cloke | 2022-03-08 | 1 | -2/+13 |
* | Check if instances are lists, not sequences. (#12128) | Patrick Cloke | 2022-03-02 | 1 | -1/+1 |
* | Remove the unstable `/spaces` endpoint. (#12073) | Patrick Cloke | 2022-02-28 | 1 | -312/+11 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Fix a bug that corrupted the cache of federated space hierarchies (#11775) | Sean Quah | 2022-01-20 | 1 | -1/+2 |
* | Support spaces with > 50 rooms in the /hierarchy endpoint. (#11695) | Patrick Cloke | 2022-01-07 | 1 | -8/+22 |
* | Fix space hierarchy endpoint to match MSC2946 (#11667) | Travis Ralston | 2022-01-05 | 1 | -2/+4 |
* | Support the stable /hierarchy endpoint from MSC2946 (#11329) | Patrick Cloke | 2021-11-29 | 1 | -4/+10 |
* | Avoid sharing room hierarchy responses between users (#11355) | Sean Quah | 2021-11-16 | 1 | -2/+9 |
* | Remove unnecessary parentheses around tuples returned from methods (#10889) | Andrew Morgan | 2021-09-23 | 1 | -1/+1 |
* | Require type hints in the handlers module. (#10831) | Patrick Cloke | 2021-09-20 | 1 | -1/+1 |
* | Return stripped m.space.child events via the space summary. (#10760) | Patrick Cloke | 2021-09-07 | 1 | -14/+12 |
* | Ignore rooms with unknown room versions in the spaces summary. (#10727) | Patrick Cloke | 2021-09-01 | 1 | -2/+14 |
* | Consider the `origin_server_ts` of the `m.space.child` event when ordering ro... | Patrick Cloke | 2021-09-01 | 1 | -7/+8 |
* | Persist room hierarchy pagination sessions to the database. (#10613) | Patrick Cloke | 2021-08-24 | 1 | -38/+38 |
* | Experimental support for MSC3266 Room Summary API. (#10394) | Michael Telatynski | 2021-08-16 | 1 | -0/+1171 |