summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into mv/mypy-unused-awaitable github/mv/mypy-unused-awaitable mv/mypy-unused-awaitableMathieu Velten2023-03-13444-5356/+8868
|\
| * Bump hiredis from 2.2.1 to 2.2.2 (#15252)dependabot[bot]2023-03-132-90/+91
| * Bump serde from 1.0.152 to 1.0.155 (#15253)dependabot[bot]2023-03-132-4/+5
| * Bump pysaml2 from 7.2.1 to 7.3.1 (#15254)dependabot[bot]2023-03-132-8/+8
| * Bump msgpack from 1.0.4 to 1.0.5 (#15255)dependabot[bot]2023-03-132-53/+65
| * Bump gitpython from 3.1.30 to 3.1.31 (#15256)dependabot[bot]2023-03-132-5/+6
| * Give PyCharm some help with `@cache_in_self` (#15238)David Robertson2023-03-092-3/+27
| * Faster joins: Fix spurious errors on incremental sync (#15232)Sean Quah2023-03-092-2/+8
| * Add missing type hints to `synapse.storage.database`. (#15230)Patrick Cloke2023-03-093-8/+17
| * Pull in netaddr type hints. (#15231)Patrick Cloke2023-03-097-12/+23
| * Add topic and name events to group of events that are batch persisted when cr...Shay2023-03-082-56/+53
| * Include the room ID in more purge room log lines. (#15222)Patrick Cloke2023-03-085-15/+23
| * Add a missing endpoint to the workers documentation. (#15223)Patrick Cloke2023-03-082-0/+2
| * More speedups/fixes to creating batched events (#15195)Shay2023-03-075-9/+33
| * Stabilize support for MSC3873: disambuguated event push keys. (#15190)Patrick Cloke2023-03-075-45/+15
| * Pass the Requester down to the HttpTransactionCache. (#15200)Quentin Gliech2023-03-076-129/+215
| * Stabilize support for MSC3966: event_property_contains push condition. (#15187)Patrick Cloke2023-03-079-55/+13
| * Remove duplicate entry from changelog v1.79.0rc1David Robertson2023-03-071-1/+0
| * Update changelogDavid Robertson2023-03-071-21/+24
| * 1.79.0rc1David Robertson2023-03-0763-61/+102
| * Hack to rebuild the complement editable image (#15184)David Robertson2023-03-072-1/+12
| * Bump types-pyopenssl from 22.1.0.2 to 23.0.0.4 (#15213)dependabot[bot]2023-03-072-44/+5
| * Bump types-pillow from 9.4.0.13 to 9.4.0.17 (#15211)dependabot[bot]2023-03-072-3/+4
| * Bump types-setuptools from 67.4.0.3 to 67.5.0.0 (#15212)dependabot[bot]2023-03-072-3/+4
| * Bump types-psycopg2 from 2.9.21.4 to 2.9.21.8 (#15210)dependabot[bot]2023-03-072-3/+4
| * Bump types-commonmark from 0.9.2.1 to 0.9.2.2 (#15209)dependabot[bot]2023-03-072-3/+4
| * Split up txn for fetching device keys (#15215)Erik Johnston2023-03-073-9/+26
| * Pass the requester during event serialization. (#15174)Quentin Gliech2023-03-0612-75/+151
| * Stop applying edits to event contents (MSC3925). (#15193)Patrick Cloke2023-03-066-109/+15
| * Stabilize support for MSC3758: event_property_is push condition (#15185)Patrick Cloke2023-03-0610-81/+39
| * Bump serde_json from 1.0.93 to 1.0.94 (#15214)Co-authored-by: dependabot[bot]...dependabot[bot]2023-03-062-2/+3
| * Use nightly rustfmt in CI (#15188)Erik Johnston2023-03-034-2/+5
| * Fix ICU tests on alpine / macOS. (#15177)65432023-03-032-0/+3
| * Combine AbstractStreamIdTracker and AbstractStreamIdGenerator. (#15192)Patrick Cloke2023-03-037-27/+15
| * Remove unspecced and buggy `PUT` method on the unstable `/rooms/<room_id>/bat...Quentin Gliech2023-03-032-15/+2
| * Configure ruff to automatically fix issues. (#15194)Patrick Cloke2023-03-032-1/+2
| * Experimental MSC3890 Implementation: Fix deleting account data when using an ...Andrew Morgan2023-03-033-26/+16
| * Add a `get_next_txn` method to `StreamIdGenerator` to match `MultiWriterIdGen...Andrew Morgan2023-03-024-11/+48
| * Add support for knocking to workers. (#15133)Dirk Klimpel2023-03-029-16/+15
| * Remove the unspecced and bugged PUT /knock/{roomIdOrAlias} endpoint (#15189)Quentin Gliech2023-03-022-15/+2
| * Dockerfile-workers: spell out when config isn't generated (#15186)David Robertson2023-03-022-1/+6
| * Update intentional mentions (MSC3952) to depend on `exact_event_property_cont...Patrick Cloke2023-03-0211-94/+73
| * Fix conflicting URLs for dehydrated devices. (#15180)Patrick Cloke2023-03-022-1/+2
| * Add Sytest jobs with the asyncio reactor enabled (#14101)Quentin Gliech2023-03-023-0/+17
| * Move event_reports to `RoomWorkerStore` (#15165)Dirk Klimpel2023-03-022-177/+178
| * Implementation of MSC3967: Don't require UIA for initial upload of cross sign...Hugh Nimmo-Smith2023-03-025-9/+182
| * Remove support for aggregating reactions (#15172)Richard van der Hoff2023-02-288-377/+30
| * Merge branch 'master' into developH. Shay2023-02-285-1/+95
| |\
| | * 1.78.0 v1.78.0H. Shay2023-02-284-2/+16
| | * Fix bug where 5s delays would occasionally happen. (#15150)Erik Johnston2023-02-243-0/+80
| * | Update spam checker documentation for moved media modules. (#15175)Patrick Cloke2023-02-282-2/+3
| * | Fix a long-standing bug where an initial sync would not respond to changes to...reivilibre2023-02-284-2/+77
| * | Allow use of the `/filter` Client-Server APIs on workers. (#15134)reivilibre2023-02-286-8/+27
| * | Add missing type hints to InsecureInterceptableContextFactory. (#15164)Patrick Cloke2023-02-283-5/+4
| * | Do not accept pattern_type from user input in push rules. (#15088)Patrick Cloke2023-02-286-186/+244
| * | Add documentation for caching in a module (#14026)Brendan Abolivier2023-02-282-0/+57
| * | Admin API endpoint to delete a reported event (#15116)Dirk Klimpel2023-02-285-11/+224
| * | Correct documentation about registration_shared_secret_path (#15168)Evan Krall2023-02-282-2/+3
| * | Remove dangling reference to being a reference implementation (#15167)Travis Ralston2023-02-272-2/+4
| * | Add module API callbacks for adding and deleting local 3PID associations (#15044Andrew Morgan2023-02-2712-48/+324
| * | Refactor media modules. (#15146)Patrick Cloke2023-02-2731-1123/+1190
| * | Small fixes to `MatrixFederationHttpClient` docstrings (#15148)Andrew Morgan2023-02-272-7/+10
| * | Bump ruff from 0.0.237 to 0.0.252 (#15159)dependabot[bot]2023-02-273-19/+21
| * | Bump types-setuptools from 67.3.0.1 to 67.4.0.3 (#15160)dependabot[bot]2023-02-272-18/+4
| * | Bump types-opentracing from 2.4.10.1 to 2.4.10.3 (#15158)dependabot[bot]2023-02-272-3/+4
| * | Bump typing-extensions from 4.4.0 to 4.5.0 (#15157)dependabot[bot]2023-02-272-3/+4
| * | Bump matrix-org/backend-meta from 1 to 2 (#15156)dependabot[bot]2023-02-272-1/+2
| * | Bump actions/checkout from 2 to 3 (#15155)dependabot[bot]2023-02-272-2/+3
| * | Bump docker/login-action from 1 to 2 (#15154)dependabot[bot]2023-02-272-1/+2
| * | Bump dawidd6/action-download-artifact from 2.25.0 to 2.26.0 (#15152)dependabot[bot]2023-02-272-1/+2
| * | Batch up storing state groups when creating new room (#14918)Shay2023-02-2414-49/+371
| * | Improve handling of non-ASCII characters in user directory search (#15143)Sean Quah2023-02-243-2/+184
| * | Do not fail completely if oEmbed autodiscovery fails. (#15092)Patrick Cloke2023-02-233-13/+65
| * | Stop parsing the unspecced type parameter on thumbnail requests. (#15137)Patrick Cloke2023-02-232-1/+3
| * | Fix a typo in MSC3873 config option. (#15138)Patrick Cloke2023-02-234-9/+10
| * | Fix typo in federation_verify_certificates in config documentation. (#15139)Centzilius2023-02-232-1/+2
| * | Add information on uploaded media to user export command. (#15107)Dirk Klimpel2023-02-235-16/+136
| * | Documentation using Shibboleth with OIDC Plugin for SSO. (#15112)Fly2023-02-232-0/+42
| * | Update .git-blame-ignore-revs for #15103.Patrick Cloke2023-02-221-1/+5
| * | Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-22117-218/+108
| * | Tighten the default rate limit of creating new devices. (#15135)Patrick Cloke2023-02-223-5/+15
| * | Use `json.dump` in `FileExfiltrationWriter` (#15095)Dirk Klimpel2023-02-222-8/+9
| * | Clarify the workers that the ThirdPartyRules' `on_new_event` callback will ru...Andrew Morgan2023-02-222-0/+4
| * | Remove unused `room_alias` field from `/createRoom` response (#15093)David Robertson2023-02-2210-39/+40
| |/
| * Tweak changelog v1.78.0rc1Olivier Wilkinson (reivilibre)2023-02-211-4/+3
| * 1.78.0rc1Olivier Wilkinson (reivilibre)2023-02-2171-73/+94
| * Tweak logging for when a worker waits for its view of a replication stream to...reivilibre2023-02-212-2/+11
| * Upper-bound frozendict dependency (#15114)David Robertson2023-02-213-2/+5
| * Add `matrix-org-archive-keyring` package as `Recommends` (#15110)Erik Johnston2023-02-202-0/+7
| * Update database_maintenance_tools.md (#15083)jahway6032023-02-202-2/+3
| * Teach portdb about `un_partial_stated_event_stream` (#15108)David Robertson2023-02-202-33/+53
| * Allow health listener resource to load (#15096)realtyem2023-02-202-0/+2
| * Fix a bug introduced in Synapse v1.74.0 where searching with colons when usin...reivilibre2023-02-204-5/+90
| * Bump types-setuptools from 67.1.0.0 to 67.3.0.1 (#15105)dependabot[bot]2023-02-202-3/+4
| * Bump types-pillow from 9.4.0.10 to 9.4.0.13 (#15104)dependabot[bot]2023-02-202-3/+4
| * Bump dawidd6/action-download-artifact from 2.24.3 to 2.25.0 (#15102)dependabot[bot]2023-02-202-1/+2
| * Bump dtolnay/rust-toolchain from 25dc93b901a87e864900a8aec6c12e9aa794c0c3 to ...dependabot[bot]2023-02-204-15/+16
| * Bump types-bleach from 5.0.3.1 to 6.0.0.0 (#15100)dependabot[bot]2023-02-202-3/+4
| * Bump types-jsonschema from 4.17.0.3 to 4.17.0.5 (#15099)dependabot[bot]2023-02-202-4/+5
| * Fix-up type hints in tests/server.py. (#15084)Patrick Cloke2023-02-179-129/+226
| * Add account data to export command (#14969)Dirk Klimpel2023-02-175-16/+79
| * Mitigate a race where /make_join could 403 for restricted rooms (#15080)Sean Quah2023-02-172-1/+16
| * Document how to start Synapse with Poetry (#14892)ZAID BIN TARIQ2023-02-162-0/+12
| * Use mypy 1.0 (#15052)David Robertson2023-02-1617-104/+209
| * Update intentional mentions (MSC3952) to depend on `exact_event_match` (MSC37...Patrick Cloke2023-02-1610-59/+26
| * Fix a mistake in registration_shared_secret_path docs (#15078)saddfox2023-02-152-1/+2
| * Fix federated joins when the first server in the list is not in the room (#15...Sean Quah2023-02-152-6/+6
| * Make it easier to use DataGrip w/ Synapse's schema (#14982)David Robertson2023-02-158-3/+50
| * Support for selecting the Redis logical database. (#15034)999lakhisidhu2023-02-155-0/+8
| * Update the error code for duplicate annotation (#15075)Richard van der Hoff2023-02-153-1/+11
| * Fix order of partial state tables when purging (#15068)David Robertson2023-02-143-2/+10
| * Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-1455-320/+433
| * Implement MSC3966: Add a push rule condition to search for a value in an arra...Patrick Cloke2023-02-149-42/+176
| * Remove spurious `dont_notify` action from `.m.rule.reaction` (#15073)Richard van der Hoff2023-02-142-1/+2
| * Prevent clients from reporting nonexistent events. (#13779)reivilibre2023-02-143-1/+23
| * Merge branch 'master' into developMathieu Velten2023-02-143-1/+13
| |\
| | * 1.77.0 v1.77.0Mathieu Velten2023-02-143-1/+13
| * | Faster joins: Omit device list updates from partial state rooms in /sync (#15...Sean Quah2023-02-142-0/+6
| * | Fix clashing DB txn name (#15070)Erik Johnston2023-02-142-1/+2
| * | Skip calculating unread push actions in `/sync` when `enable_push` is false. ...Erik Johnston2023-02-143-0/+16
| * | Change collection[str] to StrCollection in event_auth code (#14929)Harishankar Kumar2023-02-145-24/+19
| * | Add check to ensure locked dependencies have source distributions available. ...reivilibre2023-02-135-1/+87
| * | Tweak comment on `_is_local_room_accessible` as part of room visibility in `/...reivilibre2023-02-132-2/+3
| * | Update pyo3-log to v0.8.1 (#15043)V024602023-02-133-3/+4
| * | Refactor arguments of `try_unbind_threepid(_with_id_server)` from dict to sep...Andrew Morgan2023-02-135-39/+28
| * | Apply logging from hotfixes branch to develop (#15054)David Robertson2023-02-132-0/+4
| * | Bump sentry-sdk from 1.13.0 to 1.15.0 (#15065)dependabot[bot]2023-02-132-4/+6
| * | Bump types-pillow from 9.4.0.5 to 9.4.0.10 (#15064)dependabot[bot]2023-02-132-3/+4
| * | Bump types-requests from 2.28.11.8 to 2.28.11.12 (#15063)dependabot[bot]2023-02-132-3/+4
| * | Bump serde_json from 1.0.92 to 1.0.93 (#15062)dependabot[bot]2023-02-132-2/+3
| * | Bump systemd-python from 234 to 235 (#15061)dependabot[bot]2023-02-132-2/+3
| * | Bump dtolnay/rust-toolchain from 9cd00a88a73addc8617065438eff914dd08d0955 to ...dependabot[bot]2023-02-134-15/+16
| * | Bump bleach from 5.0.1 to 6.0.0 (#15059)dependabot[bot]2023-02-132-4/+6
| * | Faster joins: don't stall when a user joins during a fast join (#14606)Mathieu Velten2023-02-1012-94/+196
| * | Return read-only collections from `@cached` methods (#13755)Sean Quah2023-02-1027-77/+98
| * | Support for MSC3758: exact_event_match push condition (#14964)Patrick Cloke2023-02-109-41/+356
| * | Avoid fetching unused account data in sync. (#14973)Patrick Cloke2023-02-108-90/+176
| * | Merge branch 'release-v1.77' into developDavid Robertson2023-02-105-3/+31
| |\|
| | * 1.77.0rc2 v1.77.0rc2David Robertson2023-02-105-3/+22
| | * Bump schema version (#15036)David Robertson2023-02-092-2/+8
| | * Fix bug in replication where response is cached (#15024)Erik Johnston2023-02-082-0/+3
| * | Avoid mutating cached values in `_generate_sync_entry_for_account_data` (#15047)Sean Quah2023-02-102-0/+3
| * | Refactor get_user_devices_from_cache to avoid mutating cached values. (#15040)Patrick Cloke2023-02-103-18/+25
| * | Fix exception on start up about device lists (#15041)Erik Johnston2023-02-102-0/+2
| * | Tag federation request spans with the worker name (#15042)David Robertson2023-02-093-8/+10
| * | Add a class UnpersistedEventContext to allow for the batching up of storing s...Shay2023-02-0914-162/+359
| * | Do not always start a db txn on Postgres (#14840)Andrew Morgan2023-02-092-4/+10
| * | Bump ruff version from 0.0.230 to 0.0.237. (#15033)Andrew Morgan2023-02-093-19/+20
| * | Respond correctly to unknown methods on known endpoints (#14605)Patrick Cloke2023-02-098-51/+89
| * | Avoid mutating cached room aliases. (#15038)Patrick Cloke2023-02-092-1/+3
| * | Add final type hint to synapse.server. (#15035)Patrick Cloke2023-02-097-12/+11
| * | Proper types for `tests.module_api` (#15031)David Robertson2023-02-094-54/+80
| * | Add more missing type hints to tests. (#15028)Patrick Cloke2023-02-0814-111/+124
| * | Add missing type hints to tests. (#15027)Patrick Cloke2023-02-088-76/+70
| * | Limit concurrent event creation for a room to avoid state resolution when sen...Shay2023-02-082-3/+4
| * | Explicit disabling of disallowed_untyped_defs. (#15026)Patrick Cloke2023-02-082-58/+26
| * | MSC3873: Escape keys when flattening dicts. (#15004)Patrick Cloke2023-02-084-4/+40
| * | Document how to run Synapse (#15022)Andy Balaam2023-02-082-0/+14
| * | Merge branch 'release-v1.77' into developDavid Robertson2023-02-0869-205/+88
| |\|
| | * Permalink to the docs v1.77.0rc1David Robertson2023-02-081-1/+1
| | * Note the revert (that I didn't PR)David Robertson2023-02-081-1/+1
| | * Merge the osx wheel fix with poetry-core 1.5.0David Robertson2023-02-081-2/+1
| | * Rearrange itemsDavid Robertson2023-02-081-23/+24
| | * Manually add new news fragmentsDavid Robertson2023-02-083-2/+2
| | * Hacky fix to make mac wheels (#15019)David Robertson2023-02-073-2/+12
| | * Include no actions instead of dont_notify for suppressing edits. (#15016)Patrick Cloke2023-02-072-1/+2
| | * Disambiguate `get_ex_outlier_stream_rows` queryDavid Robertson2023-02-071-4/+4
| | * Revert "Add `event_stream_ordering` column to membership state tables (#14979)"David Robertson2023-02-074-145/+11
| | * 1.77.0rc1David Robertson2023-02-0763-61/+67
| * | Bump cryptography from 38.0.4 to 39.0.1 (#15020)dependabot[bot]2023-02-082-30/+28
| * | Clarify limitations of SRV delegation in documentation (#14959)William Kray2023-02-082-0/+10
| * | Typecheck tests.rest.media.v1.test_media_storage (#15008)David Robertson2023-02-074-23/+35
| |/
| * Proper types for tests.test_terms_auth (#15007)David Robertson2023-02-073-7/+17
| * Add tests for using _flatten_dict with an event. (#15002)Patrick Cloke2023-02-073-9/+68
| * Properly typecheck types.http (#14988)David Robertson2023-02-0717-191/+298
| * Add `event_stream_ordering` column to membership state tables (#14979)Nick Mills-Barrett2023-02-075-11/+146
| * Allow poetry-core 1.5.0 (#14949)icp2023-02-062-2/+5
| * Add missing types to test_state. (#14985)Patrick Cloke2023-02-063-62/+141
| * Type hints for tests.federation (#14991)David Robertson2023-02-0610-94/+127
| * Add missing type hints to tests.replication. (#14987)Patrick Cloke2023-02-0621-149/+193
* | Update changelog.d/14519.miscMathieu Velten2023-03-131-1/+1
* | Ignore other false-positivesDavid Robertson2023-02-066-16/+21
* | DeferredCache.get & .set are fine to not await(?)David Robertson2023-02-061-27/+27
* | Ignore false positives from run_as_background_processDavid Robertson2023-02-064-4/+7
* | Missing get_success-esDavid Robertson2023-02-061-2/+6
* | Fix force_load_metadata return typeDavid Robertson2023-02-061-2/+2
* | Merge remote-tracking branch 'origin/develop' into mv/mypy-unused-awaitableDavid Robertson2023-02-0621-177/+278
|\|
| * Expect type stubs from canonicaljson (#14992)David Robertson2023-02-062-3/+1
| * Type hints for tests.appservice (#14990)David Robertson2023-02-069-59/+132
| * Bump anyhow from 1.0.68 to 1.0.69 (#14996)dependabot[bot]2023-02-062-2/+3
| * Bump phonenumbers from 8.13.4 to 8.13.5 (#14999)dependabot[bot]2023-02-062-3/+4
| * Bump isort from 5.11.4 to 5.11.5 (#14998)dependabot[bot]2023-02-062-4/+5
| * Bump serde_json from 1.0.91 to 1.0.92 (#14997)dependabot[bot]2023-02-062-2/+3
| * Bump prometheus-client from 0.15.0 to 0.16.0 (#14995)dependabot[bot]2023-02-062-3/+4
| * Bump types-setuptools from 65.6.0.3 to 67.1.0.0 (#14994)dependabot[bot]2023-02-062-3/+4
| * Bump hiredis from 2.1.1 to 2.2.1 (#14993)dependabot[bot]2023-02-062-90/+91
| * Only notify the target of a membership event (#14971)David Robertson2023-02-062-8/+31
* | Merge remote-tracking branch 'origin/develop' into mv/mypy-unused-awaitableDavid Robertson2023-02-06509-8045/+17777
|\|
| * Properly typecheck tests.api (#14983)David Robertson2023-02-037-110/+140
| * Implement MSC3958: suppress notifications from edits (#14960)Patrick Cloke2023-02-039-2/+76
| * Properly typecheck tests.app (#14984David Robertson2023-02-035-15/+29
| * Add a docstring & tests for _flatten_dict. (#14981)Patrick Cloke2023-02-033-1/+49
| * Support the backwards compatibility features in MSC3952. (#14958)Patrick Cloke2023-02-037-59/+184
| * Faster joins: Refactor handling of servers in room (#14954)Sean Quah2023-02-039-37/+77
| * Reload the pyo3-log config when the Python logging config changes. (#14976)Patrick Cloke2023-02-035-20/+44
| * Skip unused calculations in sync handler. (#14908)Patrick Cloke2023-02-023-125/+137
| * Do not calculate presence or ephemeral events when they are filtered out (#14...Patrick Cloke2023-02-022-10/+10
| * Fetch fewer events when getting hosts in room (#14962)David Robertson2023-02-022-2/+45
| * Bump dtolnay/rust-toolchain from e645b0cf01249a964ec099494d38d2da0f0b349f to ...dependabot[bot]2023-02-024-15/+16
| * Make extension-module optional, but default. (#14965)Patrick Cloke2023-02-012-1/+6
| * Allow enabling the asyncio reactor in complement (#14858)realtyem2023-02-016-4/+42
| * Bump hiredis from 2.0.0 to 2.1.1 (#14939)dependabot[bot]2023-02-012-43/+92
| * Add helper to parse an enum from query args & use it. (#14956)Patrick Cloke2023-02-0125-96/+176
| * Attempt to delete more duplicate rows in receipts_linearized table. (#14915)Patrick Cloke2023-02-013-9/+30
| * Bump docker/build-push-action from 3 to 4 (#14952)dependabot[bot]2023-02-012-1/+2
| * Add more user information to export-data command. (#14894)Dirk Klimpel2023-02-016-20/+206
| * lnav config for synpase logs (#14953)David Robertson2023-02-013-0/+115
| * Fix inconsistencies between MSC3952 and implementation. (#14957)Patrick Cloke2023-02-012-3/+4
| * Merge branch 'master' into developH. Shay2023-01-316-5/+414
| |\
| | * update changelog and upgrade notes v1.76.0H. Shay2023-01-312-2/+2
| | * update changelogH. Shay2023-01-311-9/+10
| | * 1.76.0H. Shay2023-01-314-2/+16
| | * Initial batch of notes on faster joins (#14677)David Robertson2023-01-303-0/+377
| | * Describe faster joinsDavid Robertson2023-01-271-0/+17
| * | Fix running cargo bench & test in CI. (#14943)Patrick Cloke2023-01-313-0/+36
| * | Tag /send_join responses to detect faster joins (#14950)David Robertson2023-01-313-0/+12
| * | Fix "Re-starting finished log context" spam when creating events (#14947)Sean Quah2023-01-312-1/+4
| * | Make sqlite database migrations transactional again, part two (#14926)Sean Quah2023-01-315-5/+109
| * | Reject boolean power levels (#14944)David Robertson2023-01-314-6/+7
| * | Prefer `type(x) is int` to `isinstance(x, int)` (#14945)David Robertson2023-01-3114-47/+75
| * | Handle malformed values of `notification.room` in power level events (#14942)David Robertson2023-01-304-17/+128
| * | Bump types-pillow from 9.4.0.3 to 9.4.0.5 (#14938)dependabot[bot]2023-01-302-3/+4
| * | Bump types-jsonschema from 4.17.0.2 to 4.17.0.3 (#14937)dependabot[bot]2023-01-302-3/+4
| * | Bump types-pyyaml from 6.0.12.2 to 6.0.12.3 (#14936)dependabot[bot]2023-01-302-3/+4
| * | Bump ijson from 3.1.4 to 3.2.0.post0 (#14935)dependabot[bot]2023-01-302-63/+80
| * | Implement MSC3952: Intentional mentions (#14823)Patrick Cloke2023-01-2711-11/+263
| * | Merge branch 'release-v1.76' into developDavid Robertson2023-01-277-19/+79
| |\|
| | * 1.76.0rc2 v1.76.0rc2David Robertson2023-01-275-5/+25
| | * Batch look-ups to see if rooms are partial stated. (#14917)Patrick Cloke2023-01-264-11/+43
| | * Fix initialization of `_device_list_id_gen` (#14914)Sean Quah2023-01-262-0/+2
| | * Fix link syntax in changelogDavid Robertson2023-01-251-1/+1
| | * Refer to upgrade notesDavid Robertson2023-01-251-0/+6
| | * Touch-up the features sectionDavid Robertson2023-01-251-3/+3
| | * Group dependabot linesDavid Robertson2023-01-251-4/+4
| * | Use an enum for direction. (#14927)Patrick Cloke2023-01-279-44/+76
| * | Add missing type hints in tests (#14879)Patrick Cloke2023-01-268-42/+75
| * | Fix paginating /relations with a live token (#14866)Patrick Cloke2023-01-263-70/+123
| * | Use StrCollection in place of Collection[str] in (most) handlers code. (#14922)Patrick Cloke2023-01-2613-58/+43
| * | Fix typo in release script (#14920)David Robertson2023-01-262-1/+2
| * | Fix type hints in typing edu unit tests (#14886)Andrew Morgan2023-01-265-43/+66