H. Shay da1f496487 newsfragment 2 years ago
..
.gitignore e845fd41c2 Correct attrs package name in requirements (#3492) 6 years ago
10520.misc 8541809cb9 Send and handle cross-signing messages using the stable prefix. (#10520) 2 years ago
11243.misc aa8708ebed Allow events to be created with no `prev_events` (MSC2716) (#11243) 2 years ago
11331.misc d6fb96e056 Fix case in `wait_for_background_updates` where `self.store` does not exist (#11331) 2 years ago
11360.misc 2519beaad2 Add missing type hints to `synapse.appservice` (#11360) 2 years ago
11378.feature afa0a5e4fc Allow guests to send state events (#11378) 2 years ago
11427.doc 83a74d9350 Document the usage of refresh tokens. (#11427) 2 years ago
11480.misc 0cc3bf97b4 Additional type hints for the config module, part 2. (#11480) 2 years ago
11487.misc 8391bd6ab5 Test to ensure we share the same `state_group` across the whole historical batch (MSC2716) (#11487) 2 years ago
11503.misc e6897e7383 Refactor `tests.util.setup_test_homeserver` and `tests.server.setup_test_homeserver`. (#11503) 2 years ago
11516.bugfix 3b8872299a Do not allow cross-room relations, per MSC2674. (#11516) 2 years ago
11520.misc 365e9482fe Use HTTPStatus constants in place of literals in `tests.rest.client.test_auth`. (#11520) 2 years ago
11531.misc d93362d87f Add a constant for receipt types (m.read). (#11531) 2 years ago
11535.misc 7ecaa3b976 Clean up `synapse.rest.admin` (#11535) 2 years ago
11536.bugfix b38bdae3a2 Fix AssertionErrors after purging events (#11642) 2 years ago
11538.feature 17886d2603 Add experimental support for MSC3202: allowing application services to masquerade as specific devices. (#11538) 2 years ago
11541.misc b47d10dc46 Support unprefixed versions of fallback key property names. (#11541) 2 years ago
11542.misc b3bcacf3c1 Add missing `errcode` to `parse_string` and `parse_boolean` (#11542) 2 years ago
11543.misc 941ebe49ff Use HTTPStatus constants in place of literals in `synapse.http` (#11543) 2 years ago
11546.misc 6da8591f2e Add type hints to `synapse/storage/databases/main/account_data.py` (#11546) 2 years ago
11547.bugfix 9562f0c2f1 Ensure emails are canonicalized before fetching associated user. (#11547) 2 years ago
11549.misc ecfcd9bbbe Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549) 2 years ago
11550.misc fd2dadb815 Adjust _get_rooms_changed comments (#11550) 2 years ago
11551.misc 1abfb15f07 Add type hints to `synapse/storage/databases/main/end_to_end_keys.py` (#11551) 2 years ago
11553.doc c500bf37d6 Add details for how to set up TURN behind NAT (#11553) 2 years ago
11555.misc 5305a5e881 Type hint the constructors of the data store classes (#11555) 2 years ago
11556.misc 0147b3de20 Add missing type hints to `synapse.logging.context` (#11556) 2 years ago
11558.misc 86e7a6d16e Stop populating `state_events.prev_state` (#11558) 2 years ago
11560.misc f0562183e7 skip some dict munging in event persistence (#11560) 2 years ago
11564.misc ff6fd52160 checks for generators in database functions (#11564) 2 years ago
11565.misc e5cdb9e233 Make `get_device` return None if the device doesn't exist rather than raising an exception. (#11565) 2 years ago
11566.misc eb39da6782 Move HTML parsing to a separate file for URL previews. (#11566) 2 years ago
11570.misc a4dce5b53d Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570) 2 years ago
11571.misc 33abbc3278 Add missing type hints to synapse.http. (#11571) 2 years ago
11574.misc 323151b787 Convert EventStreamResult to attrs. (#11574) 2 years ago
11575.misc c7fe32edb4 Add type hints to `synapse/storage/databases/main/room.py` (#11575) 2 years ago
11580.misc f901f8b70e Require Collections as the parameters for simple_* methods. (#11580) 2 years ago
11582.misc 43f5cc7adc Add MSC2716 and MSC3030 to `/versions` -> `unstable_features` (#11582) 2 years ago
11588.removal 7a7ca8f226 Use mock from standard library (#11588) 2 years ago
11589.misc 1847d027e6 Add type hints to `synapse/storage/databases/main/transactions.py` (#11589) 2 years ago
11590.misc 8428ef66c7 Add type hints to `synapse/tests/rest/admin` (#11590) 2 years ago
11592.bugfix dd47788752 Do not bundle aggregations for APIs which shouldn't include them. (#11592) 2 years ago
11594.misc b6102230a7 Add type hints to event_push_actions. (#11594) 2 years ago
11595.misc 87da37374a Drop EOL python 3.6 from CI (#11595) 2 years ago
11596.misc fcfe67578f Update to the current version of Black and run it on Synapse codebase (#11596) 2 years ago
11602.bugfix 3e0cfd447e Return JSON errors for unknown resources under /matrix/client. (#11602) 2 years ago
11603.misc 8ad39438fa Add opentracing types (#11603) 2 years ago
11607.misc c3e38b88f2 Improve opentracing support for `ResponseCache` (#11607) 2 years ago
11618.misc 60fa4935b5 Improve opentracing for incoming HTTP requests (#11618) 2 years ago
11619.misc 2215954147 Various opentracing enhancements (#11619) 2 years ago
11622.misc 66d7aa783a Fix mypy error with opentracing.tags. (#11622) 2 years ago
11623.bugfix f58b300d27 Do not attempt to bundled aggregations for /members and /state. (#11623) 2 years ago
11632.bugfix 878aa55293 `FederationClient.backfill`: stop flagging events as outliers (#11632) 2 years ago
11633.misc 13c974ed35 Drop Bionic from Debian builds (#11633) 2 years ago
11638.misc bd9821f7f1 Better error messages from `get_create_event_for_room` (#11638) 2 years ago
11642.bugfix b38bdae3a2 Fix AssertionErrors after purging events (#11642) 2 years ago
11643.misc 2359ee3864 Remove redundant `get_current_events_token` (#11643) 2 years ago
11652.misc f82d38ed2e Improve type hints in storage classes. (#11652) 2 years ago
11653.misc 15bb1c8511 Add type hints to `synapse/storage/databases/main/stats.py` (#11653) 2 years ago
11654.misc 07a3b5daba Add type hints to `synapse/storage/databases/main/events_bg_updates.py` (#11654) 2 years ago
11657.misc 2c7f5e74e5 Fix a type annotation in `test_account_data.py` and remove it from the Mypy exclusion list. (#11657) 2 years ago
11665.misc cbd82d0b2d Convert all namedtuples to attrs. (#11665) 2 years ago
11666.feature 8422a7f7f6 Include the topic event in the prejoin state, per MSC3173. (#11666) 2 years ago
11684.misc da1f496487 newsfragment 2 years ago