summary refs log tree commit diff
path: root/synapse/storage/databases/main (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '939ef657c' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-2210-29/+35
|\
| * Merge remote-tracking branch 'origin/release-v1.26.0' into developErik Johnston2021-01-211-0/+18
| |\
| | * Add schema update to fix existing DBs affected by #9193 (#9195)Erik Johnston2021-01-211-0/+18
| * | Merge remote-tracking branch 'origin/release-v1.26.0' into developErik Johnston2021-01-212-3/+3
| |\|
| * | Use execute_batch in more places (#9188)Erik Johnston2021-01-219-29/+17
* | | Merge commit '2506074ef' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-3/+3
|\ \ \ | | |/ | |/|
| * | Fix receipts or account data not being sent down sync (#9193)Erik Johnston2021-01-212-3/+3
* | | Merge commit '42a8e8137' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-9/+9
|\ \ \ | | |/ | |/|
| * | Use execute_batch instead of executemany in places (#9181)Erik Johnston2021-01-211-9/+9
| |/
* | Merge commit '0cd2938bc' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-4/+2
|\|
| * Support icons for Identity Providers (#9154)Richard van der Hoff2021-01-201-4/+2
* | Merge commit '73b03722f' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-229-124/+267
|\|
| * Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-189-124/+267
* | Merge commit '2b467d0b6' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-153/+181
|\|
| * Make chain cover index bg update go faster (#9124)Erik Johnston2021-01-151-150/+179
| * Ensure we store pusher data as text (#9117)Richard van der Hoff2021-01-151-3/+2
* | Merge commit 'd34c6e127' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-1/+2
|\|
| * Add type hints to media rest resources. (#9093)Patrick Cloke2021-01-151-1/+2
* | Merge commit '20af31088' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-223-38/+48
|\|
| * Fix perf of get_cross_signing_keys (#9116)Erik Johnston2021-01-141-13/+28
| * Fix chain cover background update to work with split out event persisters (#9...Erik Johnston2021-01-142-25/+20
* | Merge commit '631dd06f2' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-224-29/+254
|\|
| * Fix get destinations to catch up query. (#9114)Erik Johnston2021-01-141-13/+11
| * Add background update for add chain cover index (#9029)Erik Johnston2021-01-143-16/+243
* | Merge commit '233c8b9fc' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-11/+30
|\|
| * Register the /devices endpoint on workers. (#9092)Patrick Cloke2021-01-131-11/+30
* | Merge commit '98a64b7f7' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-2213-143/+1068
|\|
| * Remove user's avatar URL and displayname when deactivated. (#8932)Dirk Klimpel2021-01-121-1/+1
| * Move more encryption endpoints off master (#9068)Erik Johnston2021-01-111-44/+44
| * Use a chain cover index to efficiently calculate auth chain difference (#8868)Erik Johnston2021-01-115-18/+821
| * Remove old tables after schema version bump (#9055)Erik Johnston2021-01-114-56/+36
| * Ensure rejected events get added to some metadata tables (#9016)Erik Johnston2021-01-113-24/+166
* | Merge commit '2fb1c2b6e' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-212-0/+78
|\|
| * Drop last_used column from access_tokens (#9025)Jerin J Titus2021-01-112-0/+78
* | Merge commit 'a03d71dc9' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-215-96/+181
|\|
| * Fix error handling during insertion of client IPs (#9051)Erik Johnston2021-01-081-31/+23
| * Allow running sendToDevice on workers (#9044)Erik Johnston2021-01-074-65/+158
* | Merge commit '63593134a' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-49/+58
|\|
| * Some cleanups to device inbox store. (#9041)Erik Johnston2021-01-071-49/+58
* | Merge commit '23d701864' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-212-29/+174
|\|
| * Improve the performance of calculating ignored users in large rooms (#9024)Patrick Cloke2021-01-072-29/+174
* | Merge commit '1c9a85056' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-5/+5
|\|
| * Add type hints to the crypto module. (#8999)Patrick Cloke2021-01-041-5/+5
* | Merge commit '9999eb2d0' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-212-2/+23
|\|
| * Add type hints to admin and room list handlers. (#8973)Patrick Cloke2020-12-291-2/+5
| * Drop the unused local_invites table. (#8979)Patrick Cloke2020-12-291-0/+18
* | Merge commit '28877fade' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-212-0/+56
|\|
| * Allow re-using a UI auth validation for a period of time (#8970)Patrick Cloke2020-12-182-0/+56
* | Merge commit 'c9c1c9d82' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-203-17/+18
|\|
| * Use the simple dictionary in full text search for the user directory (#8959)Brendan Abolivier2020-12-171-12/+12
| * Make search statement in List Room and User Admin API case-insensitive (#8931)Dirk Klimpel2020-12-172-5/+6
* | Merge commit 'bd30cfe86' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-163-41/+62
|\|
| * Convert internal pusher dicts to attrs classes. (#8940)Patrick Cloke2020-12-162-39/+57
| * Do not assume that the contents dictionary includes history_visibility. (#8945)Patrick Cloke2020-12-161-2/+5
* | Merge commit '01333681b' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-161-10/+0
|\|
| * Fix handling of stream tokens for push. (#8943)Patrick Cloke2020-12-151-10/+0
* | Merge commit 'f14428b25' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-161-0/+32
|\|
| * Add number of local devices to Room Details Admin API (#8886)Dirk Klimpel2020-12-111-0/+32
* | Merge commit 'cf7d3c90d' into dinsicAndrew Morgan2021-04-163-1/+45
|\|
| * Pass room_id to get_auth_chain_difference (#8879)Erik Johnston2020-12-041-1/+3
| * UIA: offer only available auth flowsRichard van der Hoff2020-12-022-0/+42
* | Add a config option to prioritise local users in user directory search result...Andrew Morgan2021-02-191-9/+50
* | Show knock rooms in the public room directory and inform clients they can be ...Andrew Morgan2021-02-101-6/+9
* | Add knocking support (#81)Andrew Morgan2021-02-093-1/+19
* | Merge commit 'd3ed93504' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-314-12/+12
|\|
| * Add missing `ordering` to background updates (#8850)Richard van der Hoff2020-12-014-12/+12
* | Merge commit '09ac0569f' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-1/+20
|\|
| * Drop (almost) unused index on event_json (#8845)Richard van der Hoff2020-11-302-1/+20
* | Merge commit '7c4344747' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-1/+33
|\|
| * Speed up remote invite rejection database call (#8815)Andrew Morgan2020-11-251-1/+33
* | Merge commit '8ca120df7' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-1/+6
|\|
| * Improve appservice handler to send only the most recent read receipts when no...Will Hunt2020-11-181-1/+6
| * Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-0/+2
* | Merged commit 'deff8f628' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-0/+2
* | Merge commit 'f12589547' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-4/+6
|\|
| * Generalise _maybe_store_room_on_invite (#8754)Andrew Morgan2020-11-131-4/+6
* | Merge commit '4a54b821b' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-12/+70
|\|
| * Cache event ID to auth event IDs lookups (#8752)Erik Johnston2020-11-131-12/+70
* | Merge commit 'c3119d153' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-314-3/+161
|\|
| * Add an admin API for users' media statistics (#8700)Dirk Klimpel2020-11-051-0/+127
| * Improve start time by adding index to e2e_cross_signing_keys (#8694)Erik Johnston2020-11-022-2/+33
| * Fix error handling around when completing an AS transaction (#8693)Brendan Abolivier2020-10-301-1/+1
* | Merge commit 'f27a78969' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-1/+28
|\|
| * Fix race for concurrent downloads of remote media. (#8682)Erik Johnston2020-10-301-0/+27
| * Fix optional parameter in stripped state storage method (#8688)Andrew Morgan2020-10-301-1/+1
* | Merge commit 'ef2d62701' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-11/+58
|\|
| * Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-292-9/+56
* | Merge commit 'c97da1e45' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-314-49/+73
|\|
| * Merge pull request #8678 from matrix-org/rav/fix_frozen_eventsRichard van der Hoff2020-10-282-9/+7
| |\
| | * Remove frozendict_json_encoder and support frozendicts everywhereRichard van der Hoff2020-10-282-9/+7
| * | Add type hints to application services. (#8655)Patrick Cloke2020-10-281-38/+60
| * | Don't pull event from DB when handling replication traffic. (#8669)Erik Johnston2020-10-281-2/+6
* | | Merge commit '88e1d0c52' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-314-1/+113
|\| |
| * | Abstract code for stripping room state into a separate method (#8671)Andrew Morgan2020-10-271-1/+53
| * | Add admin API to list users' local media (#8647)Dirk Klimpel2020-10-273-0/+60
* | | Merge commit '24229fac0' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-314-21/+144
|\| |
| * | Add type hints for account validity handler (#8620)Patrick Cloke2020-10-262-4/+4
| * | Split admin API for reported events into a detail and a list view (#8539)Dirk Klimpel2020-10-261-17/+87
| * | Add an admin api to delete local media. (#8519)Dirk Klimpel2020-10-261-0/+53
| * | Merge branch 'release-v1.22.0' into developErik Johnston2020-10-261-4/+5
| |\|
| * | Fix get|set_type_stream_id_for_appservice store functions (#8648)Will Hunt2020-10-261-7/+22
* | | Merge commit '7a3adbd7a' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-11/+27
|\ \ \ | | |/ | |/|
| * | Fix get|set_type_stream_id_for_appservice store functions (#8648)Will Hunt2020-10-261-7/+22
| * | Fix user_daily_visits to not have duplicate rows for UA. (#8654)Erik Johnston2020-10-261-4/+5
* | | Merge commit 'b19b63e6b' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-312-74/+83
|\ \ \ | | |/ | |/|
| * | Type hints for RegistrationStore (#8615)Erik Johnston2020-10-222-74/+83
| |/
* | Merge commit 'de5cafe98' into dinsicAndrew Morgan2020-12-317-31/+21
|\|
| * Add type hints to profile and base handlers. (#8609)Patrick Cloke2020-10-211-3/+3
| * Consistently use wrap_as_background_task in more places (#8599)Patrick Cloke2020-10-202-14/+13
| * Move schema file for as_device_stream (#8590)Will Hunt2020-10-201-3/+2
| * Drop unused `device_max_stream_id` table (#8589)Vasilis Gerakaris2020-10-191-0/+1
| * Add `DeferredCache.get_immediate` method (#8568)Richard van der Hoff2020-10-193-12/+3
* | Merge commit '97647b33c' into dinsicAndrew Morgan2020-12-314-18/+15
|\|
| * Replace DeferredCache with LruCache where possible (#8563)Richard van der Hoff2020-10-194-17/+14
| * Clean-up old transaction IDs on the background worker. (#8544)Patrick Cloke2020-10-161-1/+1
* | Merge commit '3ee17585c' into dinsicAndrew Morgan2020-12-313-9/+130
|\|
| * Send some ephemeral events to appservices (#8437)Will Hunt2020-10-153-9/+130
* | Merge commit '74976a8e4' into dinsicAndrew Morgan2020-12-3137-1081/+1779
|\|
| * Merge pull request #8548 from matrix-org/rav/deferred_cacheRichard van der Hoff2020-10-153-6/+8
| |\
| | * move DeferredCache into its own moduleRichard van der Hoff2020-10-143-3/+5
| | * Rename Cache->DeferredCacheRichard van der Hoff2020-10-143-6/+6
| * | Include user agent in user daily visits table (#8503)Neil Johnson2020-10-152-3/+26
| * | Use autocommit mode for single statement DB functions. (#8542)Erik Johnston2020-10-143-62/+64
| * | Make sure a retention policy is a state event (#8527)Brendan Abolivier2020-10-141-0/+4
| |/
| * Move additional tasks to the background worker, part 4 (#8513)Patrick Cloke2020-10-133-152/+150
| * Fix message duplication if something goes wrong after persisting the event (#...Erik Johnston2020-10-134-2/+158
| * Only send RDATA for instance local events. (#8496)Erik Johnston2020-10-093-19/+42
| * Move additional tasks to the background worker, part 3 (#8489)Patrick Cloke2020-10-096-271/+272
| * Add type hints to some handlers (#8505)Patrick Cloke2020-10-091-1/+3
| * Invalidate the cache when an olm fallback key is uploaded (#8501)Hubert Chathi2020-10-081-0/+4
| * Move additional tasks to the background worker (#8458)Patrick Cloke2020-10-075-175/+179
| * Use vector clocks for room stream tokens. (#8439)Erik Johnston2020-10-072-37/+268
| * Add typing information to the device handler. (#8407)Patrick Cloke2020-10-071-3/+3
| * Add support for MSC2697: Dehydrated devices (#8380)Hubert Chathi2020-10-074-4/+133
| * Add support for MSC2732: olm fallback keys (#8312)Hubert Chathi2020-10-062-1/+123
| * Remove stream ordering from Metadata dict (#8452)Richard van der Hoff2020-10-053-23/+20
| * Do not assume that account data is of the correct form. (#8454)Patrick Cloke2020-10-051-2/+7
| * Add logging on startup/shutdown (#8448)Erik Johnston2020-10-0214-59/+29
| * Speed up unit tests when using PostgreSQL (#8450)Erik Johnston2020-10-021-1/+12
| * Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-025-259/+266
| * Enable mypy checking for unreachable code and fix instances. (#8432)Patrick Cloke2020-10-013-17/+9
* | Allow users to click account renewal links multiple times without hitting an ...Andrew Morgan2020-12-302-13/+55
* | Make sure a retention policy is a state event (#8527)Brendan Abolivier2020-10-211-0/+4
* | Merge commit 'cc40a59b4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-213-39/+60
|\|
| * Make token serializing/deserializing async (#8427)Erik Johnston2020-09-301-4/+4
| * Add an improved "forward extremities" metricRichard van der Hoff2020-09-301-2/+25
| * Rewrite BucketCollectorRichard van der Hoff2020-09-301-16/+10
| * Various clean ups to room stream tokens. (#8423)Erik Johnston2020-09-291-17/+21
* | Merge commit 'f43c66d23' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-213-2/+12
|\|
| * Filter out appservices from mau count (#8404)Will Hunt2020-09-291-1/+8
| * Add checks for postgres sequence consistency (#8402)Erik Johnston2020-09-281-0/+3
| * typoMatthew Hodgson2020-09-281-1/+1
* | Merge commit '31acc5c30' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-216-9/+47
|\|
| * Allow existing users to login via OpenID Connect. (#8345)Tdxdxoz2020-09-251-2/+2
| * Fix schema delta for servers that have not backfilled (#8396)Erik Johnston2020-09-251-1/+3
| * Fix MultiWriteIdGenerator's handling of restarts. (#8374)Erik Johnston2020-09-243-1/+33
| * Add EventStreamPosition type (#8388)Erik Johnston2020-09-241-5/+9
* | Merge commit '2983049a7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2113-29/+47
|\|
| * Fix bug which caused failure on join with malformed membership events (#8385)Richard van der Hoff2020-09-231-3/+7
| * Use `async with` for ID gens (#8383)Erik Johnston2020-09-2312-26/+26
| * Don't push if an user account has expired (#8353)Mathieu Velten2020-09-231-0/+14
* | Merge commit '4325be1a5' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2124-46/+203
|\|
| * Fix missing null character check on guest_access room stateAndrew Morgan2020-09-221-0/+2
| * Fixed a bug with reactivating users with the admin API (#8362)Dirk Klimpel2020-09-221-1/+1
| * Admin API for reported events (#8217)Dirk Klimpel2020-09-221-0/+95
| * Merge tag 'v1.20.0rc5' into developPatrick Cloke2020-09-181-8/+5
| |\
| * | Catch-up after Federation Outage (bonus): Catch-up on Synapse Startup (#8322)reivilibre2020-09-181-2/+64
| * | Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-1823-43/+41
* | | Merge commit '43f2b67e4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-8/+5
|\ \ \ | | |/ | |/|
| * | Intelligently select extremities used in backfill. (#8349)Erik Johnston2020-09-181-8/+5
* | | Merge commit '837293c31' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2014-97/+202
|\ \ \ | | |/ | |/|
| * | Remove obsolete __future__ imports (#8337)Jonathan de Jong2020-09-171-2/+0
| * | Switch metaclass initialization to python 3-compatible syntax (#8326)Jonathan de Jong2020-09-164-17/+10
| * | Catch-up after Federation Outage (split, 4): catch-up loop (#8272)reivilibre2020-09-151-1/+42
| * | Use slots in attrs classes where possible (#8296)Patrick Cloke2020-09-143-3/+3
| * | Add the topic and avatar to the room details admin API (#8305)Tulir Asokan2020-09-141-1/+2
| * | Add experimental support for sharding event persister. Again. (#8294)Erik Johnston2020-09-145-24/+98
| * | Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281)Erik Johnston2020-09-112-49/+47
| * | Merge branch 'release-v1.20.0' into developRichard van der Hoff2020-09-101-2/+3
| |\|
* | | Merge commit '453dfe210' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-11/+148
|\| |
| * | Don't remember `enabled` of deleted push rules and properly return 404 for mi...reivilibre2020-09-092-11/+148
* | | Merge commit 'e45b83411' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-205-14/+148
|\| |
| * | Include method in thumbnail media name (#7124)DeepBlueV7.X2020-09-083-0/+134
| * | Add types to StreamToken and RoomStreamToken (#8279)Erik Johnston2020-09-082-14/+14
* | | Merge commit 'd4daff9b5' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-2/+3
|\ \ \ | | |/ | |/|
| * | Fix /notifications and pushers misbehaving because of unread counts (#8280)Brendan Abolivier2020-09-081-2/+3
* | | Merge commit 'cca03dbec' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-30/+28
|\ \ \ | | |/ | |/|
| * | Rename 'populate_stats_process_rooms_2' background job back to 'populate_stat...Andrew Morgan2020-09-082-30/+28
| * | Merge remote-tracking branch 'origin/release-v1.20.0' into developRichard van der Hoff2020-09-082-11/+20
| |\|
* | | Merge commit '525efab61' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-11/+20
|\ \ \ | | |/ | |/|
| * | Avoid table-scanning users at startup (#8271)Richard van der Hoff2020-09-071-11/+14
| * | Fix unread count failing on NULL values (#8270)Brendan Abolivier2020-09-071-1/+6
| * | Add more logging to debug slow startup (#8264)Richard van der Hoff2020-09-071-0/+1
* | | Merge commit '77b4711bc' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-203-37/+20
|\ \ \ | | |/ | |/|
| * | Merge branch 'release-v1.20.0' into developRichard van der Hoff2020-09-063-37/+20
| |\|
| | * Add cross-signing sigs to the `keys` object (#8234)Richard van der Hoff2020-09-042-34/+17
| | * Unread counts fixes (#8254)Brendan Abolivier2020-09-041-3/+3
* | | Merge commit '7513006b0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-1/+1
|\| |
| * | In light of #8255, use BIGINTs for destination_rooms (#8256)reivilibre2020-09-041-1/+1
* | | Merge commit '17fa4c7ca' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-205-4/+167
|\| |
| * | Catch up after Federation Outage (split, 2): Track last successful stream ord...reivilibre2020-09-042-0/+59
| * | Catch-up after Federation Outage (split, 1) (#8230)reivilibre2020-09-043-3/+107
| |/
| * Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* | Merge commit '9f8abdcc3' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-205-93/+21
|\|
| * Revert "Add experimental support for sharding event persister. (#8170)" (#8242)Brendan Abolivier2020-09-045-93/+21
* | Merge commit 'be16ee59a' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-44/+65
|\|
| * Split fetching device keys and signatures into two transactions (#8233)Richard van der Hoff2020-09-031-44/+65
* | Merge commit '208e1d3eb' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-204-22/+44
|\|
| * Fix typing for SyncHandler (#8237)Erik Johnston2020-09-032-5/+5
| * wrap `_get_e2e_device_keys_and_signatures_txn` in a non-txn method (#8231)Richard van der Hoff2020-09-032-17/+39
* | Merge commit '112266eaf' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-204-88/+233
|\|
| * Add StreamStore to mypy (#8232)Erik Johnston2020-09-021-18/+28
| * Re-implement unread counts (again) (#8059)Brendan Abolivier2020-09-024-70/+205
* | Merge commit '0d4f614fd' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-208-41/+168
|\|
| * Refactor `_get_e2e_device_keys_for_federation_query_txn` (#8225)Richard van der Hoff2020-09-021-11/+6
| * Add experimental support for sharding event persister. (#8170)Erik Johnston2020-09-025-21/+93
| * Add /user/{user_id}/shared_rooms/ api (#7785)Will Hunt2020-09-021-1/+43
| * Do not try to store invalid data in the stats table (#8226)Patrick Cloke2020-09-021-8/+26
* | Merge commit 'abeab964d' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-206-110/+170
|\|
| * Make _get_e2e_device_keys_and_signatures_txn return an attrs (#8224)Richard van der Hoff2020-09-022-20/+40
| * Fix errors when updating the user directory with invalid data (#8223)Patrick Cloke2020-09-011-0/+5
| * Convert additional databases to async/await part 3 (#8201)Patrick Cloke2020-09-015-85/+118
| * Rename `_get_e2e_device_keys_txn` (#8222)Richard van der Hoff2020-09-012-6/+8
* | Merge commit '54f8d73c0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-206-137/+146
|\|
| * Convert additional databases to async/await (#8199)Patrick Cloke2020-09-016-137/+146
* | Merge commit '5bf8e5f55' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2013-112/+156
|\|
| * Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-0110-50/+90
| * Move and rename `get_devices_with_keys_by_user` (#8204)Richard van der Hoff2020-09-013-48/+60
| * Rename `get_e2e_device_keys` to better reflect its purpose (#8205)Richard van der Hoff2020-08-291-14/+6
* | Merge commit 'd2ac767de' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-1/+1
|\|
| * Fix incorrect return signatureAndrew Morgan2020-08-281-1/+1
* | Merge commit 'd58fda99f' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-204-163/+169
|\|
| * Convert `event_push_actions`, `registration`, and `roommember` datastores to ...Patrick Cloke2020-08-283-160/+168
| * Only return devices with keys from `/federation/v1/user/devices/` (#8198)Richard van der Hoff2020-08-281-3/+1
* | Merge commit 'aec708517' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-203-23/+28
|\|
| * Convert state and stream stores and related code to async (#8194)Patrick Cloke2020-08-283-23/+28
* | Merge commit '5c03134d0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-207-157/+221
|\|
| * Convert additional database code to async/await. (#8195)Patrick Cloke2020-08-287-157/+221
* | Merge commit 'b49a5b930' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-48/+49
|\|
| * Convert stats and related calls to async/await (#8192)Patrick Cloke2020-08-272-48/+49
* | Merge commit 'b71d4a094' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-27/+30
|\|
| * Convert simple_delete to async/await. (#8191)Patrick Cloke2020-08-272-27/+30
* | Merge commit '9b7ac03af' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2011-76/+104
|\|
| * Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-2711-74/+103
* | Merge commit '30426c706' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-203-13/+18
|\|
| * Convert additional database methods to async (select list, search, insert_man...Patrick Cloke2020-08-273-13/+18
* | Merge commit '4a739c73b' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2011-72/+99
|\|
| * Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-2711-72/+99
* | Merge commit 'a466b6797' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2015-88/+104
|\|
| * Make SlavedIdTracker.advance have same interface as MultiWriterIDGenerator (#...Erik Johnston2020-08-261-2/+2