summary refs log tree commit diff
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-2815-57/+537
|\
| * NewsfileOlivier Wilkinson (reivilibre)2021-12-201-0/+1
| * Add a test for sending OTKs and UFBKs to ASes upon receiving PDUsOlivier Wilkinson (reivilibre)2021-12-171-2/+183
| * Allow passing an appservice_user_id to the join helperOlivier Wilkinson (reivilibre)2021-12-171-2/+20
| * Return the device ID when registering an appservice user in test helpersOlivier Wilkinson (reivilibre)2021-12-173-7/+11
| * 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-132-17/+43
| * Fix two testsOlivier Wilkinson (reivilibre)2021-12-131-2/+9
| * 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
| * Fix up some testsOlivier Wilkinson (reivilibre)2021-12-131-4/+4
| * 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-1475-442/+1178
|\ \
| * | Use get_deviceOlivier Wilkinson (reivilibre)2021-12-131-1/+1
| * | Merge branch 'develop' into rei/as_device_masquerading_msc3202Olivier Wilkinson (reivilibre)2021-12-1373-440/+1176
| |\ \
| | * | Make `get_device` return None if the device doesn't exist rather than raising...reivilibre2021-12-136-13/+20
| | * | Allow events to be created with no `prev_events` (MSC2716) (#11243)Eric Eastwood2021-12-104-7/+124
| | * | Test to ensure we share the same `state_group` across the whole historical ba...Eric Eastwood2021-12-102-0/+181
| | * | Adjust _get_rooms_changed comments (#11550)David Robertson2021-12-102-22/+30
| | * | skip some dict munging in event persistence (#11560)Richard van der Hoff2021-12-103-60/+114
| | * | Stop populating `state_events.prev_state` (#11558)Richard van der Hoff2021-12-103-5/+5
| | * | Ensure emails are canonicalized before fetching associated user. (#11547)Patrick Cloke2021-12-105-4/+11
| | * | Do not allow cross-room relations, per MSC2674. (#11516)Patrick Cloke2021-12-096-17/+161
| | * | Additional type hints for the config module, part 2. (#11480)Patrick Cloke2021-12-095-19/+28
| | * | Use HTTPStatus constants in place of literals in `synapse.http` (#11543)Dirk Klimpel2021-12-094-19/+47
| | * | Support unprefixed versions of fallback key property names. (#11541)Hubert Chathi2021-12-094-6/+32
| | * | Add missing `errcode` to `parse_string` and `parse_boolean` (#11542)Dirk Klimpel2021-12-096-12/+13
| | * | Allow guests to send state events (#11378)Robert Long2021-12-092-1/+2
| | * | Add a constant for receipt types (m.read). (#11531)Patrick Cloke2021-12-089-45/+87
| | * | Clean up `synapse.rest.admin` (#11535)Dirk Klimpel2021-12-0815-165/+96
| | * | Document the usage of refresh tokens. (#11427)reivilibre2021-12-083-0/+141
| | * | Use HTTPStatus constants in place of literals in `tests.rest.client.test_auth...reivilibre2021-12-082-47/+88
| * | | Fix commentOlivier Wilkinson (reivilibre)2021-12-131-1/+1
| * | | 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-1086-194/+518
|\| | |
| * | | Update tests to enable experimental featuresOlivier Wilkinson (reivilibre)2021-12-091-0/+3
| * | | Add an experimental flag to control device masqueradingOlivier Wilkinson (reivilibre)2021-12-092-1/+9
| * | | Add a pair of tests for the ?device_id parameter for AS device masqueradingOlivier Wilkinson (reivilibre)2021-12-091-0/+61
| * | | Switch to the 400 M_EXCLUSIVE error code for non-existent device IDsOlivier Wilkinson (reivilibre)2021-12-091-1/+4
| * | | NewsfileOlivier Wilkinson (reivilibre)2021-12-081-0/+1
| * | | 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-083-4/+7
| * | Send and handle cross-signing messages using the stable prefix. (#10520)Hubert Chathi2021-12-084-5/+13
| * | Fix case in `wait_for_background_updates` where `self.store` does not exist (...Andrew Morgan2021-12-072-7/+5
| * | Sort internal changes in changelog v1.49.0rc1Sean Quah2021-12-071-16/+16
| * | Update CHANGES.mdSean Quah2021-12-071-30/+26
| * | 1.49.0rc1Sean Quah2021-12-0765-63/+87
| * | Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common`...Sean Quah2021-12-078-12/+124
| * | Refactors in `_generate_sync_entry_for_rooms` (#11515)David Robertson2021-12-073-46/+79
| * | Correctly register shutdown handler for presence workers (#11518)David Robertson2021-12-072-1/+2
| * | Fix `ModuleApi.looping_background_call` for non-async functions (#11524)Sean Quah2021-12-072-3/+3
| * | Fix 'delete room' admin api to work on incomplete rooms (#11523)Richard van der Hoff2021-12-075-37/+33
| * | Correctly ignore invites from ignored users (#11511)David Robertson2021-12-072-5/+7
| * | Fix the test breakage introduced by #11435 as a result of concurrent PRs (#11...reivilibre2021-12-072-1/+2
* | | store argument is no longer optional in is_interested_in_roomAndrew Morgan2021-12-103-11/+11
* | | Squash into and use everywhereAndrew Morgan2021-12-101-5/+5
* | | Update reset device list mock before starting testsAndrew Morgan2021-12-101-0/+3
* | | Squash into "and use everywhere"Andrew Morgan2021-12-101-1/+2
* | | 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-099-18/+18
* | | Support sending device lists everywhere; needs cleaning upAndrew Morgan2021-12-096-41/+121
* | | Squash into "and use everywhere"Andrew Morgan2021-12-091-1/+2
* | | fix tests for device listsAndrew Morgan2021-12-094-29/+79
* | | 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-083-12/+38
* | | 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
| |/ |/|
* | Fix calls to create_appservice_txn in testsAndrew Morgan2021-12-071-4/+12
* | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/e2e_as_to_d...Andrew Morgan2021-12-07315-3841/+10682
|\|
| * Stabilise support for MSC2918 refresh tokens as they have now been merged int...reivilibre2021-12-066-44/+115
| * Save the OIDC session ID (sid) with the device on login (#11482)Quentin Gliech2021-12-0615-65/+370
| * Add admin API to get some information about federation status (#11407)Dirk Klimpel2021-12-067-0/+783
| * Include bundled aggregations in /sync and related fixes (#11478)Patrick Cloke2021-12-0610-101/+169
| * Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505)Sean Quah2021-12-068-123/+13
| * Update backward extremity docs to make it clear that it does not indicate whe...Eric Eastwood2021-12-032-9/+8
| * Support configuring the lifetime of non-refreshable access tokens separately ...reivilibre2021-12-035-3/+221
| * Add type hints to `synapse/tests/rest/admin` (#11501)Dirk Klimpel2021-12-0311-228/+257
| * Revert accidental commits to develop.Olivier Wilkinson (reivilibre)2021-12-035-195/+185
| * NewsfileOlivier Wilkinson (reivilibre)2021-12-031-0/+1
| * Give `tests.server.setup_test_homeserver` (nominally!) the same behaviourOlivier Wilkinson (reivilibre)2021-12-031-0/+3
| * Move `tests.utils.setup_test_homeserver` to `tests.server`Olivier Wilkinson (reivilibre)2021-12-034-177/+188
| * Convert one of the `setup_test_homeserver`s to `make_test_homeserver_synchron...Olivier Wilkinson (reivilibre)2021-12-031-8/+3
| * Disambiguate queries on `state_key` (#11497)Richard van der Hoff2021-12-027-16/+21
| * Comments on the /sync tentacles (#11494)David Robertson2021-12-023-43/+129
| * Clean up tests.storage.test_appservice (#11492)reivilibre2021-12-022-177/+169
| * Clean up `tests.storage.test_main` to remove use of legacy code. (#11493)reivilibre2021-12-022-17/+11
| * Clean up `tests.test_visibility` to remove legacy code. (#11495)reivilibre2021-12-023-203/+40
| * Minor cleanup on recently ported doc pages (#11466)Shay2021-12-025-46/+48
| * Add most of the missing type hints to `synapse.federation`. (#11483)Patrick Cloke2021-12-0210-49/+84
| * Avoid waiting for zombie processes in `synctl stop` (#11490)Sean Quah2021-12-022-3/+17
| * Fix media repository failing when media store path contains symlinks (#11446)Sean Quah2021-12-023-45/+180
| * Add type annotations to `tests.storage.test_appservice`. (#11488)reivilibre2021-12-025-53/+98
| * `scripts-dev/sign_json`: support for signing events (#11486)Richard van der Hoff2021-12-023-1/+43
| * Add MSC3030 experimental client and federation API endpoints to get the close...Eric Eastwood2021-12-0213-31/+674
| * Port wiki pages to documentation website (#11402)Shay2021-12-019-0/+483
| * Add a license header and comment. (#11479)Patrick Cloke2021-12-012-0/+16
| * Clean-up get_version_string (#11468)Patrick Cloke2021-12-012-57/+26
| * Link background update controller docs to summary (#11475)Brendan Abolivier2021-12-012-0/+2
| * Additional type hints for config module. (#11465)Patrick Cloke2021-12-0115-99/+129
| * Register the login redirect endpoint for v3. (#11451)Patrick Cloke2021-12-013-3/+4
| * Update openid.mdRichard van der Hoff2021-12-011-1/+1
| * Remove mention of OIDC certification from Dex (#11470)Etienne Dysli Metref2021-12-011-1/+1
| * Add a note about huge pages to our Postgres doc (#11467)Shay2021-11-302-0/+4
| * Don't start Synapse master process if `worker_app` is set (#11416)Shay2021-11-303-0/+39
| * Expose worker & homeserver as entrypoints in `setup.py` (#11449)Maximilian Bosch2021-11-303-1/+12
| * Bundle relations of relations into the `/relations` result. (#11284)Patrick Cloke2021-11-304-6/+130
| * Fix `LruCache` corruption bug with a `size_callback` that can return 0 (#11454)Sean Quah2021-11-303-1/+17
| * Eliminate a few `Any`s in `LruCache` type hints (#11453)Sean Quah2021-11-304-19/+32
| * Remove unnecessary `json.dumps` from `tests.rest.admin` (#11461)Dirk Klimpel2021-11-302-41/+21
| * Merge branch 'master' into developBrendan Abolivier2021-11-3072-71/+101
| |\
| | * Merge trust_identity_server_for_password_resets PRs v1.48.0Brendan Abolivier2021-11-301-2/+1
| | * Move notices upBrendan Abolivier2021-11-301-5/+4
| | * Fixup changelogBrendan Abolivier2021-11-301-1/+1
| | * 1.48.0Brendan Abolivier2021-11-303-1/+13
| | * Fix docker hub name v1.48.0rc1Brendan Abolivier2021-11-251-1/+1
| | * Incorporate review from synapse-devBrendan Abolivier2021-11-251-10/+12
| | * Fixup changelogBrendan Abolivier2021-11-251-13/+12
| | * 1.48.0rc1Brendan Abolivier2021-11-2572-71/+90
| * | Add missing copyright header. (#11460)Patrick Cloke2021-11-302-0/+15
| * | synctl stop: wait for processes to exit (#11459)Richard van der Hoff2021-11-302-25/+15
| * | Improved push typing (#11409)Marcus2021-11-307-36/+210
| * | Convert status codes to `HTTPStatus` in `tests.rest.admin` (#11455)Dirk Klimpel2021-11-3012-557/+887
| * | Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452)Dirk Klimpel2021-11-2912-171/+276
| * | Refactor `backfilled` into specific behavior function arguments (`_persist_ev...Eric Eastwood2021-11-293-21/+57
| * | Support the stable /hierarchy endpoint from MSC2946 (#11329)Patrick Cloke2021-11-2911-51/+134
| * | Make background updates controllable via a plugin (#11306)Erik Johnston2021-11-2912-61/+407
| * | Return the stable `event` field from `/send_join` per MSC3083. (#11413)Patrick Cloke2021-11-295-4/+19
| * | Update the media repository documentation (#11415)Sean Quah2021-11-292-19/+71
| * | Add type annotations to some of the configuration surrounding refresh tokens....reivilibre2021-11-293-2/+11
| * | Fix perspectives requests for multiple keys for the same server (#11440)Richard van der Hoff2021-11-293-11/+91
| * | Fix using MSC2716 batch sending with event persistence workers (#11220)Tulir Asokan2021-11-293-0/+8
| * | disallow-untyped-defs for the module_api (#11029)David Robertson2021-11-293-30/+59
| * | Fix changelog filename in #11441David Robertson2021-11-291-0/+0
| * | Add a test case for the SendJoinParser (#11441)David Robertson2021-11-293-0/+55
| * | Bump ijson dependency to 3.1 (#11438) (#11439)Daniel Molkentin2021-11-262-1/+2
| * | Update MSC2918 refresh token support to confirm with the latest revision: acc...reivilibre2021-11-264-22/+58
| * | Add type hints to `synapse/storage/databases/main/events_worker.py` (#11411)Sean Quah2021-11-2613-171/+255
| * | Support expiry of refresh tokens and expiry of the overall session when refre...reivilibre2021-11-268-54/+338
| * | Create healthcheck script for synapse-workers container (#11429)Michael Kaye2021-11-264-0/+23
| * | Track ongoing event fetches correctly (again) (#11376)Sean Quah2021-11-263-43/+251
| * | Annotate string constants in `synapse.api.constants` with `Final` (#11356)Sean Quah2021-11-252-98/+101
| |/
| * Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#...Brendan Abolivier2021-11-254-148/+84
| * Lower minumum batch size to 1 for background updates (#11422)Brendan Abolivier2021-11-244-13/+23
| * Rename unstable `access_token_lifetime` configuration option to `refreshable_...reivilibre2021-11-236-16/+36
| * Add missing type hints to config base classes (#11377)Patrick Cloke2021-11-2313-109/+184
| * Remove code invalidated by deprecated config flag 'trust_identity_servers_for...Shay2021-11-234-41/+4
| * Merge branch 'master' into developSean Quah2021-11-238-51/+513
| |\
| | * Merge tag 'v1.47.1'Sean Quah2021-11-238-51/+513
| | |\
| | | * Add CVE number v1.47.1Sean Quah2021-11-191-1/+1
| | | * Refer to 1.47.1 without the vSean Quah2021-11-191-1/+1
| | | * Update 1.47.1 release date in CHANGES.mdSean Quah2021-11-191-1/+1
| | | * 1.47.1Sean Quah2021-11-193-1/+30
| | | * Prevent the media store from writing outside of the configured directorySean Quah2021-11-195-50/+483
| * | | Refactor the code to inject bundled relations during serialization. (#11408)Patrick Cloke2021-11-238-73/+92
| * | | Add config for customizing the claim used for JWT logins. (#11361)Kostas2021-11-226-35/+57
| * | | Store arbitrary relations from events. (#11391)Patrick Cloke2021-11-226-45/+193
| * | | Update README.mdShay2021-11-191-2/+4
| * | | Add an admin API to run background jobs. (#11352)Dirk Klimpel2021-11-199-43/+280
| * | | Fix checking whether a room can be published on creation. (#11392)Patrick Cloke2021-11-194-56/+95
| * | | Remove dead code from acme support. (#11393)Patrick Cloke2021-11-192-50/+1
| * | | Remove msc2716 from the list of tests for complement. (#11389)Patrick Cloke2021-11-192-1/+2
| * | | Keep fallback key marked as used if it's re-uploaded (#11382)Hubert Chathi2021-11-193-12/+72
| * | | Publish a `develop` docker image (#11380)Richard van der Hoff2021-11-192-1/+5
| * | | Fix verification of objects signed with old local keys (#11379)Richard van der Hoff2021-11-193-31/+95
| * | | Prevent historical state from being pushed to an application service via `/tr...Eric Eastwood2021-11-184-2/+39
| * | | Remove legacy code related to deprecated `trust_identity_server_for_password_...Shay2021-11-185-47/+18
| * | | Add dedicated admin API for blocking a room (#11324)Dirk Klimpel2021-11-186-0/+404
| * | | Add/Unerase annotations to Module API (#11341)reivilibre2021-11-182-23/+135
| * | | Rename `get_refresh_token_for_user_id` to `create_refresh_token_for_user_id` ...reivilibre2021-11-183-3/+4
| * | | Use auto_attribs for RefreshTokenLookupResult (#11386)reivilibre2021-11-182-7/+8
| * | | Do not allow MSC3440 threads to fork threads (#11161)Patrick Cloke2021-11-184-8/+176
| * | | Docs: Quote wildcard `federation_certificate_verification_whitelist` (#11381)Nicolai Søborg2021-11-183-4/+5
| * | | Add type annotations to `synapse.metrics` (#10847)Sean Quah2021-11-1712-85/+173
| * | | Add support for `/_matrix/media/v3` APIs (#11371)Aaron R2021-11-176-51/+60
| * | | Merge branch 'master' into developDavid Robertson2021-11-175-3/+15
| |\| |
| | * | Merge remote-tracking branch 'origin/release-v1.47'David Robertson2021-11-17168-1293/+4113
| | |\|
| | | * 1.47.0 v1.47.0David Robertson2021-11-173-1/+13
| | * | Correct target of link to the modules page from the Password Auth Providers p...reivilibre2021-11-121-1/+1
| | * | Wrong DTLS port in "Troubleshooting" (#11268)jmcparland2021-11-081-1/+1
| * | | Rename `get_access_token_for_user_id` method to `create_access_token_for_user...reivilibre2021-11-177-15/+16
| * | | Fix running complement.sh script. (#11368)Patrick Cloke2021-11-172-3/+4
| * | | Fix incorrect return value in tests. (#11359)Patrick Cloke2021-11-162-1/+2
| * | | Merge tag 'v1.47.0rc3' into developDavid Robertson2021-11-166-21/+103
| |\ \ \ | | | |/ | | |/|
| | * | fix up changelog language v1.47.0rc3Andrew Morgan2021-11-161-1/+1
| | * | mark the migration file migration as a bugAndrew Morgan2021-11-161-6/+1
| | * | 1.47.0rc3Andrew Morgan2021-11-166-4/+22
| | * | Rename `remove_deleted_devices_from_device_inbox` to ensure it is always run ...Andrew Morgan2021-11-162-1/+14
| | * | Run _upgrade_existing_database on workers if at current schema_version (#11346)Andrew Morgan2021-11-153-19/+74
| | * | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303)Dirk Klimpel2021-11-152-1/+2
| * | | Avoid sharing room hierarchy responses between users (#11355)Sean Quah2021-11-163-2/+65
| * | | Add support for `/_matrix/client/v3` APIs (#11318)Aaron R2021-11-164-3/+5
| * | | Add most missing type hints to synapse.util (#11328)Patrick Cloke2021-11-1610-165/+161
| * | | Properly register all callback hooks for legacy password authentication provi...reivilibre2021-11-162-13/+14
* | | | Modify tests to handle new location of to-device messages in AS txnsAndrew Morgan2021-12-032-47/+52
* | | | 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-033-25/+35
* | | | 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-244-13/+13
* | | | Fix existing unit tests github/anoa/e2e_as anoa/e2e_asAndrew Morgan2021-11-221-8/+5
* | | | Simplify registration of appservices in testsAndrew Morgan2021-11-191-64/+51
* | | | Rename user1, user2 in tests to something more usefulAndrew Morgan2021-11-191-30/+51
* | | | Rename ApplicationServiceEphemeralEventsTestCaseAndrew Morgan2021-11-191-1/+5
* | | | _handle_to_device -> _get_to_device_messagesAndrew Morgan2021-11-191-3/+7
* | | | Deduplicate ephemeral events to send conditionalAndrew Morgan2021-11-193-28/+34
* | | | 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
* | | | ChangelogAndrew Morgan2021-11-161-0/+1
* | | | Add testsAndrew Morgan2021-11-161-4/+246
* | | | 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