summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Newsfile github/rei/p/stcache rei/p/stcacheOlivier Wilkinson (reivilibre)2021-12-201-0/+1
* Iterate over in-flight requests in descending orderOlivier Wilkinson (reivilibre)2021-12-201-4/+6
* Use sorted dictsOlivier Wilkinson (reivilibre)2021-12-201-2/+5
* Define a comparator for StateFiltersOlivier Wilkinson (reivilibre)2021-12-201-0/+20
* NewsfileOlivier Wilkinson (reivilibre)2021-12-201-0/+1
* Shunt out with StateFilter.all() if many requests are made to the same groupOlivier Wilkinson (reivilibre)2021-12-201-0/+14
* Fix up misunderstanding (fixes tests)Olivier Wilkinson (reivilibre)2021-12-201-1/+1
* Merge branch 'develop' into rei/gsfg_1Olivier Wilkinson (reivilibre)2021-12-20440-6205/+18302
|\
| * Add type hints to `synapse/tests/rest/admin` (#11590)Dirk Klimpel2021-12-167-57/+74
| * Add type hints to `synapse/storage/databases/main/transactions.py` (#11589)Dirk Klimpel2021-12-163-25/+29
| * Add MSC2716 and MSC3030 to `/versions` -> `unstable_features` (#11582)Eric Eastwood2021-12-163-1/+6
| * Add type hints to `synapse/storage/databases/main/room.py` (#11575)Sean Quah2021-12-155-77/+108
| * Require Collections as the parameters for simple_* methods. (#11580)Patrick Cloke2021-12-153-40/+12
| * Convert EventStreamResult to attrs. (#11574)Patrick Cloke2021-12-153-9/+24
| * Add experimental support for MSC3202: allowing application services to masque...reivilibre2021-12-155-14/+162
| * Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549)Sean Quah2021-12-146-79/+188
| * Add missing type hints to `synapse.logging.context` (#11556)Sean Quah2021-12-1413-122/+215
| * Add missing type hints to `synapse.appservice` (#11360)Patrick Cloke2021-12-147-93/+148
| * Merge branch 'master' into developOlivier Wilkinson (reivilibre)2021-12-143-3/+27
| |\
| | * Merge tag 'v1.49.0'Olivier Wilkinson (reivilibre)2021-12-143-3/+27
| | |\
| | | * Restructure changelog v1.49.0Olivier Wilkinson (reivilibre)2021-12-141-2/+9
| | | * 1.49.0Olivier Wilkinson (reivilibre)2021-12-143-1/+18
| | * | Revert "Revert accidental fast-forward merge from v1.49.0rc1"Olivier Wilkinson (reivilibre)2021-12-14165-2708/+7720
| | * | Revert accidental fast-forward merge from v1.49.0rc1Sean Quah2021-12-07165-7720/+2708
| | |/
| * | Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570)Sean Quah2021-12-149-21/+20
| * | Add missing type hints to synapse.http. (#11571)Patrick Cloke2021-12-148-51/+76
| * | checks for generators in database functions (#11564)Richard van der Hoff2021-12-133-7/+49
| * | Move HTML parsing to a separate file for URL previews. (#11566)Patrick Cloke2021-12-136-401/+432
| * | Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-1335-87/+351
| * | Add type hints to `synapse/storage/databases/main/end_to_end_keys.py` (#11551)Sean Quah2021-12-134-69/+150
| * | Add type hints to `synapse/storage/databases/main/account_data.py` (#11546)Sean Quah2021-12-134-33/+87
| * | 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
| * | 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
| * 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
| * | | Add ability to un-shadow-ban via the admin API. (#11347)Patrick Cloke2021-11-165-12/+53
| * | | Misc typing fixes for tests, part 2 of N (#11330)David Robertson2021-11-165-29/+66
| * | | change 'Home Server' to one word 'homeserver' (#11320)Ashwin Nair2021-11-164-15/+16
| * | | Database storage profile passes mypy (#11342)David Robertson2021-11-154-8/+21
| * | | Get directory db file to pass mypy (#11339)David Robertson2021-11-154-7/+11
| * | | Add support for the stable version of MSC2778 (#11335)Tulir Asokan2021-11-154-4/+16
| * | | Remove unused tables `room_stats_historical` and `user_stats_historical` (#11...Shay2021-11-123-1/+24
| * | | Annotations for state_deltas.py (#11316)David Robertson2021-11-123-4/+17
| * | | Rollback #11322 due to wrong syntax in mypy.ini. (#11332)Patrick Cloke2021-11-122-2/+15
| * | | Test room alias deletion (#11327)David Robertson2021-11-125-31/+91
| * | | Change display names/avatar URLs to None if they contain null bytes before st...Shay2021-11-123-4/+56
| * | | Add type hints to media repository storage module (#11311)Patrick Cloke2021-11-124-62/+89
| * | | Attempt to annotate events_forward_extremities (#11314)David Robertson2021-11-124-8/+17
| * | | Misc typing fixes for `tests`, part 1 of N (#11323)David Robertson2021-11-127-29/+53
| * | | Generalize the disallowed_untyped_defs in mypy.ini (#11322)Patrick Cloke2021-11-122-14/+3
| * | | Add more type hints to synapse.util. (#11321)Patrick Cloke2021-11-123-15/+24
| * | | Suggest using `/etc/matrix-synapse/conf.d/` for configuration with Debian pac...reivilibre2021-11-122-0/+7
| * | | Convert delete room admin API to async endpoint (#11223)Dirk Klimpel2021-11-129-91/+1317
| * | | Annotations for user_erasure_store (#11313)David Robertson2021-11-113-5/+9
| * | | Get db signatures file to pass mypy (#11312)David Robertson2021-11-114-10/+8
| * | | Correct type hint for room_batch.py (#11310)David Robertson2021-11-113-11/+12
| * | | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303)Dirk Klimpel2021-11-112-1/+2
| * | | Add type hints to some storage classes (#11307)Patrick Cloke2021-11-119-54/+116
| * | | Fix error in thumbnail generation (#11288)Neeeflix2021-11-102-4/+5
| * | | Add missing type hints to `synapse.app`. (#11287)Patrick Cloke2021-11-1017-190/+223
| * | | Add type hints to synapse._scripts (#11297)Patrick Cloke2021-11-105-20/+30
| * | | Add documentation page stubs for Single Sign-On, SAML and CAS pages (#11298)Andrew Morgan2021-11-105-3/+25
| * | | Remove redundant parameters on `_check_event_auth` (#11292)Richard van der Hoff2021-11-103-12/+1
| * | | Merge tag 'v1.47.0rc2' into developOlivier Wilkinson (reivilibre)2021-11-1060-60/+101
| |\| |
| | * | Changelog tweak from feedback v1.47.0rc2Olivier Wilkinson (reivilibre)2021-11-101-1/+1
| | * | Move Debian changelog entries to rc2 since rc1 was not publishedOlivier Wilkinson (reivilibre)2021-11-101-7/+4
| | * | 1.47.0rc2Olivier Wilkinson (reivilibre)2021-11-103-1/+14
| | * | Correct the Debian changelogOlivier Wilkinson (reivilibre)2021-11-101-1/+1
| | * | Update __init__.py v1.47.0rc1Olivier Wilkinson (reivilibre)2021-11-091-1/+1
| | * | Changelog tweaks from reviewOlivier Wilkinson (reivilibre)2021-11-091-5/+5
| | * | Make Deprecations and Removals more prominentOlivier Wilkinson (reivilibre)2021-11-091-7/+7
| | * | Changelog tweaksOlivier Wilkinson (reivilibre)2021-11-091-6/+6
| | * | 1.47.0rc1Olivier Wilkinson (reivilibre)2021-11-0959-59/+90
| * | | Fix typos in the `username_available` admin API documentation. (#11286)Stanislav Motylkov2021-11-092-1/+2
| * | | Split out federated PDU retrieval into a non-cached version (#11242)Eric Eastwood2021-11-092-22/+59
| * | | Ignore missing imports for parameterized. (#11285)Patrick Cloke2021-11-092-0/+4
| * | | Require mypy for synapse/ & tests/ unless excluded (#11282)Dan Callahan2021-11-093-77/+168
| * | | Clarifications and small fixes to to-device related code (#11247)Andrew Morgan2021-11-096-17/+78
| * | | Allow admins to proactively block rooms (#11228)David Robertson2021-11-096-21/+103
| * | | Support filtering by relations per MSC3440 (#11236)Patrick Cloke2021-11-0915-110/+680
| * | | Fix typo in `RelationAggregationPaginationServlet` error response (#11278)Andrew Morgan2021-11-092-1/+4
| |/ /
| * | Include cross-signing signatures when syncing remote devices for the first ti...Erik Johnston2021-11-093-86/+277
| * | Require body for read receipts with user-agent exceptions (#11157)rogersheu2021-11-093-3/+40
| * | Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244)Eric Eastwood2021-11-084-3/+4
| * | Add some background update admin APIs (#11263)Erik Johnston2021-11-088-18/+468
| * | Fix typo in comment from #11255. (#11276)Patrick Cloke2021-11-082-1/+2
| * | Default value for `public_baseurl` (#11210)Richard van der Hoff2021-11-0816-73/+62
| * | Address review feedback from #11269 (#11273)Dan Callahan2021-11-082-2/+3
| * | Blacklist new sytest validation test (#11270)Erik Johnston2021-11-082-0/+4
| * | Handle federation inbound instances being killed more gracefully (#11262)Erik Johnston2021-11-083-10/+27
| * | Minor cleanup to Debian packaging (#11269)Dan Callahan2021-11-0711-53/+10
| * | Add doc to integrate synapse with LemonLDAP OIDC (#11257)Julian2021-11-052-0/+39
| * | Fix rolling back when using workers (#11255)Erik Johnston2021-11-053-11/+82
| * | Make minor correction to type of auth_checkers callbacks (#11253)reivilibre2021-11-043-2/+5
| * | Additional test for `cachedList` (#11246)Richard van der Hoff2021-11-042-0/+44
* | | Merge branch 'develop' into rei/gsfg_1Olivier Wilkinson (reivilibre)2021-11-04370-3536/+8946
|\| |
| * | Track ongoing event fetches correctly in the presence of failure (#11240)Sean Quah2021-11-042-22/+35
| * | Add a linearizer on (appservice, stream) when handling ephemeral events. (#11...Nick Barrett2021-11-033-18/+103
| * | Enable passing typing stream writers as a list. (#11237)Nick Barrett2021-11-038-16/+24
| * | Remove a debug statement from tests. (#11239)Patrick Cloke2021-11-032-1/+1