Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-12-29 | Support PyJWT v2.0.0. (#8986) | Patrick Cloke | 2 | -4/+13 | |
Tests were broken due to an API changing. The code used in Synapse proper should be compatible with both versions already. | |||||
2020-12-14 | Allow per-room profile to be used for server notice user (#8799) | Mathieu Velten | 2 | -1/+10 | |
This applies even if the feature is disabled at the server level with `allow_per_room_profiles`. The server notice not being a real user it doesn't have an user profile. | |||||
2020-12-11 | Remove the CI requirement for newsfiles (#73) | Andrew Morgan | 1 | -11/+0 | |
We don't use newsfiles for DINUM releases anyways, so a CI requirement for them does not make sense. | |||||
2020-12-11 | Fix users info for remote users (#71) | Mathieu Velten | 2 | -2/+2 | |
2020-12-11 | Update mypy to 0.790 to resolve mypy CI errors (#72) | Andrew Morgan | 4 | -7/+9 | |
2020-11-16 | Make `make_request` actually render the request | Richard van der Hoff | 9 | -68/+57 | |
remove the stubbing out of `request.process`, so that `requestReceived` also renders the request via the appropriate resource. Replace render() with a stub for now. | |||||
2020-11-16 | Fix the URL in the URL preview tests | Richard van der Hoff | 1 | -19/+22 | |
the preview resource is mointed at preview_url, not url_preview | |||||
2020-11-16 | Move `wait_until_result` into `FakeChannel` (#8758) | Richard van der Hoff | 3 | -25/+24 | |
FakeChannel has everything we need, and this more accurately models the real flow. | |||||
2020-11-16 | fixup test | Richard van der Hoff | 1 | -0/+1 | |
2020-11-16 | Generalise _locally_reject_invite (#8751) | Andrew Morgan | 2 | -17/+20 | |
`_local |