summary refs log tree commit diff
path: root/synapse/storage/databases/main (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement MSC3827: Filtering of `/publicRooms` by room type (#13031)Å imon Brandner2022-06-292-7/+129
* Improve performance of getting unread counts in rooms (#13119)Erik Johnston2022-06-293-4/+34
* Fix serialization errors when rotating notifications (#13118)Erik Johnston2022-06-282-78/+136
* Fix type error that made its way onto develop (#13098)reivilibre2022-06-171-2/+2
* Rotate notifications more frequently (#13096)Erik Johnston2022-06-171-1/+1
* Use new `device_list_changes_in_room` table when getting device list changes ...Erik Johnston2022-06-171-0/+59
* Add desc to `get_earliest_token_for_stats` (#13085)Erik Johnston2022-06-161-0/+1
* Type annotations in `synapse.databases.main.devices` (#13025)David Robertson2022-06-152-18/+34
* Speed up `get_unread_event_push_actions_by_room` (#13005)Erik Johnston2022-06-154-105/+233
* Clean up schema for `event_edges` (#12893)Richard van der Hoff2022-06-153-6/+118
* Replace noop background updates with DELETE. (#12954)Patrick Cloke2022-06-139-97/+0
* Faster joins: add issue links to the TODOs (#13004)Richard van der Hoff2022-06-092-0/+3
* Use READ COMMITTED isolation level when inserting read receipts (#12957)Nick Mills-Barrett2022-06-091-0/+5
* Use dummy fallback engines if imports fail (#12979)David Robertson2022-06-071-1/+1
* Fix a stale comment in get_room_version_id_txn. (#12969)Patrick Cloke2022-06-071-6/+1
* Consolidate the logic of delete_device/delete_devices. (#12970)Patrick Cloke2022-06-071-10/+0
* Prevent breaking old sqlite's when media retention is enabled (#12977)Andrew Morgan2022-06-071-1/+1
* Prevent local quarantined media from being claimed by media retention (#12972)Andrew Morgan2022-06-071-5/+63
* Remove remaining pieces of groups code. (#12966)Patrick Cloke2022-06-063-125/+2
* Reduce state pulled from DB due to sending typing and receipts over federatio...Erik Johnston2022-06-061-0/+37
* Remove groups code from synapse_port_db. (#12899)Patrick Cloke2022-06-031-7/+2
* Wait for lazy join to complete when getting current state (#12872)Erik Johnston2022-06-014-31/+33
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-4/+0
* Fix 404 on `/sync` when the last event is a redaction of an unknown/purged ev...Richard van der Hoff2022-06-012-10/+14
* Remove most groups datastore code. (#12895)Patrick Cloke2022-05-311-1394/+4
* Faster room joins: Resume state re-syncing after a Synapse restart (#12813)Sean Quah2022-05-311-0/+27
* Reduce DB load of /sync when using presence (#12885)Erik Johnston2022-05-311-27/+48
* Stop reading from `event_edges.room_id`. (#12914)Richard van der Hoff2022-05-312-23/+17
* Fix invite notifications for users without pushers (#12840)DeepBlueV7.X2022-05-301-6/+0
* Fix `get_metadata_for_events` (#12904)Richard van der Hoff2022-05-301-2/+2
* Mutual rooms: Remove dependency on user directory (#12836)Jonathan de Jong2022-05-302-43/+24
* LockStore: fix acquiring a lock via `LockStore.try_acquire_lock` (#12832)Sumner Evans2022-05-301-1/+18
* Add a background job to automatically delete stale devices (#12855)Brendan Abolivier2022-05-271-0/+39
* Clean-up some receipts code (#12888)Patrick Cloke2022-05-271-42/+47
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-272-6/+7
* Add storage and module API methods to get monthly active users and their apps...Matt C2022-05-271-0/+45
* Fix room deletion (#12889)Richard van der Hoff2022-05-271-9/+10
* Refactor have_seen_events to reduce OOMs (#12886)Richard van der Hoff2022-05-271-18/+24
* Fix ambiguous column name that would prevent use of MSC2716 History Import wh...reivilibre2022-05-261-1/+1
* Avoid attempting to delete push actions for remote users. (#12879)Patrick Cloke2022-05-262-2/+5
* Pull out less state when handling gaps mk2 (#12852)Erik Johnston2022-05-261-0/+59
* Fix caching behavior for relations push rules. (#12859)Patrick Cloke2022-05-251-2/+3
* Misc clean-up of push rules datastore (#12856)Patrick Cloke2022-05-251-11/+5
* Fixes to MSC3787 implementation (#12858)David Robertson2022-05-241-18/+17
* Experimental support for MSC3772 (#12740)Patrick Cloke2022-05-243-0/+66
* Prevent expired events from being filtered out when retention is disabled (#1...Brendan Abolivier2022-05-231-20/+25
* Add some type hints to `event_federation` datastore (#12753)Dirk Klimpel2022-05-181-64/+123
* Discard null-containing strings before updating the user directory (#12762)David Robertson2022-05-182-8/+5
* Move methods that call add_push_rule to PushRuleStore (#12772)Adam2022-05-181-51/+51
* Delete events from federation_inbound_events_staging table on purge (#12770)Mathieu Velten2022-05-171-0/+1
* allow `on_invalidate=None` in `@cached` methods (#12769)David Robertson2022-05-171-1/+2
* Add some type hints to datastore (#12717)Dirk Klimpel2022-05-174-145/+229
* Remove code which updates `application_services_state.last_txn` (#12680)Richard van der Hoff2022-05-171-23/+24
* Merge branch 'master' into developDavid Robertson2022-05-171-1/+1
|\
| * Fix query performance for /sync (#12745)Erik Johnston2022-05-161-1/+1
* | Add index to cache invalidations (#12747)Erik Johnston2022-05-171-0/+8
* | Track in memory events using weakrefs (#10533)Erik Johnston2022-05-171-2/+33
* | Add `StreamKeyType` class and replace string literals with constants (#12567)Andrew Morgan2022-05-162-4/+6
* | Merge tag 'v1.59.0rc2' into developDavid Robertson2022-05-161-8/+11
|\|
| * Fix bug /sync returning 404 (#12729)Erik Johnston2022-05-161-8/+11
* | Consolidate logic for parsing relations. (#12693)Patrick Cloke2022-05-161-28/+21
* | Reduce the number of "untyped defs" (#12716)David Robertson2022-05-122-13/+19
* | Fix `/messages` throwing a 500 when querying for non-existent room (#12683)Eric Eastwood2022-05-101-15/+11
* | Refactor `EventContext` (#12689)Erik Johnston2022-05-101-6/+0
* | Add some type hints to datastore. (#12477)Dirk Klimpel2022-05-102-70/+119
* | Stop writing to `event_reference_hashes` (#12679)Richard van der Hoff2022-05-102-28/+0
|/
* Implement MSC3786: Add a default push rule to ignore m.room.server_acl events...Å imon Brandner2022-05-101-11/+37
* Use `ParamSpec` in a few places (#12667)David Robertson2022-05-091-2/+6
* Remove unused receipt datastore methods. (#12632)Patrick Cloke2022-05-051-54/+0
* Add `mau_appservice_trial_days` config (#12619)Will Hunt2022-05-041-2/+6
* Implement changes to MSC2285 (hidden read receipts) (#12168)Å imon Brandner2022-05-041-32/+110
* Include bundled aggregations for the latest event in a thread. (#12273)Patrick Cloke2022-05-041-8/+3
* remove constantly lib use and switch to enums. (#12624)andrew do2022-05-043-26/+26
* Add a consistency check on events read from the database (#12620)Richard van der Hoff2022-05-031-0/+12
* Fix race when persisting an event and deleting a room (#12594)Erik Johnston2022-05-032-2/+21
* Improve the docstrings for the receipts store. (#12581)Patrick Cloke2022-04-281-5/+51
* Add a module API to allow modules to edit push rule actions (#12406)Brendan Abolivier2022-04-271-8/+7
* Remove unused `# type: ignore`s (#12531)David Robertson2022-04-271-3/+3
* Consistently use collections.abc.Mapping to check frozendict. (#12564)Patrick Cloke2022-04-271-3/+2
* Add some type hints to datastore (#12485)Dirk Klimpel2022-04-2711-84/+187
* Mark remote device list updates as already handled (#12557)Erik Johnston2022-04-261-1/+2
* Fix sending opentracing contexts to remote servers (#12555)Erik Johnston2022-04-261-1/+11
* Optimise backfill calculation (#12522)Richard van der Hoff2022-04-261-16/+14
* Handle cancellation in `EventsWorkerStore._get_events_from_cache_or_db` (#12529)Sean Quah2022-04-251-34/+49
* Await un-partial-stating after a partial-state join (#12399)Richard van der Hoff2022-04-212-1/+10
* Implement MSC2815: allow room moderators to view redacted event content (#12427)Tulir Asokan2022-04-201-0/+18
* Fix returned count of delete extremities admin API (#12496)Erik Johnston2022-04-191-3/+5
* Fix grammatical error in error message (#12483)Travis Ralston2022-04-181-1/+1
* Only send out device list updates for our own users (#12465)Erik Johnston2022-04-141-1/+3
* Fix missing sync events during historical batch imports (#12319)Nick Mills-Barrett2022-04-131-0/+26
* Process device list updates asynchronously (#12365)Erik Johnston2022-04-121-52/+9
* Resync state after partial-state join (#12394)Richard van der Hoff2022-04-124-0/+118
* Remove references to unstable identifiers from MSC3440. (#12382)Patrick Cloke2022-04-122-66/+17
* Add some type hints to datastore (#12423)Dirk Klimpel2022-04-127-75/+120
* Do not consider events by ignored users for bundled aggregations (#12235)Patrick Cloke2022-04-111-9/+143
* Optimise `_update_client_ips_batch_txn` to batch together database operations...reivilibre2022-04-081-32/+34
* Fix `synapse_event_persisted_position` metric (#12390)Richard van der Hoff2022-04-061-3/+3
* Update type annotations for compatiblity with prometheus_client 0.14 (#12389)Richard van der Hoff2022-04-061-3/+1
* Generate historic pagination token for `/messages` when no `?from` token prov...Eric Eastwood2022-04-061-9/+11
* Refactor and convert `Linearizer` to async (#12357)Sean Quah2022-04-051-1/+1
* Prefill more stream change caches. (#12372)Erik Johnston2022-04-053-22/+62
* Prefill the device_list_stream_cache (#12367)Erik Johnston2022-04-041-1/+11
* Track device list updates per room. (#12321)Erik Johnston2022-04-042-25/+193
* Use a sequence to generate AS transaction IDs, drop `last_txn` AS state (#12209)Nick Mills-Barrett2022-04-011-43/+19
* Move `update_client_ip` background job from the main process to the backgroun...reivilibre2022-04-014-76/+117
* Raise an exception when getting state at an outlier (#12191)Richard van der Hoff2022-04-011-4/+12
* Optimise `_get_state_after_missing_prev_event`: use `/state` (#12040)Richard van der Hoff2022-04-011-5/+3
* Add more type hints to the main state store. (#12267)Patrick Cloke2022-03-311-7/+11
* Remove an unnecessary class from the relations code. (#12338)Patrick Cloke2022-03-311-9/+8
* Remove the unused and unstable `/aggregations` endpoint. (#12293)Patrick Cloke2022-03-301-65/+13
* Send device list updates to application services (MSC3202) - part 1 (#11881)Andrew Morgan2022-03-302-18/+44
* Start application service stream token tracking from 1 (#12193)Andrew Morgan2022-03-301-1/+2
* Add a configuration to exclude rooms from sync response (#12310)Brendan Abolivier2022-03-302-15/+36
* Exclude outliers in `on_backfill_request` (#12314)Richard van der Hoff2022-03-281-3/+9
* Add some type hints to datastore. (#12255)Dirk Klimpel2022-03-288-39/+60
* Add cache for `get_membership_from_event_ids` (#12272)Erik Johnston2022-03-253-4/+44
* Rename shared_rooms to mutual_rooms (#12036)Jonathan de Jong2022-03-231-3/+3
* Move get_bundled_aggregations to relations handler. (#12237)Patrick Cloke2022-03-181-146/+5
* Only fetch thread participation for events with threads. (#12228)Patrick Cloke2022-03-181-1/+3
* Add some type hints to datastore (#12248)Dirk Klimpel2022-03-182-78/+116
* Correct `check_username_for_spam` annotations and docs (#12246)David Robertson2022-03-181-4/+19
* Add some missing type hints to cache datastore. (#12216)Patrick Cloke2022-03-161-21/+36
* Use the ignored_users table to test event visibility & sync. (#12225)Patrick Cloke2022-03-151-3/+38
* Fix broken background updates when using sqlite with `enable_search` off (#12...Sean Quah2022-03-141-6/+7
* Remove unnecessary pass statements. (#12206)Patrick Cloke2022-03-111-2/+0
* Support stable identifiers for MSC3440: Threading (#12151)Patrick Cloke2022-03-103-39/+61
* Allow retrieving the relations of a redacted event. (#12130)Patrick Cloke2022-03-103-33/+42
* Allow for ignoring some arguments when caching. (#12189)Patrick Cloke2022-03-091-2/+2
* Remove some unused variables/parameters. (#12187)Patrick Cloke2022-03-091-9/+5
* Invalidate caches when an event with a relation is redacted. (#12121)Patrick Cloke2022-03-072-5/+35
* Reduce to-device queries for /sync. (#12163)Erik Johnston2022-03-041-0/+3
* Make get_room_version use cached get_room_version_id. (#11808)lukasdenk2022-03-021-14/+13
* Faster joins: persist to database (#12012)Richard van der Hoff2022-03-013-0/+90
* Minor typing fixes for `synapse/storage/persist_events.py` (#12069)Sean Quah2022-02-251-10/+13
* Add support for MSC3202: sending one-time key counts and fallback key usage s...reivilibre2022-02-242-2/+143
* Fix non-strings in the `event_search` table (#12037)Sean Quah2022-02-242-9/+35
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Fix slow performance of `/logout` in some cases where refresh tokens are in u...reivilibre2022-02-221-2/+16
* remote join processing: get create event from state, not auth_chain (#12039)Richard van der Hoff2022-02-211-2/+2
* Add type hints to `synapse/storage/databases/main` (#11984)Dirk Klimpel2022-02-213-35/+61
* Document why auth providers aren't validated in the admin API. (#12004)Patrick Cloke2022-02-181-0/+21
* Fix 500 error with Postgres when looking backwards with the MSC3030 `/timesta...Eric Eastwood2022-02-181-1/+1
* Fix a typo in a comment.Patrick Cloke2022-02-161-1/+1
* Optimise calculating device_list changes in `/sync`. (#11974)Erik Johnston2022-02-152-0/+72
* Fix incorrect `get_rooms_for_user` for remote user (#11999)Erik Johnston2022-02-151-11/+16
* Refactor search code to reduce function size. (#11991)Patrick Cloke2022-02-151-7/+10
* Fix incorrect thread summaries when the latest event is edited. (#11992)Patrick Cloke2022-02-152-7/+19
* Implement MSC3706: partial state in `/send_join` response (#11967)Richard van der Hoff2022-02-121-6/+6
* Fetch thread summaries for multiple events in a single query (#11752)Patrick Cloke2022-02-112-74/+150
* Fix to-device being dropped in limited sync in SQLite. (#11966)Erik Johnston2022-02-111-1/+4
* Support pagination tokens from /sync and /messages in the relations API. (#11...Patrick Cloke2022-02-101-15/+31
* Experimental support to include bundled aggregations in search results (MSC36...Patrick Cloke2022-02-081-2/+11
* Fetch edits for multiple events in a single query. (#11660)Patrick Cloke2022-02-082-54/+100
* Add a docstring to `add_device_change_to_streams` and fix some nearby types (...Andrew Morgan2022-02-081-6/+16
* Fix historical messages backfilling in random order on remote homeservers (MS...Eric Eastwood2022-02-072-103/+223
* Invalidate the get_users_in_room{_with_profile} caches only when necessary. (...Patrick Cloke2022-02-021-5/+11
* Revert experimental push rules from #7997. (#11884)Patrick Cloke2022-02-021-16/+4
* Add a background database update to purge account data for deactivated users....reivilibre2022-02-021-55/+109
* Send to-device messages to application services (#11215)Andrew Morgan2022-02-012-46/+254
* Remove the obsolete MSC1849 configuration flag. (#11843)Patrick Cloke2022-01-311-4/+0
* Include `prev_content` field in AS events (#11798)Vaishnav Nair2022-01-261-1/+1
* Improvements to bundling aggregations. (#11815)Patrick Cloke2022-01-262-30/+53
* Add admin API to get a list of federated rooms (#11658)Dirk Klimpel2022-01-251-0/+48
* Merge tag 'v1.51.0rc2' into developAndrew Morgan2022-01-241-1/+4
|\
| * Fix logic for dropping old events in fed queue (#11806)Andrew Morgan2022-01-241-1/+4
* | Remove account data (including client config, push rules and ignored users) u...reivilibre2022-01-241-2/+71
* | Add `state_key` and `rejection_reason` to `events` (#11792)Richard van der Hoff2022-01-211-1/+6
* | Drop unused table `public_room_list_stream`. (#11795)Richard van der Hoff2022-01-211-1/+0
* | Stop reading from `event_reference_hashes` (#11794)Richard van der Hoff2022-01-212-31/+25
* | Make the `get_global_account_data_by_type_for_user` cache be a tree-cache who...reivilibre2022-01-211-4/+4
* | Make `get_account_data_for_room_and_type` a tree cache (#11789)reivilibre2022-01-211-1/+1
|/
* Debug for device lists updates (#11760)David Robertson2022-01-201-0/+18
* Comments and typing for `_update_outliers_txn` (#11776)Richard van der Hoff2022-01-191-12/+23
* Include whether the requesting user has participated in a thread. (#11577)Patrick Cloke2022-01-182-11/+62
* Remove `log_function` and its uses (#11761)Richard van der Hoff2022-01-181-2/+0
* Make pagination of rooms in admin api stable (#11737)Daniel Sonck2022-01-171-9/+9
* Merge branch 'release-v1.50' into developOlivier Wilkinson (reivilibre)2022-01-141-17/+85
|\
| * Fix a bug introduced in Synapse v1.50.0rc1 whereby outbound federation could ...reivilibre2022-01-131-16/+78
| * Fix a bug introduced in Synapse v1.0.0 whereby device list updates would not ...reivilibre2022-01-121-1/+7
* | Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-1312-171/+208
* | Use auto_attribs/native type hints for attrs classes. (#11692)Patrick Cloke2022-01-136-34/+34
* | Fix docstring on `add_account_data_for_user`. (#11716)reivilibre2022-01-101-1/+1
* | Bundle aggregations outside of the serialization method. (#11612)Patrick Cloke2022-01-071-3/+125
* | Fix get federation status of destination if no error occured (#11593)Dirk Klimpel2022-01-051-0/+11
* | Run `pyupgrade --py37-plus --keep-percent-format` on Synapse (#11685)Shay2022-01-051-1/+0
* | Cache empty responses from `/user/devices` (#11587)David Robertson2022-01-051-2/+6
|/
* Remove redundant `get_current_events_token` (#11643)Richard van der Hoff2022-01-043-25/+17
* Better error messages from `get_create_event_for_room` (#11638)Richard van der Hoff2022-01-041-1/+5
* Convert all namedtuples to attrs. (#11665)Patrick Cloke2021-12-306-37/+54
* Add type hints to `synapse/storage/databases/main/events_bg_updates.py` (#11654)Dirk Klimpel2021-12-301-29/+40
* Improve type hints in storage classes. (#11652)Dirk Klimpel2021-12-299-34/+43
* Add type hints to `synapse/storage/databases/main/stats.py` (#11653)Dirk Klimpel2021-12-291-41/+53
* Add type hints to event_push_actions. (#11594)Patrick Cloke2021-12-211-91/+158
* Add type hints to `synapse/storage/databases/main/transactions.py` (#11589)Dirk Klimpel2021-12-161-24/+25
* Add type hints to `synapse/storage/databases/main/room.py` (#11575)Sean Quah2021-12-152-74/+100
* Require Collections as the parameters for simple_* methods. (#11580)Patrick Cloke2021-12-151-22/+1
* Add experimental support for MSC3202: allowing application services to masque...reivilibre2021-12-151-0/+20
* Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549)Sean Quah2021-12-141-70/+167
* Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570)Sean Quah2021-12-147-20/+18
* checks for generators in database functions (#11564)Richard van der Hoff2021-12-131-3/+2
* Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-1326-69/+299
* Add type hints to `synapse/storage/databases/main/end_to_end_keys.py` (#11551)Sean Quah2021-12-132-68/+146
* Add type hints to `synapse/storage/databases/main/account_data.py` (#11546)Sean Quah2021-12-132-32/+83
* Make `get_device` return None if the device doesn't exist rather than raising...reivilibre2021-12-131-4/+6
* skip some dict munging in event persistence (#11560)Richard van der Hoff2021-12-101-55/+59
* Stop populating `state_events.prev_state` (#11558)Richard van der Hoff2021-12-101-4/+0
* Ensure emails are canonicalized before fetching associated user. (#11547)Patrick Cloke2021-12-102-2/+4
* Do not allow cross-room relations, per MSC2674. (#11516)Patrick Cloke2021-12-092-12/+32
* Add a constant for receipt types (m.read). (#11531)Patrick Cloke2021-12-081-33/+68
* Improve log messages for stream ids (#11536)Richard van der Hoff2021-12-081-1/+3
* Send and handle cross-signing messages using the stable prefix. (#10520)Hubert Chathi2021-12-081-1/+3
* Save the OIDC session ID (sid) with the device on login (#11482)Quentin Gliech2021-12-061-1/+49
* Add admin API to get some information about federation status (#11407)Dirk Klimpel2021-12-061-0/+70
* Disambiguate queries on `state_key` (#11497)Richard van der Hoff2021-12-025-15/+15
* Comments on the /sync tentacles (#11494)David Robertson2021-12-021-4/+11
* Add type annotations to `tests.storage.test_appservice`. (#11488)reivilibre2021-12-021-3/+3
* Add MSC3030 experimental client and federation API endpoints to get the close...Eric Eastwood2021-12-021-0/+195
* Improved push typing (#11409)Marcus2021-11-301-2/+17
* Refactor `backfilled` into specific behavior function arguments (`_persist_ev...Eric Eastwood2021-11-291-20/+54
* Add type hints to `synapse/storage/databases/main/events_worker.py` (#11411)Sean Quah2021-11-263-92/+166
* Support expiry of refresh tokens and expiry of the overall session when refre...reivilibre2021-11-261-2/+26
* Track ongoing event fetches correctly (again) (#11376)Sean Quah2021-11-261-42/+112
* Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#...Brendan Abolivier2021-11-251-146/+63
* Add missing type hints to config base classes (#11377)Patrick Cloke2021-11-231-1/+2
* Remove code invalidated by deprecated config flag 'trust_identity_servers_for...Shay2021-11-231-32/+3
* Store arbitrary relations from events. (#11391)Patrick Cloke2021-11-222-43/+74
* Keep fallback key marked as used if it's re-uploaded (#11382)Hubert Chathi2021-11-191-11/+40
* Add dedicated admin API for blocking a room (#11324)Dirk Klimpel2021-11-181-0/+32
* Use auto_attribs for RefreshTokenLookupResult (#11386)reivilibre2021-11-181-7/+7
* Do not allow MSC3440 threads to fork threads (#11161)Patrick Cloke2021-11-181-2/+65
* Add ability to un-shadow-ban via the admin API. (#11347)Patrick Cloke2021-11-161-1/+1
* Database storage profile passes mypy (#11342)David Robertson2021-11-151-4/+8
* Get directory db file to pass mypy (#11339)David Robertson2021-11-152-6/+7
* Annotations for state_deltas.py (#11316)David Robertson2021-11-121-3/+13
* Test room alias deletion (#11327)David Robertson2021-11-121-2/+5
* Change display names/avatar URLs to None if they contain null bytes before st...Shay2021-11-121-4/+6
* Add type hints to media repository storage module (#11311)Patrick Cloke2021-11-121-57/+84
* Attempt to annotate events_forward_extremities (#11314)David Robertson2021-11-122-7/+16
* Annotations for user_erasure_store (#11313)David Robertson2021-11-111-4/+5
* Get db signatures file to pass mypy (#11312)David Robertson2021-11-111-2/+2
* Correct type hint for room_batch.py (#11310)David Robertson2021-11-111-10/+8
* Add type hints to some storage classes (#11307)Patrick Cloke2021-11-116-45/+93
* Clarifications and small fixes to to-device related code (#11247)Andrew Morgan2021-11-092-7/+24
* Allow admins to proactively block rooms (#11228)David Robertson2021-11-091-1/+6
* Support filtering by relations per MSC3440 (#11236)Patrick Cloke2021-11-092-23/+121
* Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244)Eric Eastwood2021-11-081-1/+1
* Handle federation inbound instances being killed more gracefully (#11262)Erik Johnston2021-11-081-10/+21
* Track ongoing event fetches correctly in the presence of failure (#11240)Sean Quah2021-11-041-22/+34
* Add index to `local_group_updates.stream_id` (#11231)Erik Johnston2021-11-021-1/+16
* Add remaining type hints to `synapse.events`. (#11098)Patrick Cloke2021-11-022-6/+9