summary refs log tree commit diff
path: root/synapse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/rei/msc3202_otks_fbks' into anoa/e2e_as_... github/travis/alt-todev-masq-otk-fbkey travis/alt-todev-masq-otk-fbkeyTravis Ralston2021-12-287-15/+293
|\
| * Fix the get_bulk_e2e_unused_fallback_keys query to return devices with only u...Olivier Wilkinson (reivilibre)2021-12-171-4/+15
| * Break up `get_app_service_users_in_room` to make it easier to debugOlivier Wilkinson (reivilibre)2021-12-171-5/+2
| * Get unused fallback key types in bulk and send them outOlivier Wilkinson (reivilibre)2021-12-132-3/+50
| * Count the OTKs in bulkOlivier Wilkinson (reivilibre)2021-12-132-3/+52
| * Fix up tests that weren't expecting extra call argumentsOlivier Wilkinson (reivilibre)2021-12-131-1/+4
| * Find interesting users for the AS when sending OTKs and FBKsOlivier Wilkinson (reivilibre)2021-12-132-10/+55
| * Add some method stubs and add the OTKs and FBKs to the responseOlivier Wilkinson (reivilibre)2021-12-131-1/+39
| * Pipe through the feature flagOlivier Wilkinson (reivilibre)2021-12-131-4/+10
| * Add feature flag for experimental MSC3202 transaction extensionsOlivier Wilkinson (reivilibre)2021-12-131-0/+6
| * Boring pipingOlivier Wilkinson (reivilibre)2021-12-131-2/+23
| * Fix up type after rebase onto anoa's branchOlivier Wilkinson (reivilibre)2021-12-131-2/+2
| * During AS catch-up, send empty OTK counts and fallback keys for nowOlivier Wilkinson (reivilibre)2021-12-131-0/+4
| * Emit the one-time key counts and fallback keys over federationOlivier Wilkinson (reivilibre)2021-12-131-0/+10
| * Feed one-time key counts and unused fallback keys through the transactionOlivier Wilkinson (reivilibre)2021-12-133-2/+24
| * Add type aliases for one-time key counts and unused fallback keys that will b...Olivier Wilkinson (reivilibre)2021-12-101-0/+8
| * Support opting-in to MSC3202 transactional behaviour using the registration fileOlivier Wilkinson (reivilibre)2021-12-102-1/+14
* | Merge remote-tracking branch 'origin/rei/as_device_masquerading_msc3202' into...Travis Ralston2021-12-1447-379/+499
|\ \
| * | Use get_deviceOlivier Wilkinson (reivilibre)2021-12-131-1/+1
| * | Merge branch 'develop' into rei/as_device_masquerading_msc3202Olivier Wilkinson (reivilibre)2021-12-1346-378/+498
| |\ \
| | * | Make `get_device` return None if the device doesn't exist rather than raising...reivilibre2021-12-135-13/+19
| | * | Allow events to be created with no `prev_events` (MSC2716) (#11243)Eric Eastwood2021-12-102-7/+20
| | * | Adjust _get_rooms_changed comments (#11550)David Robertson2021-12-101-22/+29
| | * | skip some dict munging in event persistence (#11560)Richard van der Hoff2021-12-102-60/+113
| | * | Stop populating `state_events.prev_state` (#11558)Richard van der Hoff2021-12-102-5/+4
| | * | Ensure emails are canonicalized before fetching associated user. (#11547)Patrick Cloke2021-12-103-3/+8
| | * | Do not allow cross-room relations, per MSC2674. (#11516)Patrick Cloke2021-12-094-17/+45
| | * | Additional type hints for the config module, part 2. (#11480)Patrick Cloke2021-12-094-19/+27
| | * | Use HTTPStatus constants in place of literals in `synapse.http` (#11543)Dirk Klimpel2021-12-093-19/+46
| | * | Support unprefixed versions of fallback key property names. (#11541)Hubert Chathi2021-12-092-1/+6
| | * | Add missing `errcode` to `parse_string` and `parse_boolean` (#11542)Dirk Klimpel2021-12-091-2/+2
| | * | Allow guests to send state events (#11378)Robert Long2021-12-091-1/+1
| | * | Add a constant for receipt types (m.read). (#11531)Patrick Cloke2021-12-088-45/+86
| | * | Clean up `synapse.rest.admin` (#11535)Dirk Klimpel2021-12-0813-164/+94
| * | | TEMPORARY Revert "Use get_device (fixing in upstream develop)"Olivier Wilkinson (reivilibre)2021-12-131-1/+1
| * | | Use get_device (fixing in upstream develop)Olivier Wilkinson (reivilibre)2021-12-131-1/+1
* | | | Merge branch 'rei/as_device_masquerading_msc3202' of github.com:matrix-org/sy... github/anoa/e2e_as_internal_testing anoa/e2e_as_internal_testingAndrew Morgan2021-12-1019-108/+272
|\| | |
| * | | Add an experimental flag to control device masqueradingOlivier Wilkinson (reivilibre)2021-12-092-1/+9
| * | | Switch to the 400 M_EXCLUSIVE error code for non-existent device IDsOlivier Wilkinson (reivilibre)2021-12-091-1/+4
| * | | Allow masquerading as a device by specifying the device_id URI parameterOlivier Wilkinson (reivilibre)2021-12-081-1/+18
| * | | Add get_device_opt which returns None instead of raising if it doesn't existOlivier Wilkinson (reivilibre)2021-12-081-0/+22
| * | | Remove early return because we need more logic hereOlivier Wilkinson (reivilibre)2021-12-081-7/+8
| * | | Remove superfluous linesOlivier Wilkinson (reivilibre)2021-12-081-2/+0
| * | | Expand get_user_by_req to support handling a device IDOlivier Wilkinson (reivilibre)2021-12-081-5/+13
| * | | Expand return type of get_appservice_user_id to allow returning a device ID t...Olivier Wilkinson (reivilibre)2021-12-081-8/+36
| |/ /
| * | Improve log messages for stream ids (#11536)Richard van der Hoff2021-12-082-4/+6
| * | Send and handle cross-signing messages using the stable prefix. (#10520)Hubert Chathi2021-12-082-3/+9
| * | 1.49.0rc1Sean Quah2021-12-071-1/+1
| * | Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common`...Sean Quah2021-12-076-12/+64
| * | Refactors in `_generate_sync_entry_for_rooms` (#11515)David Robertson2021-12-071-45/+77
| * | Correctly register shutdown handler for presence workers (#11518)David Robertson2021-12-071-1/+1
| * | Fix `ModuleApi.looping_background_call` for non-async functions (#11524)Sean Quah2021-12-071-3/+2
| * | Fix 'delete room' admin api to work on incomplete rooms (#11523)Richard van der Hoff2021-12-073-20/+7
| * | Correctly ignore invites from ignored users (#11511)David Robertson2021-12-071-5/+6
* | | store argument is no longer optional in is_interested_in_roomAndrew Morgan2021-12-102-6/+3
* | | Squash into "and use everywhere"Andrew Morgan2021-12-101-1/+0
* | | squash into 'and use everywhere'Andrew Morgan2021-12-091-3/+3
* | | squash into move DeviceLists commitAndrew Morgan2021-12-091-0/+1
* | | squash into 'and use everywhere'Andrew Morgan2021-12-097-14/+14
* | | Support sending device lists everywhere; needs cleaning upAndrew Morgan2021-12-096-41/+121
* | | Squash into "and use everywhere"Andrew Morgan2021-12-091-1/+2
* | | Create ApplicationService.is_interested_in_user, and use everywhereAndrew Morgan2021-12-091-0/+25
* | | Switch DeviceLists to containing Sets, as we'll need a type that we can delet...Andrew Morgan2021-12-092-5/+9
* | | Move DeviceLists type to synapse.typesAndrew Morgan2021-12-082-26/+18
* | | Fix up database method to grab device list changes - bit dirtyAndrew Morgan2021-12-081-12/+19
* | | Add device_list as one of the supported streams set_typeAndrew Morgan2021-12-081-1/+1
* | | wip: get device lists working squashmeAndrew Morgan2021-12-081-1/+5
* | | migration delta to track device_list stream id per appserviceAndrew Morgan2021-12-081-0/+18
* | | Fix calling is_interested_in_event with store.Andrew Morgan2021-12-081-1/+1
* | | wip: get device lists workingAndrew Morgan2021-12-082-83/+102
* | | is_interested_in_room publicAndrew Morgan2021-12-081-2/+2
* | | Add some caching to interest methodsAndrew Morgan2021-12-081-12/+37
* | | Refactor appservice interest-checking methodsAndrew Morgan2021-12-081-39/+34
* | | Clean up reference to homeserver storeAndrew Morgan2021-12-081-4/+2
* | | rename ApplicationService.is_interested_in_room_id -> is_room_id_in_namespaceAndrew Morgan2021-12-081-2/+2
* | | rename ApplicationService.is_interested_in_alias -> is_room_alias_in_namespaceAndrew Morgan2021-12-083-6/+6
* | | rename ApplicationService.is_interested_in_user -> is_user_in_namespaceAndrew Morgan2021-12-087-14/+14
* | | rename ApplicationServices.is_interested -> is_interested_in_eventAndrew Morgan2021-12-082-2/+2
* | | wipAndrew Morgan2021-12-083-4/+103
* | | Add docstring to add_device_change_to_streams and fix types.Andrew Morgan2021-12-081-6/+16
* | | possible perf boost to calculating device list update recipientsAndrew Morgan2021-12-082-9/+9
* | | Add an experimental config option for sending device lists to AS'sAndrew Morgan2021-12-081-0/+4
| |/ |/|
* | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/e2e_as_to_d...Andrew Morgan2021-12-07142-2041/+5000
|\|
| * Stabilise support for MSC2918 refresh tokens as they have now been merged int...reivilibre2021-12-063-29/+61
| * Save the OIDC session ID (sid) with the device on login (#11482)Quentin Gliech2021-12-0610-32/+181
| * Add admin API to get some information about federation status (#11407)Dirk Klimpel2021-12-063-0/+211
| * Include bundled aggregations in /sync and related fixes (#11478)Patrick Cloke2021-12-068-62/+72
| * Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505)Sean Quah2021-12-066-64/+12
| * Support configuring the lifetime of non-refreshable access tokens separately ...reivilibre2021-12-032-3/+66
| * Disambiguate queries on `state_key` (#11497)Richard van der Hoff2021-12-026-16/+20
| * Comments on the /sync tentacles (#11494)David Robertson2021-12-022-43/+128
| * Add most of the missing type hints to `synapse.federation`. (#11483)Patrick Cloke2021-12-028-49/+77
| * Fix media repository failing when media store path contains symlinks (#11446)Sean Quah2021-12-021-44/+71
| * Add type annotations to `tests.storage.test_appservice`. (#11488)reivilibre2021-12-022-4/+5
| * Add MSC3030 experimental client and federation API endpoints to get the close...Eric Eastwood2021-12-0212-31/+673
| * Clean-up get_version_string (#11468)Patrick Cloke2021-12-011-57/+25
| * Additional type hints for config module. (#11465)Patrick Cloke2021-12-0114-99/+128
| * Register the login redirect endpoint for v3. (#11451)Patrick Cloke2021-12-012-3/+3
| * Don't start Synapse master process if `worker_app` is set (#11416)Shay2021-11-301-0/+7
| * Expose worker & homeserver as entrypoints in `setup.py` (#11449)Maximilian Bosch2021-11-301-1/+5
| * Bundle relations of relations into the `/relations` result. (#11284)Patrick Cloke2021-11-302-6/+11
| * Fix `LruCache` corruption bug with a `size_callback` that can return 0 (#11454)Sean Quah2021-11-301-1/+4
| * Eliminate a few `Any`s in `LruCache` type hints (#11453)Sean Quah2021-11-303-19/+31
| * Merge branch 'master' into developBrendan Abolivier2021-11-301-1/+1
| |\
| | * 1.48.0Brendan Abolivier2021-11-301-1/+1
| | * 1.48.0rc1Brendan Abolivier2021-11-251-1/+1
| * | Improved push typing (#11409)Marcus2021-11-305-36/+204
| * | Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452)Dirk Klimpel2021-11-2911-171/+275
| * | Refactor `backfilled` into specific behavior function arguments (`_persist_ev...Eric Eastwood2021-11-292-21/+56
| * | Support the stable /hierarchy endpoint from MSC2946 (#11329)Patrick Cloke2021-11-296-18/+64
| * | Make background updates controllable via a plugin (#11306)Erik Johnston2021-11-292-24/+222
| * | Return the stable `event` field from `/send_join` per MSC3083. (#11413)Patrick Cloke2021-11-292-2/+16
| * | Add type annotations to some of the configuration surrounding refresh tokens....reivilibre2021-11-292-2/+10
| * | Fix perspectives requests for multiple keys for the same server (#11440)Richard van der Hoff2021-11-291-11/+19
| * | Fix using MSC2716 batch sending with event persistence workers (#11220)Tulir Asokan2021-11-292-0/+7
| * | disallow-untyped-defs for the module_api (#11029)David Robertson2021-11-291-30/+55
| * | Bump ijson dependency to 3.1 (#11438) (#11439)Daniel Molkentin2021-11-261-1/+1
| * | Update MSC2918 refresh token support to confirm with the latest revision: acc...reivilibre2021-11-262-8/+13
| * | Add type hints to `synapse/storage/databases/main/events_worker.py` (#11411)Sean Quah2021-11-2610-169/+246
| * | Support expiry of refresh tokens and expiry of the overall session when refre...reivilibre2021-11-266-53/+213
| * | Track ongoing event fetches correctly (again) (#11376)Sean Quah2021-11-261-42/+112
| * | Annotate string constants in `synapse.api.constants` with `Final` (#11356)Sean Quah2021-11-251-98/+100
| |/
| * Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#...Brendan Abolivier2021-11-252-146/+81
| * Lower minumum batch size to 1 for background updates (#11422)Brendan Abolivier2021-11-241-1/+1
| * Rename unstable `access_token_lifetime` configuration option to `refreshable_...reivilibre2021-11-234-15/+34
| * Add missing type hints to config base classes (#11377)Patrick Cloke2021-11-239-101/+165
| * Remove code invalidated by deprecated config flag 'trust_identity_servers_for...Shay2021-11-231-32/+3
| * Merge branch 'master' into developSean Quah2021-11-234-51/+231
| |\
| | * 1.47.1Sean Quah2021-11-191-1/+1
| | * Prevent the media store from writing outside of the configured directorySean Quah2021-11-193-50/+230
| * | Refactor the code to inject bundled relations during serialization. (#11408)Patrick Cloke2021-11-237-73/+91
| * | Add config for customizing the claim used for JWT logins. (#11361)Kostas2021-11-222-1/+11
| * | Store arbitrary relations from events. (#11391)Patrick Cloke2021-11-223-44/+75
| * | Add an admin API to run background jobs. (#11352)Dirk Klimpel2021-11-194-29/+102
| * | Fix checking whether a room can be published on creation. (#11392)Patrick Cloke2021-11-192-23/+32
| * | Remove dead code from acme support. (#11393)Patrick Cloke2021-11-191-50/+0
| * | Keep fallback key marked as used if it's re-uploaded (#11382)Hubert Chathi2021-11-191-11/+40
| * | Fix verification of objects signed with old local keys (#11379)Richard van der Hoff2021-11-191-28/+41
| * | Prevent historical state from being pushed to an application service via `/tr...Eric Eastwood2021-11-183-2/+38
| * | Remove legacy code related to deprecated `trust_identity_server_for_password_...Shay2021-11-183-47/+8
| * | Add dedicated admin API for blocking a room (#11324)Dirk Klimpel2021-11-183-0/+97
| * | Add/Unerase annotations to Module API (#11341)reivilibre2021-11-181-23/+134
| * | Rename `get_refresh_token_for_user_id` to `create_refresh_token_for_user_id` ...reivilibre2021-11-182-3/+3
| * | Use auto_attribs for RefreshTokenLookupResult (#11386)reivilibre2021-11-181-7/+7
| * | Do not allow MSC3440 threads to fork threads (#11161)Patrick Cloke2021-11-182-8/+113
| * | Docs: Quote wildcard `federation_certificate_verification_whitelist` (#11381)Nicolai Søborg2021-11-181-2/+2
| * | Add type annotations to `synapse.metrics` (#10847)Sean Quah2021-11-1710-85/+169
| * | Add support for `/_matrix/media/v3` APIs (#11371)Aaron R2021-11-173-5/+13
| * | Merge branch 'master' into developDavid Robertson2021-11-171-1/+1
| |\|
| | * 1.47.0 v1.47.0David Robertson2021-11-171-1/+1
| * | Rename `get_access_token_for_user_id` method to `create_access_token_for_user...reivilibre2021-11-173-4/+4
| * | Merge tag 'v1.47.0rc3' into developDavid Robertson2021-11-163-20/+36
| |\|
| | * 1.47.0rc3Andrew Morgan2021-11-161-1/+1
| | * Rename `remove_deleted_devices_from_device_inbox` to ensure it is always run ...Andrew Morgan2021-11-161-1/+13
| | * Run _upgrade_existing_database on workers if at current schema_version (#11346)Andrew Morgan2021-11-151-18/+22
| | * Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303)Dirk Klimpel2021-11-151-1/+1
| * | Avoid sharing room hierarchy responses between users (#11355)Sean Quah2021-11-161-2/+9
| * | Add support for `/_matrix/client/v3` APIs (#11318)Aaron R2021-11-163-3/+4
| * | Add most missing type hints to synapse.util (#11328)Patrick Cloke2021-11-168-81/+157
| * | Properly register all callback hooks for legacy password authentication provi...reivilibre2021-11-161-13/+13
* | | Insert to-device messages into the new to-device part of AS txnsAndrew Morgan2021-12-032-6/+32
* | | Add to-device messages as their own special section in AS txnsAndrew Morgan2021-12-033-8/+39
* | | Fix tests to mock _TransactionController.send of ApplicationServiceScheduler....Andrew Morgan2021-12-031-0/+1
* | | Refactor and generalise the sending of arbitrary fields over AS transactionsAndrew Morgan2021-12-032-34/+44
* | | Add comment on why we don't NOT NULL to_device_stream_idAndrew Morgan2021-11-241-0/+5
* | | Add some FIXME commentsAndrew Morgan2021-11-241-0/+3
* | | rename set_type_stream_id_for_appservice -> set_appservice_stream_type_posAndrew Morgan2021-11-242-7/+7
* | | _handle_to_device -> _get_to_device_messagesAndrew Morgan2021-11-191-3/+7
* | | Deduplicate ephemeral events to send conditionalAndrew Morgan2021-11-192-12/+15
* | | Broaden type hints; update commentAndrew Morgan2021-11-192-5/+7
* | | Move stream filter back into AppserviceHandlerAndrew Morgan2021-11-192-17/+21
* | | Make msc2409_to_device_messages_enabled private; remove unnecessary checkAndrew Morgan2021-11-191-6/+3
* | | Add a to_device_stream_id column to the application_services_state tableAndrew Morgan2021-11-161-0/+18
* | | Add database method to fetch to-device messages by user_ids from dbAndrew Morgan2021-11-161-1/+75
* | | Allow setting/getting stream id per appservice for to-device messagesAndrew Morgan2021-11-161-2/+2
* | | Add a new ephemeral AS handler for to_device message edusAndrew Morgan2021-11-162-15/+114
* | | Add experimental config option to send to-device messages to AS'sAndrew Morgan2021-11-162-0/+11
|/ /
* | Add ability to un-shadow-ban via the admin API. (#11347)Patrick Cloke2021-11-162-3/+23
* | 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
* | Add support for the stable version of MSC2778 (#11335)Tulir Asokan2021-11-151-2/+7
* | Remove unused tables `room_stats_historical` and `user_stats_historical` (#11...Shay2021-11-122-1/+23
* | Annotations for state_deltas.py (#11316)David Robertson2021-11-121-3/+13
* | Test room alias deletion (#11327)David Robertson2021-11-122-3/+10
* | 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-122-61/+88
* | Attempt to annotate events_forward_extremities (#11314)David Robertson2021-11-122-7/+16
* | Misc typing fixes for `tests`, part 1 of N (#11323)David Robertson2021-11-122-2/+5
* | Add more type hints to synapse.util. (#11321)Patrick Cloke2021-11-122-15/+23
* | Convert delete room admin API to async endpoint (#11223)Dirk Klimpel2021-11-124-10/+432
* | Annotations for user_erasure_store (#11313)David Robertson2021-11-111-4/+5
* | Get db signatures file to pass mypy (#11312)David Robertson2021-11-112-9/+7
* | Correct type hint for room_batch.py (#11310)David Robertson2021-11-111-10/+8
* | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303)Dirk Klimpel2021-11-111-1/+1
* | Add type hints to some storage classes (#11307)Patrick Cloke2021-11-117-47/+115
* | Fix error in thumbnail generation (#11288)Neeeflix2021-11-101-4/+4
* | Add missing type hints to `synapse.app`. (#11287)Patrick Cloke2021-11-1015-174/+219
* | Add type hints to synapse._scripts (#11297)Patrick Cloke2021-11-102-18/+28
* | Remove redundant parameters on `_check_event_auth` (#11292)Richard van der Hoff2021-11-101-10/+0
* | Merge tag 'v1.47.0rc2' into developOlivier Wilkinson (reivilibre)2021-11-101-1/+1
|\|
| * 1.47.0rc2Olivier Wilkinson (reivilibre)2021-11-101-1/+1
| * Update __init__.py v1.47.0rc1Olivier Wilkinson (reivilibre)2021-11-091-1/+1
* | Split out federated PDU retrieval into a non-cached version (#11242)Eric Eastwood2021-11-091-22/+58
* | Clarifications and small fixes to to-device related code (#11247)Andrew Morgan2021-11-094-15/+71
* | Allow admins to proactively block rooms (#11228)David Robertson2021-11-093-16/+63
* | Support filtering by relations per MSC3440 (#11236)Patrick Cloke2021-11-0910-75/+241
* | Fix typo in `RelationAggregationPaginationServlet` error response (#11278)Andrew Morgan2021-11-091-1/+3
|/
* Include cross-signing signatures when syncing remote devices for the first ti...Erik Johnston2021-11-091-86/+125
* Require body for read receipts with user-agent exceptions (#11157)rogersheu2021-11-091-1/+11
* Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244)Eric Eastwood2021-11-083-3/+3
* Add some background update admin APIs (#11263)Erik Johnston2021-11-084-18/+164
* Fix typo in comment from #11255. (#11276)Patrick Cloke2021-11-081-1/+1
* Default value for `public_baseurl` (#11210)Richard van der Hoff2021-11-0811-63/+54
* Handle federation inbound instances being killed more gracefully (#11262)Erik Johnston2021-11-082-10/+26
* Fix rolling back when using workers (#11255)Erik Johnston2021-11-051-11/+12
* Make minor correction to type of auth_checkers callbacks (#11253)reivilibre2021-11-041-1/+3
* Track ongoing event fetches correctly in the presence of failure (#11240)Sean Quah2021-11-041-22/+34
* Add a linearizer on (appservice, stream) when handling ephemeral events. (#11...Nick Barrett2021-11-031-18/+51
* Enable passing typing stream writers as a list. (#11237)Nick Barrett2021-11-037-16/+23
* Support sending no `state_events_at_start` in the MSC2716 `/batch_send` endpo...Eric Eastwood2021-11-031-12/+17
* Add index to `local_group_updates.stream_id` (#11231)Erik Johnston2021-11-022-1/+34
* Merge remote-tracking branch 'origin/master' into developErik Johnston2021-11-022-4/+7
|\
| * 1.46.0Erik Johnston2021-11-021-1/+1
| * Fix URL preview errors when previewing XML documents. (#11196)Patrick Cloke2021-10-271-3/+6
* | Add remaining type hints to `synapse.events`. (#11098)Patrick Cloke2021-11-0213-103/+183
* | Delete messages for hidden devices from `device_inbox` (#11199)Dirk Klimpel2021-11-022-0/+111
* | Fix providing a `RoomStreamToken` instance to `_notify_app_services_ephemeral...Andrew Morgan2021-11-024-37/+29
* | Add search by room ID and room alias to List Room admin API (#11099)Dirk Klimpel2021-11-021-11/+18
* | ObservableDeferred: run observers in order (#11229)Richard van der Hoff2021-11-021-16/+18
* | Handle missing Content-Type header when accessing remote media (#11200)Shay2021-11-012-2/+12
* | Add `use_float=true` to ijson calls in Synapse (#11217)Shay2021-11-011-0/+3
* | Make `check_event_allowed` module API callback not fail open (accept events) ...reivilibre2021-11-012-4/+12
* | Remove deprecated delete room admin API (#11213)Dirk Klimpel2021-11-012-90/+53
* | Support for serving server well-known files (#11211)Richard van der Hoff2021-11-014-4/+69
* | Support Client-Server API r0.6.1 (#11097)Aaron R2021-11-011-0/+1
* | Add metrics to the threadpools (#11178)Erik Johnston2021-11-013-1/+48
* | Stop synapse from saving messages in device_inbox for hidden devices. (#10097)JohannesKleine2021-11-011-2/+6
* | Fix comments referencing v1.46.0 from PR #10969. (#11212)Dirk Klimpel2021-10-292-2/+2
* | Add a module API method to retrieve state from a room (#11204)Brendan Abolivier2021-10-291-0/+49
* | Additional type hints for relations database class. (#11205)Patrick Cloke2021-10-281-15/+23
* | Add knock information in admin exported data (#11171)Rafael Gonçalves2021-10-282-0/+36
* | Fetch verify key locally rather than trying to do so over federation if origi...Shay2021-10-281-29/+45
* | Add a ModuleApi method to update a user's membership in a room (#11147)Brendan Abolivier2021-10-281-1/+99
* | Type hints for the remaining two files in `synapse.http`. (#11164)David Robertson2021-10-284-27/+53
* | Annotate `log_function` decorator (#10943)reivilibre2021-10-2711-18/+57
* | Fixed config parse bug in review_recent_signups (#11191)Samuel Philipp2021-10-271-2/+7
* | Refactor `Filter` to handle fields according to data being filtered. (#11194)Patrick Cloke2021-10-274-69/+86
* | Delete messages from `device_inbox` table when deleting device (#10969)Dirk Klimpel2021-10-273-15/+134
* | Include the stable identifier for MSC3288. (#11187)Patrick Cloke2021-10-271-0/+2
* | Merge remote-tracking branch 'origin/release-v1.46' into developErik Johnston2021-10-273-2/+3
|\|