| Commit message (Expand) | Author | Files | Lines |
2022-02-22 | Use room version 9 as the default room version (per MSC3589). (#12058) | Patrick Cloke | 3 | -2/+3 |
2022-02-22 | Run `_handle_queued_pdus` as a background process (#12041) | Richard van der Hoff | 2 | -2/+5 |
2022-02-22 | Fix slow performance of `/logout` in some cases where refresh tokens are in u... | reivilibre | 4 | -4/+136 |
2022-02-22 | Faster joins: Support for calling `/federation/v1/state` (#12013) | Richard van der Hoff | 7 | -17/+377 |
2022-02-22 | Fetch images when previewing Twitter URLs. (#11985) | AndrewRyanChama | 3 | -4/+11 |
2022-02-22 | Update changelog | Erik Johnston | 1 | -1/+1 |
2022-02-22 | Update changelog | Erik Johnston | 1 | -2/+2 |
2022-02-22 | Add more tests for in-flight state query duplication. (#12033) | reivilibre | 2 | -21/+172 |
2022-02-22 | Tidy the building of sdists and wheels (#12051) | David Robertson | 3 | -28/+4 |
2022-02-22 | 1.53.0 v1.53.0 | Erik Johnston | 3 | -1/+13 |
2022-02-22 | Move isort config to `pyproject.toml` (#12052) | David Robertson | 4 | -12/+14 |
2022-02-22 | Use v3 endpoints for fallback auth (Matrix 1.1) (#12019) | Travis Ralston | 2 | -4/+5 |
2022-02-21 | remote join processing: get create event from state, not auth_chain (#12039) | Richard van der Hoff | 4 | -5/+8 |
2022-02-21 | Minor typing fixes (#12034) | Richard van der Hoff | 4 | -16/+19 |
2022-02-21 | Add type hints to `synapse/storage/databases/main` (#11984) | Dirk Klimpel | 7 | -53/+79 |
2022-02-21 | Advertise Matrix 1.2 in `/_matrix/client/versions` (#12022) | Travis Ralston | 2 | -0/+2 |
2022-02-18 | Document why auth providers aren't validated in the admin API. (#12004) | Patrick Cloke | 4 | -2/+29 |
2022-02-18 | Track and deduplicate in-flight requests to `_get_state_for_groups`. (#10870) | reivilibre | 3 | -25/+312 |
2022-02-18 | Upgrade mypy to version 0.931 (#12030) | Sean Quah | 9 | -19/+33 |
2022-02-18 | Fix bug in `StateFilter.return_expanded()` and add some tests. (#12016) | reivilibre | 3 | -1/+117 |
2022-02-18 | Advertise Matrix 1.1 in `/_matrix/client/versions` (#12020) | Travis Ralston | 2 | -0/+2 |
2022-02-18 | Use stable MSC3069 `is_guest` flag on `/whoami`. (#12021) | Travis Ralston | 3 | -3/+9 |
2022-02-18 | Fix 500 error with Postgres when looking backwards with the MSC3030 `/timesta... | Eric Eastwood | 2 | -1/+2 |
2022-02-18 | Update the olddeps CI check to use an old version of markupsafe (#12025) | Brendan Abolivier | 2 | -0/+4 |
2022-02-17 | Remove unstable MSC3283 flags (#12018) | Erik Johnston | 3 | -17/+1 |
2022-02-17 | Allow modules to set a display name on registration (#12009) | Brendan Abolivier | 6 | -34/+195 |
2022-02-17 | Faster joins: parse msc3706 fields in send_join response (#12011) | Richard van der Hoff | 6 | -33/+140 |
2022-02-17 | Configure `tox` to use `venv` (#12015) | Richard van der Hoff | 3 | -1/+9 |
2022-02-17 | Remove support for the legacy structured logging configuration. (#12008) | Patrick Cloke | 5 | -175/+24 |
2022-02-17 | `send_join` response: get create event from `state`, not `auth_chain` (#12005) | Richard van der Hoff | 2 | -1/+2 |
2022-02-17 | Prevent duplicate push notifications for room reads (#11835) | lukasdenk | 3 | -66/+71 |
2022-02-16 | Explain the meaning of spam checker callbacks' return values (#12003) | David Robertson | 2 | -13/+28 |
2022-02-16 | Fix a typo in a comment. | Patrick Cloke | 1 | -1/+1 |
2022-02-16 | Limit concurrent AS joins (#11996) | Brendan Abolivier | 2 | -19/+28 |
2022-02-15 | Optimise calculating device_list changes in `/sync`. (#11974) | Erik Johnston | 4 | -15/+126 |
2022-02-15 | `_auth_and_persist_outliers`: drop events we have already seen (#11994) | Richard van der Hoff | 2 | -24/+21 |
2022-02-15 | Track cache invalidations (#12000) | Erik Johnston | 4 | -1/+10 |
2022-02-15 | Fix incorrect `get_rooms_for_user` for remote user (#11999) | Erik Johnston | 3 | -11/+124 |
2022-02-15 | Docker: remove `VOLUME` directive (#11997) | Richard van der Hoff | 2 | -2/+1 |
2022-02-15 | Refactor search code to reduce function size. (#11991) | Patrick Cloke | 3 | -226/+435 |
2022-02-15 | Fix incorrect thread summaries when the latest event is edited. (#11992) | Patrick Cloke | 5 | -31/+107 |
2022-02-15 | Add some tests for propagation of device list changes between local users (#1... | Andrew Morgan | 4 | -3/+163 |
2022-02-15 | Update CHANGES.md v1.53.0rc1 | Sean Quah | 1 | -7/+7 |
2022-02-15 | 1.53.0rc1 | Sean Quah | 60 | -58/+86 |
2022-02-14 | Revert "Pin to frozendict<2.1.2 (#11625)" and allow frozendict>2.1.2 (#11969) | Pascal Bach | 2 | -1/+2 |
2022-02-14 | Fix M_WRONG_ROOM_KEYS_VERSION error not including `current_version` field (#1... | Michael Telatynski | 2 | -0/+4 |
2022-02-14 | Note when unstable MSC3283 prefixes will be removed (#11989) | Andrew Morgan | 2 | -1/+2 |
2022-02-14 | remove empty file, reword/rename newsfragment, and add line to upgrade doc | H. Shay | 4 | -1/+2 |
2022-02-14 | Require that modules register their callbacks using keyword arguments. (#11975) | Patrick Cloke | 2 | -0/+7 |
2022-02-14 | Use version string helper from matrix-common (#11979) | David Robertson | 13 | -112/+42 |
2022-02-12</ |