summary refs log tree commit diff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into clokep/psycopg3Patrick Cloke2023-11-0912-46/+158
|\
| * Use dbname instead of database for Postgres config. (#16618)Patrick Cloke2023-11-092-4/+4
| * Convert simple_select_one_txn and simple_select_one to return tuples. (#16612)Patrick Cloke2023-11-097-26/+21
| * Return attrs for more media repo APIs. (#16611)Patrick Cloke2023-11-093-19/+19
| * Bulk-invalidate e2e cached queries after claiming keys (#16613)David Robertson2023-11-091-0/+117
* | Merge remote-tracking branch 'origin/develop' into clokep/psycopg3Patrick Cloke2023-11-0948-816/+2459
|\|
| * Avoid updating the same rows multiple times with simple_update_many_txn. (#16...Patrick Cloke2023-11-071-2/+2
| * Avoid executing no-op queries. (#16583)Patrick Cloke2023-11-071-20/+5
| * More tests for the simple_* methods. (#16596)Patrick Cloke2023-11-071-18/+628
| * Bump twisted from 23.8.0 to 23.10.0 (#16588)dependabot[bot]2023-11-012-2/+2
| * Remove remaining usage of cursor_to_dict. (#16564)Patrick Cloke2023-10-313-21/+16
| * Claim local one-time-keys in bulk (#16565)David Robertson2023-10-301-0/+158
| * Claim fallback keys in bulk (#16570)David Robertson2023-10-301-0/+77
| * Ensure local invited & knocking users leave before purge. (#16559)Patrick Cloke2023-10-271-1/+52
| * Add new module API for adding custom fields to events `unsigned` section (#16...Erik Johnston2023-10-272-1/+60
| * Remove more usages of cursor_to_dict. (#16551)Patrick Cloke2023-10-264-11/+10
| * Add a new module API to update user presence state. (#16544)Patrick Cloke2023-10-262-11/+119
| * Convert simple_select_list and simple_select_list_txn to return lists of tupl...Patrick Cloke2023-10-269-240/+262
| * Allow multiple workers to write to receipts stream. (#16432)Erik Johnston2023-10-252-4/+256
| * Fix tests on Twisted trunk. (#16528)Patrick Cloke2023-10-255-111/+94
| * Fix http/s proxy authentication with long username/passwords (#16504)Richard Brežák2023-10-241-0/+21
| * Revert "Add test case to detect dodgy b64 encoding"David Robertson2023-10-241-14/+0
| * Merge branch 'develop' of github.com:matrix-org/synapse into developDavid Robertson2023-10-245-15/+129
| |\
| | * Fix type hint errors from Twisted trunk (#16526)Patrick Cloke2023-10-234-3/+5
| | * Fix bug where a new writer advances their token too quickly (#16473)Erik Johnston2023-10-231-12/+124
| * | Add test case to detect dodgy b64 encodingDavid Robertson2023-10-231-0/+14
| |/
| * Avoid sending massive replication updates when purging a room. (#16510)Patrick Cloke2023-10-181-29/+62
| * Convert DeviceLastConnectionInfo to attrs. (#16507)Patrick Cloke2023-10-171-67/+70
| * Fix a bug where servers could be marked as up when they were failing (#16506)Patrick Cloke2023-10-171-0/+75
| * Convert state delta processing from a dict to attrs. (#16469)Patrick Cloke2023-10-161-1/+1
| * Convert user_get_threepids response to attrs. (#16468)Patrick Cloke2023-10-111-4/+4
| * Convert simple_select_many_batch, simple_select_many_txn to tuples. (#16444)Patrick Cloke2023-10-111-26/+38
| * Handle content types with parameters. (#16440)Patrick Cloke2023-10-111-1/+18
| * Apply join rate limiter outside the lineariser (#16441)David Robertson2023-10-061-0/+24
| * Return ThumbnailInfo in more places (#16438)Patrick Cloke2023-10-061-18/+18
| * Stop sending incorrect knock_state_events. (#16403)Patrick Cloke2023-10-061-1/+1
| * Register media servlets via regex. (#16419)Patrick Cloke2023-10-0610-219/+193
| * Factor out `MultiWriter` token from `RoomStreamToken` (#16427)Erik Johnston2023-10-051-4/+4
| * Some refactors around receipts stream (#16426)Erik Johnston2023-10-042-11/+23
| * Remove Python version from `/_synapse/admin/v1/server_version` (#16380)MomentQYC2023-10-021-3/+1
| * Support rendering some media downloads as inline (#15988)Will Hunt2023-09-292-4/+65
* | Merge remote-tracking branch 'origin/develop' into clokep/psycopg3Patrick Cloke2023-09-283-19/+37
|\|
| * Improve state types. (#16395)Patrick Cloke2023-09-281-5/+8
| * Add a cache around server ACL checking (#16360)Patrick Cloke2023-09-261-13/+22
| * Add support for pydantic v2 via pydantic.v1 compat module (#16332)Maxwell G2023-09-251-1/+7
* | tempPatrick Cloke2023-09-221-3/+3
* | Merge remote-tracking branch 'origin/develop' into clokep/psycopg3Patrick Cloke2023-09-2216-288/+517
|\|
| * Convert more cached return values to immutable types (#16356)Patrick Cloke2023-09-201-16/+19
| * Stop patching EventBase.__eq__ in tests. (#16349)Patrick Cloke2023-09-182-36/+30
| * Filter locked users in the admin API (#16328)Hanadi2023-09-181-0/+26
| * Return an immutable value from get_latest_event_ids_in_room. (#16326)Patrick Cloke2023-09-186-25/+33
| * Additional validation of receipts (#16327)Patrick Cloke2023-09-182-161/+214
| * Add automatic purge after all users forget a room (#15488)Mathieu Velten2023-09-153-23/+162
| * Refactor `get_user_by_id` (#16316)Erik Johnston2023-09-142-27/+33
* | More fixes.Patrick Cloke2023-09-221-14/+11
* | Merge remote-tracking branch 'origin/develop' into clokep/psycopg3Patrick Cloke2023-09-13262-6607/+17763
|\|
| * Fix using dehydrated devices (MSC2697) & refresh tokens (#16288)Hanadi2023-09-131-1/+9
| * Refactor storing of server keys (#16261)Erik Johnston2023-09-123-190/+26
| * Add the List-Unsubscribe header for notification emails. (#16274)Patrick Cloke2023-09-111-0/+55
| * Update ruff config (#16283)Patrick Cloke2023-09-0816-38/+38
| * Avoid temporary storage of sensitive information. (#16272)Patrick Cloke2023-09-081-0/+13
| * Send the opentracing span information to appservices (#16227)Marcel2023-09-061-6/+12
| * Handle "registration_enabled" parameter for CAS (#16262)Aurélien Grimpard2023-09-061-0/+17
| * Merge remote-tracking branch 'origin/release-v1.92' into developPatrick Cloke2023-09-062-191/+23
| |\
| | * Merge remote-tracking branch 'origin/release-v1.91' into release-v1.92Patrick Cloke2023-09-062-191/+23
| | |\
| | | * Revert MSC3861 introspection cache, admin impersonation and account lock (#16...Quentin Gliech2023-09-062-192/+24
| * | | Delete device messages asynchronously and in staged batches (#16240)Mathieu Velten2023-09-061-0/+47
| * | | Fix appservices being unable to handle to_device messages for multiple users ...Will Hunt2023-09-051-0/+125
| * | | Add MSC4040 `matrix-fed` service lookups (#16137)Travis Ralston2023-09-051-29/+294
| * | | Time out busy presence status & test multi-device busy (#16174)Patrick Cloke2023-09-051-3/+101
| * | | Track presence state per-device and combine to a user state. (#16066)Patrick Cloke2023-09-051-10/+490
| |/ /
| * | Don't wake up destination transaction queue if they're not due for retry. (#1...Erik Johnston2023-09-043-23/+66
| * | Add last_seen_ts to the admin users API (#16218)Mathieu Velten2023-09-042-0/+61
| * | Don't reset retry timers on "valid" error codes (#16221)Erik Johnston2023-09-041-2/+2
| * | Log the details of background update failures (#16212)David Robertson2023-09-011-1/+23
| * | Fix rare bug that broke looping calls (#16210)Erik Johnston2023-08-301-0/+2
| * | Stop writing to the event_txn_id table (#16175)Patrick Cloke2023-08-301-11/+4
| * | Describe which rate limiter was hit in logs (#16135)David Robertson2023-08-303-29/+84
| * | Bump mypy-zope & mypy. (#16188)Patrick Cloke2023-08-2933-111/+111
| * | Support IPv6-only SMTP servers (#16155)Evilham2023-08-293-12/+113
| * | Pass the device ID around in the presence handler (#16171)Patrick Cloke2023-08-281-11/+27
| * | Combine logic about not overriding BUSY presence. (#16170)Patrick Cloke2023-08-281-7/+30
| * | Task scheduler: add replication notify for new task to launch ASAP (#16184)Mathieu Velten2023-08-281-18/+40
| * | Prepare unit tests for Python 3.12 (#16099)V024602023-08-259-71/+80
| * | Replace simple_async_mock with AsyncMock (#16180)Patrick Cloke2023-08-2514-160/+139
| * | Replace make_awaitable with AsyncMock (#16179)Patrick Cloke2023-08-2435-603/+506
| * | Fix typechecking with twisted trunk (#16121)David Robertson2023-08-241-8/+6
| * | Add `Retry-After` to M_LIMIT_EXCEEDED error responses (#16136)Will Hunt2023-08-242-6/+54
| * | Stabilize support for MSC3958 (suppress notifications from edits). (#16113)Patrick Cloke2023-08-231-1/+0
| |/
| * Filter out unwanted user_agents from udv. (#16124)Neil Johnson2023-08-231-0/+65
| * Add tests for restoring the presence state after a restart. (#16151)Patrick Cloke2023-08-231-0/+116
| * Properly update retry_last_ts when hitting the maximum retry interval (#16156)DeepBlueV7.X2023-08-231-0/+51
| * Clean-up presence tests (#16158)Patrick Cloke2023-08-221-92/+37
| * Disable `m.3pid_changes` capability when MSC3861 is enabled. (#16134)Mathieu Velten2023-08-221-0/+5
| * Add an admin endpoint to allow authorizing server to signal token revocations...Shay2023-08-222-1/+95
| * Fix user directory test for deactivated support user. (#16157)Patrick Cloke2023-08-221-8/+11
| * Properly call setup_background_tasks in unit tests. (#16150)Patrick Cloke2023-08-221-2/+0
| * Disallow user_consent where experimental MSC3861 is enabled (#16127)Hugh Nimmo-Smith2023-08-221-0/+16
| * Implements a task scheduler for resumable potentially long running tasks (#15...Mathieu Velten2023-08-211-0/+186
| * Speed up state res in rare case we don't have all events (#16116)Erik Johnston2023-08-181-48/+193
| * MSC3861: allow impersonation by an admin using a query param (#16132)Mathieu Velten2023-08-181-0/+35
| * Allow filtering for admins in the list accounts admin API (#16114)Alexander Fechler2023-08-181-0/+38
| * Add cache to `get_server_keys_json_for_remote` (#16123)Erik Johnston2023-08-181-38/+23
| * Cache token introspection response from OIDC provider (#16117)Shay2023-08-171-0/+62
| * Fix database performance of read/write worker locks (#16061)Erik Johnston2023-08-171-3/+4
| * Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-1513-42/+43
| * Implements admin API to lock an user (MSC3939) (#15870)Mathieu Velten2023-08-103-1/+114
| * Support MSC3814: Dehydrated Devices Part 2 (#16010)Shay2023-08-082-7/+79
| * Fix deletion for Dehydrated Devices (#16046)Shay2023-08-041-1/+138
| * Move support for application service query parameter authorization behind a c...Shay2023-08-031-4/+81
| * Allow config of the backoff algorithm for the federation client. (#15754)Mathieu Velten2023-08-032-13/+18
| * Add forward-compatibility for the redacts property (MSC2174). (#16013)Patrick Cloke2023-08-021-17/+50
| * Update MSC3958 support to interact with intentional mentions. (#15992)Patrick Cloke2023-08-021-2/+19
| * Trim whitespace when setting display names (#16031)Mohit Rathee2023-08-011-0/+12
| * Add ability to wait for locks and add locks to purge history / room deletion ...Erik Johnston2023-07-313-2/+128
| * Fix 404 on /profile when the display name is empty but not the avatar (#16012)Mathieu Velten2023-07-271-0/+10
| * Remove support for legacy application service paths (#15964)Shay2023-07-261-53/+0
| * Support MSC3814: Dehydrated Devices (#15929)Shay2023-07-242-3/+246
| * Properly handle redactions of creation events (#15973)Shay2023-07-231-2/+7
| * Actually stop reading from column `user_id` of tables `profiles` (#15955)Shay2023-07-231-1/+1
| * Merge branch 'master' into developOlivier Wilkinson (reivilibre)2023-07-182-0/+157
| |\
| | * Revert "Stop writing to column `user_id` of tables `profiles` and `user_filte...Shay2023-07-182-0/+157
| * | Support room version 11 (#15912)Patrick Cloke2023-07-182-18/+33
| * | Re-introduce the outbound federation proxy (#15913)Eric Eastwood2023-07-1817-39/+396
| * | Mark get_user_in_directory private since only used in tests (#15884)Mathieu Velten2023-07-122-12/+12
| * | Unix Sockets for HTTP Replication (#15708)Jason Little2023-07-112-2/+37
| * | Add + as an allowed character for Matrix IDs (MSC4009) (#15911)Patrick Cloke2023-07-111-6/+5
| |/
| * Add `Server` to Access-Control-Expose-Headers header (#15908)Michael Telatynski2023-07-111-1/+1
| * Revert "Federation outbound proxy" (#15910)Eric Eastwood2023-07-1016-299/+37
| * Fix downgrading to previous version of Synapse (#15907)Erik Johnston2023-07-101-2/+6
| * Stop writing to column `user_id` of tables `profiles` and `user_filters` (#15...Shay2023-07-072-157/+0
| * Remove `worker_replication_*` deprecated settings, with helpful errors on sta...Jason Little2023-07-072-29/+4
| * Federation outbound proxy (#15773)Eric Eastwood2023-07-0516-37/+299
| * Remove support for Python 3.7 (#15851)Eric Eastwood2023-07-051-8/+2
| * Add basic read/write lock (#15782)Erik Johnston2023-07-051-1/+282
| * Add foreign key constraint to `event_forward_extremities`. (#15751)Erik Johnston2023-07-052-4/+258
| * Add not_user_type param to the list accounts admin API (#15844)Michael Weimann2023-07-041-0/+78
| * Add login spam checker API (#15838)Erik Johnston2023-06-261-2/+106
| * Fix forgotten rooms missing in initial sync (#15815)Nicolas Werner2023-06-211-0/+21
| * Allow for the configuration of max request retries and min/max retry delays i...Mathieu Velten2023-06-211-1/+19
| * Switch from `matrix://` to `matrix-federation://` scheme for internal Synapse...Eric Eastwood2023-06-202-19/+23
| * Remove experimental MSC2716 implementation to incrementally import history in...Eric Eastwood2023-06-162-513/+0
| * push rules: fix internal conversion from _type to value (#15781)Mathieu Velten2023-06-161-0/+67
| * Regularly try to wake up dests instead of waiting for next PDU/EDU (#15743)Mathieu Velten2023-06-161-13/+9
| * Fix unsafe hotserving behaviour for non-multimedia uploads. (#15680)Josh Qou2023-06-152-16/+16
| * Merge branch 'release-v1.86' into developMathieu Velten2023-06-141-19/+1
| |\
| | * Revert "Allow for the configuration of max request retries and min/max retry ...Mathieu Velten2023-06-141-19/+1
| * | Prefill events after invalidate not before when persisting events (#15758)Jason Little2023-06-141-0/+49
| * | Replace `EventContext` fields `prev_group` and `delta_ids` with field `state_...Shay2023-06-133-6/+13
| |/
| * Allow for the configuration of max request retries and min/max retry delays i...Shay2023-06-091-1/+19
| * Clear event caches when we purge history (#15609)Erik Johnston2023-06-083-8/+5
| * Check required power levels earlier in createRoom handler. (#15695)Grant McLean2023-06-071-0/+37
| * Trace functions which return `Awaitable` (#15650)Eric Eastwood2023-06-061-11/+32
| * Stabilize support for MSC3952: Intentional mentions. (#15520)Patrick Cloke2023-06-061-21/+13
| * `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro...Shay2023-06-025-54/+26
| * Add a catch-all * to the supported relation types when redacting (#15705)Mathieu Velten2023-06-021-3/+101
| * Log when events are (unexpectedly) filtered out of responses in tests (#14213)Eric Eastwood2023-06-011-0/+12
| * Implement stable support for MSC3882 to allow an existing device/session to g...Hugh Nimmo-Smith2023-06-014-20/+106
| * Add stubs package for lxml. (#15697)Patrick Cloke2023-05-314-4/+20
| * Add stricter mypy options (#15694)Patrick Cloke2023-05-311-1/+1
| * Enforce that an admin token also has the basic Matrix API scopeQuentin Gliech2023-05-301-1/+25
| * Make the config tests spawn the homeserver only when neededQuentin Gliech2023-05-301-194/+154
| * Reject tokens with multiple device scopesQuentin Gliech2023-05-301-1/+28
| * Handle errors when introspecting tokensQuentin Gliech2023-05-302-2/+37
| * Disable incompatible Admin API endpointsQuentin Gliech2023-05-301-0/+19
| * Make AS tokens work & allow ASes to /registerQuentin Gliech2023-05-301-2/+2
| * Tests for JWKS endpointHugh Nimmo-Smith2023-05-302-11/+212
| * Refactor config to be an experimental featureHugh Nimmo-Smith2023-05-303-13/+221
| * Test MSC2965 implementation: well-known discovery documentHugh Nimmo-Smith2023-05-301-0/+38
| * Disable account related endpoints when using OAuth delegationQuentin Gliech2023-05-301-3/+177
| * Actually enforce guest + return www-authenticate headerHugh Nimmo-Smith2023-05-301-3/+40
| * Initial tests for OAuth delegationHugh Nimmo-Smith2023-05-301-0/+345
| * Save the scopes in the requesterQuentin Gliech2023-05-301-0/+2
| * Make the api.auth.Auth a ProtocolQuentin Gliech2023-05-303-6/+6
| * Merge branch 'master' into developOlivier Wilkinson (reivilibre)2023-05-265-4/+44
| |\
| | * Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no...reivilibre2023-05-265-4/+44
| * | Process previously failed backfill events in the background (#15585)Eric Eastwood2023-05-242-0/+132
| * | Add requesting user id parameter to key claim methods in `TransportLayerClien...Shay2023-05-241-1/+15
| * | Add type hints to test_descriptors. (#15659)Patrick Cloke2023-05-241-93/+104
| * | Improve type hints for cached decorator. (#15658)Patrick Cloke2023-05-242-59/+34
| * | Consolidate logic to check for deactivated users. (#15634)Patrick Cloke2023-05-231-38/+21
| * | Remove duplicate timestamp from test logs (`_trial_temp/test.log`) (#15636)Eric Eastwood2023-05-221-4/+3
| * | Properly parse event_fields in filters (#15607)Patrick Cloke2023-05-222-6/+39
| * | Limit the size of the `HomeServerConfig` cache in trial test runs (#15646)Sean Quah2023-05-221-16/+7
| * | Remove old R30 because R30v2 supercedes it (#10428)reivilibre2023-05-191-154/+0
| * | Rename blacklist/whitelist internally. (#15620)Patrick Cloke2023-05-1910-76/+70
| * | Do not allow deactivated users to login with JWT. (#15624)Patrick Cloke2023-05-191-2/+18
| * | Remove experimental configuration flags & unstable values for faster joins (#...Patrick Cloke2023-05-191-32/+3
| * | Fix `HomeServer`s leaking during `trial` test runs (#15630)Sean Quah2023-05-191-2/+9
| * | Handle missing previous read marker event. (#15464)Nick Mills-Barrett2023-05-181-0/+147
| * | Update Mutual Rooms (MSC2666) implementation (#15621)Jonathan de Jong2023-05-181-2/+4
| * | Apply url_preview_url_blacklist to oEmbed and pre-cached images (#15601)Patrick Cloke2023-05-162-4/+303
| * | Update code to refer to "workers". (#15606)Patrick Cloke2023-05-165-28/+15
| * | Add not null constraint to column `full_user_id` of tables `profiles` and `us...Shay2023-05-162-0/+157
| * | Fix subscriptable type usage in Python <3.9 (#15604)Eric Eastwood2023-05-161-1/+1
| |/
| * Revert "Fix subscriptable dict type"Eric Eastwood2023-05-151-1/+1
| * Fix subscriptable dict typeEric Eastwood2023-05-151-1/+1
| * Implement MSC3821 to update redaction rules (`third_party_invite.signed`) (#1...Patrick Cloke2023-05-151-1/+74
| * Implement MSC3389 to protect relations from redaction. (#15565)Patrick Cloke2023-05-151-0/+90
| * Remove `worker_replication_*` settings (#15491)Jason Little2023-05-115-10/+5
| * HTTP Replication Client (#15470)Jason Little2023-05-091-0/+1
| * Add config option to prevent media downloads from listed domains. (#15197)Travis Ralston2023-05-091-0/+139
| * Check appservices for devices during a /user/devices query. (#15539)Patrick Cloke2023-05-051-1/+134
| * Implement MSC4009 to widen the allowed Matrix ID grammar (#15536)Patrick Cloke2023-05-051-0/+13
| * Factor out an `is_mine_server_name` method (#15542)Sean Quah2023-05-051-2/+14
| * Move ThirdPartyEventRules into module_api/callbacks (#15535)Andrew Morgan2023-05-042-22/+38
| * Merge branch 'release-v1.83' into developSean Quah2023-05-032-4/+4
| |\
| | * Revert "Reduce the size of the HTTP connection pool for non-pushers" (#15530) v1.83.0rc1Sean Quah2023-05-032-4/+4
| * | Add config option to forget rooms automatically when users leave them (#15224)Sean Quah2023-05-031-0/+11
| * | Remove references to supporting per-user flag for msc2654 (#15522)Shay2023-05-021-6/+2
| * | Allow adding random delay to push (#15516)Erik Johnston2023-05-021-0/+37
| |/
| * Reduce the size of the HTTP connection pool for non-pushers. (#15514)Patrick Cloke2023-05-022-4/+4
| * Initial implementation of MSC3981: recursive relations API (#15315)Patrick Cloke2023-05-021-0/+120
| * Add an admin API endpoint to support per-user feature flags (#15344)Shay2023-04-281-0/+127
| * Add support for claiming multiple OTKs at once. (#15468)Patrick Cloke2023-04-272-24/+19
| * Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458)Shay2023-04-266-44/+56
| * Add unstable /keys/claim endpoint which always returns fallback keys. (#15462)Patrick Cloke2023-04-251-6/+235
| * Finish type hints for federation client HTTP code. (#15465)Patrick Cloke2023-04-242-8/+8
| * Remove legacy code of single user device resync api (#15418)Alok Kumar Singh2023-04-211-1/+3
| * Modify StoreKeyFetcher to read from server_keys_json. (#15417)Patrick Cloke2023-04-204-48/+58
| * Speedup tests by caching HomeServerConfig instances (#15284)Val Lorentz2023-04-181-2/+60
| * Move Spam Checker callbacks to a dedicated file (#15453)Andrew Morgan2023-04-184-10/+22
| * Delete pushers after calling on_logged_out module hook on device delete (#15410)Mathieu Velten2023-04-141-1/+50
| * Convert async to normal tests in `TestSSOHandler` (#15433)Dirk Klimpel2023-04-141-4/+4
| * Improve robustness when handling a perspective key response by deduplicating ...reivilibre2023-04-133-21/+17
| * Implement MSC2174: move redacts to a content property. (#15395)Patrick Cloke2023-04-132-4/+47
| * Throw if the appservice config list is the wrong type (#15425)Will Hunt2023-04-121-0/+40
| * Implement MSC3989 to redact the origin field. (#15393)Patrick Cloke2023-04-051-0/+7
| * Delete server-side backup keys when deactivating an account. (#15181)Shay2023-04-041-0/+157
| * Call appservices on modern paths, falling back to legacy paths. (#15317)Patrick Cloke2023-04-031-2/+55
| * Revert pruning of old devices (#15360)Erik Johnston2023-03-314-52/+3
| * to_device updates could be dropped when consuming the replication stream (#15...Mathieu Velten2023-03-303-5/+93
| * Speed up SQLite unit test CI (#15334)Erik Johnston2023-03-302-3/+36
| * Implement MSC3984 to proxy /keys/query requests to appservices. (#15321)Patrick Cloke2023-03-301-1/+120
| * Fix spinloop during partial state sync when a prev event is in backoff (#15351)Sean Quah2023-03-301-4/+9
| * Add the ability to enable/disable registrations when in the OIDC flow (#14978)Warren Bailey2023-03-301-1/+16
| * Fix registering a device on an account with lots of devices (#15348)Erik Johnston2023-03-291-0/+47
| * Delete stale non-e2e devices for users, take 3 (#15183)Erik Johnston2023-03-293-3/+5
| * Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314)Patrick Cloke2023-03-282-1/+134
| * Bump ruff from 0.0.252 to 0.0.259 (#15328)dependabot[bot]2023-03-282-3/+9
| * Make cleaning up pushers depend on the device_id instead of the token_id (#15...Quentin Gliech2023-03-244-32/+28
| * Reject mentions on the C-S API which are invalid. (#15311)Patrick Cloke2023-03-241-38/+56
| * Use immutabledict instead of frozendict (#15113)David Robertson2023-03-225-41/+43
| * Make `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` endpoint retur...Andrew Morgan2023-03-211-0/+37
| * Make `EventHandler.get_event` return `None` when the requested event is not f...Andrew Morgan2023-03-211-0/+5
| * Fix error when sending message into deleted room. (#15235)Erik Johnston2023-03-211-0/+15
| * Separate HTTP preview code and URL previewer. (#15269)Patrick Cloke2023-03-201-18/+16
| * Add Synapse-Trace-Id to access-control-expose-headers header (#14974)Shay2023-03-201-0/+4
| * Remove no-op send_command for Redis replication. (#15274)Patrick Cloke2023-03-161-63/+0
| * Refresh remote profiles that have been marked as stale, in order to fill the ...reivilibre2023-03-161-2/+185