| Commit message (Expand) | Author | Files | Lines |
2021-12-13 | Add type hints to `synapse/storage/databases/main/account_data.py` (#11546) | Sean Quah | 4 | -33/+87 |
2021-12-13 | Make `get_device` return None if the device doesn't exist rather than raising... | reivilibre | 6 | -13/+20 |
2021-12-10 | Allow events to be created with no `prev_events` (MSC2716) (#11243) | Eric Eastwood | 4 | -7/+124 |
2021-12-10 | Test to ensure we share the same `state_group` across the whole historical ba... | Eric Eastwood | 2 | -0/+181 |
2021-12-10 | Adjust _get_rooms_changed comments (#11550) | David Robertson | 2 | -22/+30 |
2021-12-10 | skip some dict munging in event persistence (#11560) | Richard van der Hoff | 3 | -60/+114 |
2021-12-10 | Stop populating `state_events.prev_state` (#11558) | Richard van der Hoff | 3 | -5/+5 |
2021-12-10 | Ensure emails are canonicalized before fetching associated user. (#11547) | Patrick Cloke | 5 | -4/+11 |
2021-12-09 | Do not allow cross-room relations, per MSC2674. (#11516) | Patrick Cloke | 6 | -17/+161 |
2021-12-09 | Additional type hints for the config module, part 2. (#11480) | Patrick Cloke | 5 | -19/+28 |
2021-12-09 | Use HTTPStatus constants in place of literals in `synapse.http` (#11543) | Dirk Klimpel | 4 | -19/+47 |
2021-12-09 | Support unprefixed versions of fallback key property names. (#11541) | Hubert Chathi | 4 | -6/+32 |
2021-12-09 | Add missing `errcode` to `parse_string` and `parse_boolean` (#11542) | Dirk Klimpel | 6 | -12/+13 |
2021-12-09 | Allow guests to send state events (#11378) | Robert Long | 2 | -1/+2 |
2021-12-08 | Add a constant for receipt types (m.read). (#11531) | Patrick Cloke | 9 | -45/+87 |
2021-12-08 | Clean up `synapse.rest.admin` (#11535) | Dirk Klimpel | 15 | -165/+96 |
2021-12-08 | Document the usage of refresh tokens. (#11427) | reivilibre | 3 | -0/+141 |
2021-12-08 | Use HTTPStatus constants in place of literals in `tests.rest.client.test_auth... | reivilibre | 2 | -47/+88 |
2021-12-08 | Improve log messages for stream ids (#11536) | Richard van der Hoff | 3 | -4/+7 |
2021-12-08 | Send and handle cross-signing messages using the stable prefix. (#10520) | Hubert Chathi | 4 | -5/+13 |
2021-12-07 | Fix case in `wait_for_background_updates` where `self.store` does not exist (... | Andrew Morgan | 2 | -7/+5 |
2021-12-07 | Sort internal changes in changelog v1.49.0rc1 | Sean Quah | 1 | -16/+16 |
2021-12-07 | Update CHANGES.md | Sean Quah | 1 | -30/+26 |
2021-12-07 | 1.49.0rc1 | Sean Quah | 65 | -63/+87 |
2021-12-07 | Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common`... | Sean Quah | 8 | -12/+124 |
2021-12-07 | Refactors in `_generate_sync_entry_for_rooms` (#11515) | David Robertson | 3 | -46/+79 |
2021-12-07 | Correctly register shutdown handler for presence workers (#11518) | David Robertson | 2 | -1/+2 |
2021-12-07 | Fix `ModuleApi.looping_background_call` for non-async functions (#11524) | Sean Quah | 2 | -3/+3 |
2021-12-07 | Fix 'delete room' admin api to work on incomplete rooms (#11523) | Richard van der Hoff | 5 | -37/+33 |
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 (#11... | reivilibre | 2 | -1/+2 |
2021-12-06 | Stabilise support for MSC2918 refresh tokens as they have now been merged int... | reivilibre | 6 | -44/+115 |
2021-12-06 | Save the OIDC session ID (sid) with |