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