Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-12-07 | Correctly register shutdown handler for presence workers (#11518) | David Robertson | 2 | -1/+2 | |
Fixes #11517 | |||||
2021-12-07 | Fix `ModuleApi.looping_background_call` for non-async functions (#11524) | Sean Quah | 2 | -3/+3 | |
After #10847, `looping_background_call` would print an error in the logs every time a non-async function was called. Since the error would be caught and ignored immediately, there were no other side effects. | |||||
2021-12-07 | Fix 'delete room' admin api to work on incomplete rooms (#11523) | Richard van der Hoff | 5 | -37/+33 | |
If, for some reason, we don't have the create event, we should still be able to purge a room. | |||||
2021-12-07 | Correctly ignore invites from ignored users (#11511) | David Robertson | 2 | -5/+7 | |
2021-12-07 | Fix the test breakage introduced by #11435 as a result of concurrent PRs ↵ | reivilibre | 2 | -1/+2 | |
(#11522) | |||||
2021-12-06 | Stabilise support for MSC2918 refresh tokens as they have now been merged ↵ | reivilibre | 6 | -44/+115 | |
into the Matrix specification. (#11435) | |||||
2021-12-06 | Save the OIDC session ID (sid) with the device on login (#11482) | Quentin Gliech | 15 | -65/+370 | |
As a step towards allowing back-channel logout for OIDC. | |||||
2021-12-06 | Add admin API to get some information about federation status (#11407) | Dirk Klimpel | 7 | -0/+783 | |
2021-12-06 | Include bundled aggregations in /sync and related fixes (#11478) | Patrick Cloke | 10 | -101/+169 | |
Due to updates to MSC2675 this includes a few fixes: * Include bundled aggregations for /sync. * Do not include bundled aggregations for /initialSync and /events. * Do not bundle aggregations for state events. * Clarifies comments and variable names. | |||||
2021-12-06 |