You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/changelog.d
reivilibre e6897e7383
Refactor `tests.util.setup_test_homeserver` and `tests.server.setup_test_homeserver`. (#11503)
3 years ago
..
.gitignore
10520.misc Send and handle cross-signing messages using the stable prefix. (#10520) 3 years ago
11243.misc Allow events to be created with no `prev_events` (MSC2716) (#11243) 3 years ago
11331.misc Fix case in `wait_for_background_updates` where `self.store` does not exist (#11331) 3 years ago
11360.misc Add missing type hints to `synapse.appservice` (#11360) 3 years ago
11378.feature Allow guests to send state events (#11378) 3 years ago
11427.doc Document the usage of refresh tokens. (#11427) 3 years ago
11480.misc Additional type hints for the config module, part 2. (#11480) 3 years ago
11487.misc Test to ensure we share the same `state_group` across the whole historical batch (MSC2716) (#11487) 3 years ago
11503.misc Refactor `tests.util.setup_test_homeserver` and `tests.server.setup_test_homeserver`. (#11503) 3 years ago
11516.bugfix Do not allow cross-room relations, per MSC2674. (#11516) 3 years ago
11520.misc Use HTTPStatus constants in place of literals in `tests.rest.client.test_auth`. (#11520) 3 years ago
11531.misc Add a constant for receipt types (m.read). (#11531) 3 years ago
11535.misc Clean up `synapse.rest.admin` (#11535) 3 years ago
11536.misc Improve log messages for stream ids (#11536) 3 years ago
11538.feature Add experimental support for MSC3202: allowing application services to masquerade as specific devices. (#11538) 3 years ago
11541.misc Support unprefixed versions of fallback key property names. (#11541) 3 years ago
11542.misc Add missing `errcode` to `parse_string` and `parse_boolean` (#11542) 3 years ago
11543.misc Use HTTPStatus constants in place of literals in `synapse.http` (#11543) 3 years ago
11546.misc Add type hints to `synapse/storage/databases/main/account_data.py` (#11546) 3 years ago
11547.bugfix Ensure emails are canonicalized before fetching associated user. (#11547) 3 years ago
11549.misc Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549) 3 years ago
11550.misc Adjust _get_rooms_changed comments (#11550) 3 years ago
11551.misc Add type hints to `synapse/storage/databases/main/end_to_end_keys.py` (#11551) 3 years ago
11555.misc Type hint the constructors of the data store classes (#11555) 3 years ago
11556.misc Add missing type hints to `synapse.logging.context` (#11556) 3 years ago
11558.misc Stop populating `state_events.prev_state` (#11558) 3 years ago
11560.misc skip some dict munging in event persistence (#11560) 3 years ago
11564.misc checks for generators in database functions (#11564) 3 years ago
11565.misc Make `get_device` return None if the device doesn't exist rather than raising an exception. (#11565) 3 years ago
11566.misc Move HTML parsing to a separate file for URL previews. (#11566) 3 years ago
11570.misc Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570) 3 years ago
11571.misc Add missing type hints to synapse.http. (#11571) 3 years ago
11574.misc Convert EventStreamResult to attrs. (#11574) 3 years ago
11575.misc Add type hints to `synapse/storage/databases/main/room.py` (#11575) 3 years ago
11580.misc Require Collections as the parameters for simple_* methods. (#11580) 3 years ago
11582.misc Add MSC2716 and MSC3030 to `/versions` -> `unstable_features` (#11582) 3 years ago
11583.bugfix Disable aggregation bundling on `/sync` responses (#11583) 3 years ago
11588.removal Use mock from standard library (#11588) 3 years ago
11589.misc Add type hints to `synapse/storage/databases/main/transactions.py` (#11589) 3 years ago
11590.misc Add type hints to `synapse/tests/rest/admin` (#11590) 3 years ago
11592.bugfix Do not bundle aggregations for APIs which shouldn't include them. (#11592) 3 years ago
11594.misc Add type hints to event_push_actions. (#11594) 3 years ago
11602.bugfix Return JSON errors for unknown resources under /matrix/client. (#11602) 3 years ago
11603.misc Add opentracing types (#11603) 3 years ago
11607.misc Improve opentracing support for `ResponseCache` (#11607) 3 years ago
11618.misc Improve opentracing for incoming HTTP requests (#11618) 3 years ago
11619.misc Various opentracing enhancements (#11619) 3 years ago