summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add orjson as a dependency github/rei/moh-orjson-replication rei/moh-orjson-replicationOlivier Wilkinson (reivilibre)2022-04-071-0/+2
* Try using orjson for deserialisation replication messagesOlivier Wilkinson (reivilibre)2022-04-071-3/+5
* Merge remote-tracking branch 'origin/release-v1.56' into matrix-org-hotfixesSean Quah2022-04-0564-3722/+3779
|\
| * Tweak CHANGES.md v1.56.0Sean Quah2022-04-051-3/+1
| * 1.56.0Sean Quah2022-04-055-6/+20
| * Pin signedjson to <= 1.1.1 as a temporary workaround for #12324Sean Quah2022-04-051-1/+1
| * Bump `black` and `click` versions (#12320)David Robertson2022-04-0516-30/+37
| * Add note in changelog of non-C type locale causing Synapse to refuse to start...Andrew Morgan2022-03-291-0/+5
| * Move warning of open registration to v1.56 upgrade notes (#12322)Andrew Morgan2022-03-293-7/+18
| * Missing period v1.56.0rc1Brendan Abolivier2022-03-291-1/+1
| * Fix formattingBrendan Abolivier2022-03-291-1/+1
| * Link to pre-1.0 changelogBrendan Abolivier2022-03-291-0/+2
| * Linkify MSCsBrendan Abolivier2022-03-291-2/+2
| * Split changelogsBrendan Abolivier2022-03-292-3642/+3640
| * Fixup changelogBrendan Abolivier2022-03-291-13/+13
| * 1.56.0rc1Brendan Abolivier2022-03-2946-44/+66
* | Merge branch 'erikj/prefill_device_list_change_cache' into matrix-org-hotfixesErik Johnston2022-04-043-2/+23
|\ \
| * | NewsfileErik Johnston2022-04-041-1/+1
| * | NewsfileErik Johnston2022-04-041-0/+1
| * | Prefill the device_list_stream_cacheErik Johnston2022-04-042-2/+22
| |/
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2022-03-29142-1799/+2704
|\|
| * Remove unused `auth_event_ids` argument plumbing (#12304)Eric Eastwood2022-03-293-27/+1
| * Exclude outliers in `on_backfill_request` (#12314)Richard van der Hoff2022-03-282-3/+10
| * Add some type hints to datastore. (#12255)Dirk Klimpel2022-03-2810-42/+61
| * Un-revert Jinja2 fix (#12313)Brendan Abolivier2022-03-283-6/+10
| * Allow modules to store already existing 3PID associations (#12195)Brendan Abolivier2022-03-282-1/+27
| * Improve type annotations for `execute_values`. (#12311)reivilibre2022-03-282-10/+8
| * HAProxy guide update (#12279)villepeh2022-03-282-2/+3
| * Add restrictions by default to open registration in Synapse (#12091)Shay2022-03-257-4/+67
| * Add cache for `get_membership_from_event_ids` (#12272)Erik Johnston2022-03-256-22/+72
| * Enhance logging for inbound federation events (#12301)Richard van der Hoff2022-03-252-1/+2
| * Refactor `create_new_client_event` to use a new parameter, `state_event_ids`,...Eric Eastwood2022-03-255-65/+165
| * Always allow the empty string as an avatar_url. (#12261)David Robertson2022-03-254-0/+32
| * Authentik OpenID minor doc update (#12275)IronTooch2022-03-252-1/+4
| * Mention the new behaviour on unsafe database locale in the upgrade notes (#12...Brendan Abolivier2022-03-252-0/+8
| * Re-enable test concurrency on Complement (#12283)kegsay2022-03-242-1/+2
| * Merge branch 'master' into developRichard van der Hoff2022-03-245-8/+25
| |\
| | * changelog v1.55.2Richard van der Hoff2022-03-241-1/+1
| | * 1.55.2Richard van der Hoff2022-03-244-2/+19
| | * Pin Jinja to <3.1.0 (#12297)Andrew Morgan2022-03-242-1/+3
| | * Revert "Replace instances of deprecated `Jinja2.Markup` with `markupsafe.Mark...Andrew Morgan2022-03-242-6/+4
| * | Remove unused test code. (#12291)Patrick Cloke2022-03-242-110/+1
| * | Merge branch 'master' into developAndrew Morgan2022-03-245-5/+24
| |\|
| | * update changelog for 1.55.1 v1.55.1Andrew Morgan2022-03-241-2/+2
| | * 1.55.1Andrew Morgan2022-03-244-2/+18
| | * Replace instances of deprecated `Jinja2.Markup` with `markupsafe.Markup` (#12...Andrew Morgan2022-03-243-4/+7
| * | Do not consider events by ignored users for relations (#12285)Patrick Cloke2022-03-247-4/+90
| * | Optionally include account validity in MSC3720 account status responses (#12266)Brendan Abolivier2022-03-244-1/+73
| * | Refuse to start if DB has an unsafe locale (#12262)Shay2022-03-236-18/+93
| * | Use psycopg2 type stubs (#12269)David Robertson2022-03-234-4/+14
| * | Remove mutual_rooms `update_user_directory` check, and add extra documentatio...Jonathan de Jong2022-03-233-5/+17
| * | Allow registering admin users using the module API (#12250)Nicolas Werner2022-03-233-0/+15
| * | Rename shared_rooms to mutual_rooms (#12036)Jonathan de Jong2022-03-235-25/+27
| * | Merge branch 'master' into developAndrew Morgan2022-03-227-11/+28
| |\|
| | * Changelog: sso -> Single Sign-On v1.55.0Andrew Morgan2022-03-221-1/+1
| | * changelog: move notice from rc to final releaseAndrew Morgan2022-03-221-4/+5
| | * 1.55.0Andrew Morgan2022-03-225-3/+16
| * | Add type hints to tests files. (#12256)Dirk Klimpel2022-03-216-88/+101
| * | Merge branch 'release-v1.55' into developDavid Robertson2022-03-212-1/+2
| |\ \
| * | | Make it possible to enable compression for the metrics HTTP resource (#12258)Nick Mills-Barrett2022-03-212-1/+5
| * | | Return a 404 from `/state` for an outlier (#12087)Richard van der Hoff2022-03-213-44/+25
| * | | Try to detect borked package installations. (#12244)David Robertson2022-03-183-2/+38
| * | | Move get_bundled_aggregations to relations handler. (#12237)Patrick Cloke2022-03-189-157/+173
| * | | Only fetch thread participation for events with threads. (#12228)Patrick Cloke2022-03-184-245/+289
| * | | Sync more worker regexes in the documentation. (#12243)Patrick Cloke2022-03-182-16/+15
| * | | Add some type hints to datastore (#12248)Dirk Klimpel2022-03-184-84/+117
| * | | Correct `check_username_for_spam` annotations and docs (#12246)David Robertson2022-03-188-16/+46
| * | | Generate announcement links in release script (#12242)David Robertson2022-03-172-1/+41
| * | | Add type hints to more tests files. (#12240)Dirk Klimpel2022-03-176-47/+66
| * | | Merge branch 'release-v1.55' into developPatrick Cloke2022-03-1667-66/+126
| |\ \ \
| * | | | Handle cancellation in `DatabasePool.runInteraction()` (#12199)Sean Quah2022-03-163-24/+96
| * | | | Add a relations handler to avoid duplication. (#12227)Patrick Cloke2022-03-165-69/+134
| * | | | Add some missing type hints to cache datastore. (#12216)Patrick Cloke2022-03-162-21/+37
| * | | | Fix dead link in spam checker warning (#12231)David Robertson2022-03-162-2/+3
| * | | | Refactor relations tests (#12232)Patrick Cloke2022-03-162-406/+364
| * | | | Clean-up logic for rebasing URLs during URL preview. (#12219)Patrick Cloke2022-03-164-91/+26
| * | | | Use the ignored_users table to test event visibility & sync. (#12225)Patrick Cloke2022-03-156-47/+62
| * | | | Add tests for database transaction callbacks (#12198)Sean Quah2022-03-152-1/+104
| * | | | Add type hints to some tests/handlers files. (#12224)Dirk Klimpel2022-03-157-131/+156
* | | | | Merge branch 'release-v1.55' of github.com:matrix-org/synapse into matrix-org...Andrew Morgan2022-03-225-7/+10
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Tweak copy for sso account details template (#12265)Michael Telatynski2022-03-224-6/+7
| * | | | Call out synctl changeDavid Robertson2022-03-211-1/+3
| | |_|/ | |/| |
* | | | Merge branch 'release-v1.55' into matrix-org-hotfixesOlivier Wilkinson (reivilibre)2022-03-212-1/+2
|\| | |
| * | | Reword 'Choose your user name' as 'Choose your account name' in the SSO regis...reivilibre2022-03-212-1/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/release-v1.55' into matrix-org-hotfixesDavid Robertson2022-03-173-3/+35
|\| |
| * | Re-generate changelog. v1.55.0rc1Patrick Cloke2022-03-162-1/+1
| * | Fix bundling aggregations if unsigned is not a returned event field. (#12234)Patrick Cloke2022-03-163-3/+35
* | | Merge branch 'release-v1.55' into matrix-org-hotfixesDavid Robertson2022-03-15106-440/+1691
|\| |
| * | Changelog tweaksDavid Robertson2022-03-151-4/+6
| * | 1.55.0rc1David Robertson2022-03-1565-63/+89
| |/
| * Add cancellation support to `@cached` and `@cachedList` decorators (#12183)Sean Quah2022-03-143-2/+157
| * Add cancellation support to `ReadWriteLock` (#12120)Sean Quah2022-03-144-93/+382
| * Fix broken background updates when using sqlite with `enable_search` off (#12...Sean Quah2022-03-142-6/+8
| * Add `delay_cancellation` utility function (#12180)Sean Quah2022-03-143-12/+161
| * Deprecate the groups/communities endpoints and add an experimental configurat...Patrick Cloke2022-03-127-7/+35
| * Add config settings for background update parameters (#11980)Shay2022-03-119-34/+430
| * Implement a Jinja2 filter to extract localparts from email addresses (#12212)Brendan Abolivier2022-03-116-2/+23
| * Improve code documentation for the typing stream over replication. (#12211)reivilibre2022-03-115-6/+20
| * Add an additional HTTP pusher + push rule tests. (#12188)Nick Mills-Barrett2022-03-115-28/+95
| * Update the SSO username picker template to comply with SIWA guidelines (#12210)Brendan Abolivier2022-03-118-13/+47
| * Add type hints to `tests/rest`. (#12208)Dirk Klimpel2022-03-115-85/+129
| * Add some type hints to the tests.handlers module. (#12207)Patrick Cloke2022-03-117-61/+74
| * Remove unnecessary pass statements. (#12206)Patrick Cloke2022-03-1111-15/+1
| * Note that contributors can sign off privately (#12204)Andrew Morgan2022-03-112-0/+12
| * Retention test: avoid relying on state at purged events (#12202)Richard van der Hoff2022-03-112-12/+18
| * Document that most streams can only have a single writer. (#12196)~creme2022-03-102-14/+18
| * fix misleading comment in `check_events_for_spam` (#12203)Shay2022-03-102-2/+3
| * Remove workaround introduced in Synapse v1.50.0rc1 for Mjolnir compatibility....reivilibre2022-03-103-7/+9
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesPatrick Cloke2022-03-1078-429/+938
|\|
| * Support stable identifiers for MSC3440: Threading (#12151)Patrick Cloke2022-03-1013-81/+109
| * Updates to the Room DAG concepts development document (#12179)Richard van der Hoff2022-03-102-18/+54
| * Allow retrieving the relations of a redacted event. (#12130)Patrick Cloke2022-03-108-83/+122
| * Rename get_tcp_replication to get_replication_command_handler. (#12192)Patrick Cloke2022-03-1015-19/+20
| * Remove dead code in `tests/storage/test_database.py` (#12197)Sean Quah2022-03-092-16/+1
| * Add third_party module callbacks to check if a user can delete a room and dea...Will Hunt2022-03-098-1/+254
| * Allow for ignoring some arguments when caching. (#12189)Patrick Cloke2022-03-094-21/+142
| * Remove some unused variables/parameters. (#12187)Patrick Cloke2022-03-092-9/+6
| * Retry some http replication failures (#12182)Nick Mills-Barrett2022-03-092-11/+37
| * Skip attempt to get state at backwards-extremities (#12173)Richard van der Hoff2022-03-092-57/+4
| * Clean-up demo scripts & documentation (#12143)Patrick Cloke2022-03-089-71/+89
| * Use `ParamSpec` in type hints for `synapse.logging.context` (#12150)Sean Quah2022-03-085-25/+37
| * Merge branch 'master' into developOlivier Wilkinson (reivilibre)2022-03-089-8/+48
| |\
| | * Fix silly markdown typo v1.54.0Olivier Wilkinson (reivilibre)2022-03-081-1/+1
| | * Tweak changelog formattingOlivier Wilkinson (reivilibre)2022-03-081-3/+2
| | * Shift up warning about MjolnirOlivier Wilkinson (reivilibre)2022-03-081-3/+4
| * | Fix CI not attaching source distributions and wheels to the GitHub releases. ...reivilibre2022-03-082-1/+3
| * | Add experimental environment variable to enable asyncio reactor (#12135)Erik Johnston2022-03-083-0/+25
| * | Do not return allowed_room_ids from /hierarchy response. (#12175)Patrick Cloke2022-03-083-2/+17
| * | Fix incorrect type hints for txredis. (#12042)Patrick Cloke2022-03-085-10/+14
| | |
| \ \
*-. \ \ Merge branch 'release-v1.54', remote-tracking branch 'origin' into matrix-org...Olivier Wilkinson (reivilibre)2022-03-08129-1352/+1771
|\ \ \ \ | | |/ / | |/| / | | |/
| | * 1.54.0Olivier Wilkinson (reivilibre)2022-03-088-6/+25
| | * Fix a bug introduced in 1.54.0rc1 which meant that Synapse would refuse to st...reivilibre2022-03-083-1/+22
| * | Fix a bug in background updates wherein background updates are never run usin...Shay2022-03-074-15/+16
| * | Invalidate caches when an event with a relation is redacted. (#12121)Patrick Cloke2022-03-076-48/+202
| * | Switch the `tests-done` job to an Action (#12161)Richard van der Hoff2022-03-072-21/+10
| * | Merge remote-tracking branch 'origin/release-v1.54' into developRichard van der Hoff2022-03-0410-16/+122
| |\|
| | * Relax version guard for packaging (#12166)David Robertson2022-03-042-2/+3
| | * Don't impose version checks on dev extras at runtime (#12129)David Robertson2022-03-033-9/+74
| | * Correctly register deactivation and profile update module callbacks (#12141)Brendan Abolivier2022-03-033-3/+16
| | * Make release script write correct no-op changelog (#12127)Erik Johnston2022-03-022-2/+29
| * | Reduce to-device queries for /sync. (#12163)Erik Johnston2022-03-042-0/+4
| * | Add type hints for `ObservableDeferred` attributes (#12159)Sean Quah2022-03-042-3/+12
| * | Add test for `ObservableDeferred`'s cancellation behaviour (#12149)Sean Quah2022-03-042-0/+29
| * | Remove backwards compatibility with RelationPaginationToken. (#12138)Patrick Cloke2022-03-044-144/+16
| * | Changelog (#12153)David Robertson2022-03-043-1/+2
| * | Move synctl into `synapse._scripts` and expose as an entrypoint (#12140)David Robertson2022-03-0411-13/+33
| * | Spread out sending device lists to remote hosts (#12132)Erik Johnston2022-03-047-16/+79
| * | Update client-visibility filtering for outlier events (#12155)Richard van der Hoff2022-03-043-4/+90
| * | Fix type of `events` in `StateGroupStorage` and `StateHandler` (#12156)Richard van der Hoff2022-03-043-7/+8
| * | Avoid generating state groups for local out-of-band leaves (#12154)Richard van der Hoff2022-03-032-1/+2
| * | Rename various ApplicationServices interested methods (#11915)Andrew Morgan2022-03-038-76/+175
| * | Detox, part 2 of N (#12152)David Robertson2022-03-032-26/+1
| * | Add type hints to `tests/rest` (#12146)Dirk Klimpel2022-03-039-92/+104
| * | Use the proper serialization format when bundling aggregations. (#12090)Patrick Cloke2022-03-0310-143/+130
| * | Enable MSC2716 Complement tests in Synapse (#12145)Eric Eastwood2022-03-033-2/+3
| * | Limit the size of the aggregation_key (#12101)Erik Johnston2022-03-032-0/+4
| * | Enable MSC3030 Complement tests in Synapse (#12144)Eric Eastwood2022-03-033-2/+3
| * | Move the `snapcraft` configuration to `contrib`. (#12142)David Robertson2022-03-023-1/+1
| * | Add suffices to scripts in scripts-dev (#12137)David Robertson2022-03-0211-12/+19
| * | Remove unused mocks from `test_typing` (#12136)David Robertson2022-03-022-31/+2
| * | Add type hints to `tests/rest/client` (#12108)Dirk Klimpel2022-03-029-352/+423
| * | Enable complexity checking in complexity checking docs example (#11998)Andrew Morgan2022-03-022-9/+11
| * | Merge tag 'v1.54.0rc1' into developOlivier Wilkinson (reivilibre)2022-03-0274-72/+106
| |\|
| | * Reword changelog line about URL previews v1.54.0rc1Olivier Wilkinson (reivilibre)2022-03-021-1/+1
| | * Tweak changelogOlivier Wilkinson (reivilibre)2022-03-021-1/+1
| | * Apply suggestions to changelogOlivier Wilkinson (reivilibre)2022-03-021-10/+9
| * | Check if instances are lists, not sequences. (#12128)Patrick Cloke2022-03-023-5/+6
| * | Move scripts directory inside synapse, exposing as setuptools entry_points (#...David Robertson2022-03-0227-135/+77
| * | Improve and refactor the tests for relations. (#12113)Patrick Cloke2022-03-022-208/+179
* | | Merge commit 'd8001' (pre v1.54.0rc1) into matrix-org-hotfixesOlivier Wilkinson (reivilibre)2022-03-02363-3028/+4750
|\ \ \ | | |/ | |/|
| * | Reword changelogOlivier Wilkinson (reivilibre)2022-03-021-12/+16
| * | 1.54.0rc1Olivier Wilkinson (reivilibre)2022-03-0274-72/+103
| |/
| * Remove misleading newsfile from #12126 which backs out an unreleased change.Olivier Wilkinson (reivilibre)2022-03-021-1/+0
| * Back out in-flight state caching changes. (#12126)reivilibre2022-03-027-676/+26
| * Make get_room_version use cached get_room_version_id. (#11808)lukasdenk2022-03-023-15/+18
| * Detox, part 1 of N (#12119)David Robertson2022-03-014-14/+12
| * Use importlib.metadata to read requirements (#12088)David Robertson2022-03-0113-115/+237
| * Fix rare error in `ReadWriteLock` when writers complete immediately (#12105)Sean Quah2022-03-013-1/+35
| * Add module callbacks called for reacting to deactivation status change and pr...Brendan Abolivier2022-03-017-7/+360
| * Use Python 3.9 in Synapse dockerfiles by default (#12112)Andrew Morgan2022-03-012-2/+3
| * Add `stop_cancellation` utility function (#12106)Sean Quah2022-03-013-0/+65
| * Order in-flight state group queries in biggest-first order (#11610)reivilibre2022-03-013-4/+131
| * Faster joins: persist to database (#12012)Richard van der Hoff2022-03-0112-32/+297
| * Advertise Python 3.10 support in setup.py (#12111)Andrew Morgan2022-03-012-0/+2
| * Fix 'Unhandled error in Deferred' (#12089)Richard van der Hoff2022-03-013-37/+38
| * Improve exception handling for concurrent execution (#12109)Richard van der Hoff2022-03-015-27/+151
| * Add type hints to `tests/rest/client` (#12094)Dirk Klimpel2022-02-285-64/+72
| * Remove the unstable `/spaces` endpoint. (#12073)Patrick Cloke2022-02-288-802/+46
| * Move experimental support for MSC3440 to /versions. (#12099)Patrick Cloke2022-02-283-3/+3
| * Add type hints to `tests/rest/client` (#12084)Dirk Klimpel2022-02-2812-138/+198
| * Fix `PushRuleEvaluator` and `Filter` to work on frozendicts (#12100)Richard van der Hoff2022-02-285-6/+27
| * Actually fix bad debug logging rejecting device list & signing key transactio...David Robertson2022-02-283-2/+21
| * Properly failover for unknown endpoints from Conduit/Dendrite. (#12077)Patrick Cloke2022-02-282-9/+14
| * Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-2862-889/+888
| * synctl: print warning if synctl_cache_factor is set in config (#11865)lukasdenk2022-02-282-0/+9
| * Ensure that `get_datastores().main` is typed (#12070)Sean Quah2022-02-252-1/+3
| * Minor typing fixes for `synapse/storage/persist_events.py` (#12069)Sean Quah2022-02-253-23/+26
| * Add type hints to `tests/rest/client` (#12072)Dirk Klimpel2022-02-2411-102/+160
| * Add support for MSC3202: sending one-time key counts and fallback key usage s...reivilibre2022-02-2411-38/+528
| * Fix non-strings in the `event_search` table (#12037)Sean Quah2022-02-245-11/+173
| * Add documentation for missing worker types. (#11599)Patrick Cloke2022-02-232-14/+77
| * Add logging to `/sync` for debugging #11916 (#12068)Erik Johnston2022-02-232-0/+10
| * Add type hints to `tests/rest/client` (#12066)Dirk Klimpel2022-02-235-119/+149
| * Remove more references to `get_datastore` (#12067)Richard van der Hoff2022-02-234-6/+6
| * Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-23230-500/+526
| * Rename default branch of complement.sh to main (#12063)Nicolas Werner2022-02-232-2/+3
| * Remove excess condition on `knock->leave` check (#11900)Travis Ralston2022-02-222-3/+4
| * Better error message when failing to request from another process (#12060)Erik Johnston2022-02-222-1/+4
| * Implement account status endpoints (MSC3720) (#12001)Brendan Abolivier2022-02-2211-6/+511
| * Prune setup.cfg some more (#12059)David Robertson2022-02-225-13/+14
* | matrix.org hotfixes: Back out in-flight state cache changes (#12117)reivilibre2022-03-014-548/+25
* | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixesErik Johnston2022-02-22123-858/+2887
|\|
| * Cap the number of in-flight requests for state from a single group (#11608)reivilibre2022-02-223-0/+86
| * Use room version 9 as the default room version (per MSC3589). (#12058)Patrick Cloke2022-02-223-2/+3
| * Run `_handle_queued_pdus` as a background process (#12041)Richard van der Hoff2022-02-222-2/+5
| * Fix slow performance of `/logout` in some cases where refresh tokens are in u...reivilibre2022-02-224-4/+136
| * Merge remote-tracking branch 'origin/master' into developErik Johnston2022-02-223-3/+15
| |\
| | * Merge branch 'release-v1.53'Erik Johnston2022-02-22148-2262/+4213
| | |\
| | | * Update changelogErik Johnston2022-02-221-1/+1
| | | * Update changelogErik Johnston2022-02-221-2/+2
| | | * 1.53.0 v1.53.0Erik Johnston2022-02-223-1/+13
| * | | Faster joins: Support for calling `/federation/v1/state` (#12013)Richard van der Hoff2022-02-227-17/+377
| * | | Fetch images when previewing Twitter URLs. (#11985)AndrewRyanChama2022-02-223-4/+11
| * | | Merge remote-tracking branch 'origin/master' into developErik Johnston2022-02-222-2/+2
| |\| |
| | * | Recommend upgrading treq alongside twisted (#11943)Brendan Abolivier2022-02-092-2/+2
| * | | Add more tests for in-flight state query duplication. (#12033)reivilibre2022-02-222-21/+172
| * | | Tidy the building of sdists and wheels (#12051)David Robertson2022-02-223-28/+4
| * | | Move isort config to `pyproject.toml` (#12052)David Robertson2022-02-224-12/+14
| * | | Use v3 endpoints for fallback auth (Matrix 1.1) (#12019)Travis Ralston2022-02-222-4/+5
| * | | remote join processing: get create event from state, not auth_chain (#12039)Richard van der Hoff2022-02-214-5/+8
| * | | Minor typing fixes (#12034)Richard van der Hoff2022-02-214-16/+19
| * | | Add type hints to `synapse/storage/databases/main` (#11984)Dirk Klimpel2022-02-217-53/+79
| * | | Advertise Matrix 1.2 in `/_matrix/client/versions` (#12022)Travis Ralston2022-02-212-0/+2
| * | | Document why auth providers aren't validated in the admin API. (#12004)Patrick Cloke2022-02-184-2/+29
| * | | Track and deduplicate in-flight requests to `_get_state_for_groups`. (#10870)reivilibre2022-02-183-25/+312
| * | | Upgrade mypy to version 0.931 (#12030)Sean Quah2022-02-189-19/+33
| * | | Fix bug in `StateFilter.return_expanded()` and add some tests. (#12016)reivilibre2022-02-183-1/+117
| * | | Advertise Matrix 1.1 in `/_matrix/client/versions` (#12020)Travis Ralston2022-02-182-0/+2
| * | | Use stable MSC3069 `is_guest` flag on `/whoami`. (#12021)Travis Ralston2022-02-183-3/+9
| * | | Fix 500 error with Postgres when looking backwards with the MSC3030 `/timesta...Eric Eastwood2022-02-182-1/+2
| * | | Update the olddeps CI check to use an old version of markupsafe (#12025)Brendan Abolivier2022-02-182-0/+4
| * | | Remove unstable MSC3283 flags (#12018)Erik Johnston2022-02-173-17/+1
| * | | Allow modules to set a display name on registration (#12009)Brendan Abolivier2022-02-176-34/+195
| * | | Faster joins: parse msc3706 fields in send_join response (#12011)Richard van der Hoff2022-02-176-33/+140
| * | | Configure `tox` to use `venv` (#12015)Richard van der Hoff2022-02-173-1/+9
| * | | Remove support for the legacy structured logging configuration. (#12008)Patrick Cloke2022-02-175-175/+24
| * | | `send_join` response: get create event from `state`, not `auth_chain` (#12005)Richard van der Hoff2022-02-172-1/+2
| * | | Prevent duplicate push notifications for room reads (#11835)lukasdenk2022-02-173-66/+71
| * | | Explain the meaning of spam checker callbacks' return values (#12003)David Robertson2022-02-162-13/+28
| * | | Fix a typo in a comment.Patrick Cloke2022-02-161-1/+1