summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fix error handlingMathieu Velten2023-06-301-18/+17
* CommentMathieu Velten2023-06-301-0/+2
* Use DB for all purge/shutdown actions, including purge historyMathieu Velten2023-06-309-187/+251
* commentsMathieu Velten2023-06-091-3/+11
* rename varMathieu Velten2023-06-091-2/+2
* Address commentsMathieu Velten2023-06-094-13/+16
* Less quotesMathieu Velten2023-06-091-5/+5
* Merge branch 'develop' into mv/purge-room-when-forgottenMathieu Velten2023-06-09309-2653/+8595
|\
| * Allow for the configuration of max request retries and min/max retry delays i...Shay2023-06-095-10/+68
| * Merge branch 'master' into developErik Johnston2023-06-084-2/+17
| |\
| | * Merge branch 'release-v1.85'Erik Johnston2023-06-084-2/+17
| | |\
| | | * Fix up changelog v1.85.2Erik Johnston2023-06-081-1/+1
| | | * 1.85.2Erik Johnston2023-06-084-2/+16
| | | * Fix using TLS for replication (#15746)Erik Johnston2023-06-082-1/+2
| * | | Clear event caches when we purge history (#15609)Erik Johnston2023-06-089-14/+184
| * | | Quick & dirty metric for background update status (#15740)David Robertson2023-06-074-1/+40
| * | | Remove superfluous `room_memberships` join from background update (#15733)Eric Eastwood2023-06-072-1/+1
| * | | Remove redundant `room_memberships` join to find participating servers in a r...Eric Eastwood2023-06-072-3/+3
| * | | Check required power levels earlier in createRoom handler. (#15695)Grant McLean2023-06-073-14/+100
| * | | Merge branch 'master' into developErik Johnston2023-06-074-2/+39
| |\| |
| | * | Merge branch 'release-v1.85'Erik Johnston2023-06-074-2/+39
| | |\|
| | | * Update changelog v1.85.1Erik Johnston2023-06-071-0/+2
| | | * Update changelogErik Johnston2023-06-072-2/+1
| | | * Fix schema delta error in 1.85 (#15739)Erik Johnston2023-06-072-2/+15
| | | * 1.85.1Erik Johnston2023-06-074-2/+16
| | | * Fix schema delta error in 1.85 (#15738)Erik Johnston2023-06-072-0/+9
| * | | No need for the extra join since `membership` is built-in to `current_state_e...Eric Eastwood2023-06-062-4/+4
| * | | Trace functions which return `Awaitable` (#15650)Eric Eastwood2023-06-063-22/+59
| * | | Update error to more plainly explain we can only authorize our own events (#1...Eric Eastwood2023-06-062-1/+2
| * | | Add context for when/why to use the `long_retries` option when sending Federa...Eric Eastwood2023-06-062-2/+10
| * | | Improve performance of user directory search (#15729)Shay2023-06-062-4/+9
| * | | Prevent "twisted trunk" and "latest deps" workflows from running on forks (#1...Andrew Morgan2023-06-063-4/+44
| * | | Remove some unused `server_name` fields (#15723)Sean Quah2023-06-066-5/+1
| * | | Merge remote-tracking branch 'origin/master' into developErik Johnston2023-06-061-1/+1
| |\| |
| | * | Fix link in changelogErik Johnston2023-06-061-1/+1
| | |/
| * | Merge branch 'master' into developErik Johnston2023-06-063-1/+28
| |\|
| | * Fixup changelog v1.85.0Erik Johnston2023-06-061-1/+1
| | * 1.85.0Erik Johnston2023-06-063-1/+28
| * | Stabilize support for MSC3952: Intentional mentions. (#15520)Patrick Cloke2023-06-0613-64/+27
| * | Some house keeping on `maybe_backfill()` functions (#15709)Eric Eastwood2023-06-052-0/+18
| * | Bump types-requests from 2.31.0.0 to 2.31.0.1 (#15715)dependabot[bot]2023-06-051-3/+3
| * | Bump types-jsonschema from 4.17.0.7 to 4.17.0.8 (#15716)dependabot[bot]2023-06-051-3/+3
| * | Bump sentry-sdk from 1.22.1 to 1.25.0 (#15714)dependabot[bot]2023-06-051-5/+6
| * | Bump pyasn1 from 0.4.8 to 0.5.0 (#15713)dependabot[bot]2023-06-051-5/+5
| * | Bump library/redis from 6-bullseye to 7-bullseye in /docker (#15712)dependabot[bot]2023-06-051-1/+1
| * | Bump importlib-metadata from 6.1.0 to 6.6.0 (#15711)dependabot[bot]2023-06-051-7/+7
| * | `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro...Shay2023-06-0222-95/+252
| * | Add a catch-all * to the supported relation types when redacting (#15705)Mathieu Velten2023-06-024-8/+143
| * | Log when events are (unexpectedly) filtered out of responses in tests (#14213)Eric Eastwood2023-06-017-14/+53
| * | Merge branch 'release-v1.85' into developH. Shay2023-06-018-3/+92
| |\|
| | * 1.85.0rc2 v1.85.0rc2H. Shay2023-06-016-4/+28
| | * Add a note about deprecating /register with a user property. (#15703)Patrick Cloke2023-06-012-0/+12
| | * Speed up background jobs populate_full_user_id_user_filters and populate_full...Shay2023-05-313-2/+3
| | * Fix a performance issue introduced in Synapse v1.83.0 which meant that purgin...reivilibre2023-05-313-0/+52
| * | Cache requests for user's devices from federation (#15675)Erik Johnston2023-06-013-2/+70
| * | Implement stable support for MSC3882 to allow an existing device/session to g...Hugh Nimmo-Smith2023-06-0112-75/+225
| * | Add Synapse version deploy annotations to Grafana dashboard (#15674)Eric Eastwood2023-05-312-174/+895
| * | Add stubs package for lxml. (#15697)Patrick Cloke2023-05-3110-48/+117
| * | Docker fully qualified image names (#15689)Jason Little2023-05-318-10/+15
| * | Add get_canonical_room_alias to module API (#15450)Gabriel Féron2023-05-313-1/+29
| * | Add stricter mypy options (#15694)Patrick Cloke2023-05-3111-24/+40
| * | Merge branch 'release-v1.85' into developDavid Robertson2023-05-3054-51/+84
| |\|
| | * fixup changelog v1.85.0rc1David Robertson2023-05-301-2/+2
| | * Update changelogDavid Robertson2023-05-301-2/+2
| | * Tweak release script dependabot wordingDavid Robertson2023-05-301-0/+2
| | * 1.85.0rc1David Robertson2023-05-3053-51/+82
| * | Enforce that an admin token also has the basic Matrix API scopeQuentin Gliech2023-05-302-6/+27
| * | Make the config tests spawn the homeserver only when neededQuentin Gliech2023-05-302-206/+182
| * | Reject tokens with multiple device scopesQuentin Gliech2023-05-302-7/+52
| * | Make OIDC scope constantsQuentin Gliech2023-05-301-10/+15
| * | Handle errors when introspecting tokensQuentin Gliech2023-05-303-7/+74
| * | Newsfile.Quentin Gliech2023-05-301-0/+1
| * | Disable incompatible Admin API endpointsQuentin Gliech2023-05-303-8/+40
| * | Make AS tokens work & allow ASes to /registerQuentin Gliech2023-05-305-85/+159
| * | Add an admin token for MAS -> Synapse callsQuentin Gliech2023-05-302-0/+24
| * | Tests for JWKS endpointHugh Nimmo-Smith2023-05-302-11/+212
| * | Refactor config to be an experimental featureHugh Nimmo-Smith2023-05-3018-96/+479
| * | Test MSC2965 implementation: well-known discovery documentHugh Nimmo-Smith2023-05-301-0/+38
| * | Disable account related endpoints when using OAuth delegationQuentin Gliech2023-05-308-19/+243
| * | Actually enforce guest + return www-authenticate headerHugh Nimmo-Smith2023-05-304-8/+87
| * | Initial tests for OAuth delegationHugh Nimmo-Smith2023-05-301-0/+345
| * | MSC2967: Check access token scope for use as user and add guest supportHugh Nimmo-Smith2023-05-301-10/+20
| * | Use `name` claim as display name when registering users on the fly.Hugh Nimmo-Smith2023-05-301-1/+8
| * | Record the `sub` claims as an external_idQuentin Gliech2023-05-301-22/+37
| * | Handle the Synapse admin scopeQuentin Gliech2023-05-301-0/+3
| * | Save the scopes in the requesterQuentin Gliech2023-05-303-0/+11
| * | MSC2965: OIDC Provider discovery via well-known documentQuentin Gliech2023-05-301-0/+9
| * | Expose the public keys used for client authentication on an endpointQuentin Gliech2023-05-302-0/+78
| * | Initial MSC3964 support: delegation of auth to OIDC serverQuentin Gliech2023-05-303-1/+260
| * | Make the api.auth.Auth a ProtocolQuentin Gliech2023-05-307-248/+464
| * | Remove unused `FederationServer.__str__` override (#15690)Sean Quah2023-05-302-3/+1
| |/
| * Create dependabot changelogs at release time (#15481)David Robertson2023-05-304-57/+57
| * Bump types-bleach from 6.0.0.1 to 6.0.0.3 (#15686)dependabot[bot]2023-05-302-3/+4
| * Bump types-requests from 2.30.0.0 to 2.31.0.0 (#15684)dependabot[bot]2023-05-302-3/+4
| * Bump log from 0.4.17 to 0.4.18 (#15681)dependabot[bot]2023-05-292-5/+3
| * Bump pydantic from 1.10.7 to 1.10.8 (#15685)dependabot[bot]2023-05-292-37/+38
| * Bump prometheus-client from 0.16.0 to 0.17.0 (#15682)dependabot[bot]2023-05-292-3/+4
| * Bump types-pyyaml from 6.0.12.9 to 6.0.12.10 (#15683)dependabot[bot]2023-05-292-3/+4
| * Add Unix socket support for Redis connections (#15644)Jason Little2023-05-267-23/+100
| * Add `MSC3820opt2` as a known room version (#15678)Travis Ralston2023-05-262-0/+2
| * Documentation improvements to contributing guide (#15667) (#15668)Grant McLean2023-05-262-5/+29
| * Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke2023-05-269-223/+292
| * Merge branch 'master' into developOlivier Wilkinson (reivilibre)2023-05-2611-7/+76
| |\
| | * Fix a typographical error in changelog v1.84.1Olivier Wilkinson (reivilibre)2023-05-261-1/+1
| | * 1.84.1Olivier Wilkinson (reivilibre)2023-05-265-3/+26
| | * Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no...reivilibre2023-05-268-5/+47
| | * Add `dch` and `notify-send` to the development Nix flake so that the release ...reivilibre2023-05-262-0/+5
| * | Add MSC3820 (room version 11) option 2 unstable room version. (#15666)Travis Ralston2023-05-262-0/+25
| * | Process previously failed backfill events in the background (#15585)Eric Eastwood2023-05-246-9/+252
| * | Add requesting user id parameter to key claim methods in `TransportLayerClien...Shay2023-05-246-11/+39
| * | Add type hints to test_descriptors. (#15659)Patrick Cloke2023-05-243-96/+105
| * | Speed up user directory rebuild for users some more... (#15665)Erik Johnston2023-05-242-76/+115
| * | Improve type hints for cached decorator. (#15658)Patrick Cloke2023-05-246-63/+73
| * | Fix `@trace` not wrapping some state methods that return coroutines correctly...Eric Eastwood2023-05-232-7/+9
| * | Consolidate logic to check for deactivated users. (#15634)Patrick Cloke2023-05-237-67/+55
| * | Use a custom scheme & the worker name for replication requests. (#15578)Jason Little2023-05-234-19/+35
| * | Merge branch 'master' into developOlivier Wilkinson (reivilibre)2023-05-234-8/+41
| |\|
| | * Tweak changelog and upgrade notes v1.84.0Olivier Wilkinson (reivilibre)2023-05-232-7/+25
| | * Tweak changelogOlivier Wilkinson (reivilibre)2023-05-231-1/+1
| | * 1.84.0Olivier Wilkinson (reivilibre)2023-05-234-2/+16
| | * `traceback.format_exception(...)` usage that is compatible with Python 3.7 an...Eric Eastwood2023-05-162-1/+2
| * | Bump requests from 2.28.2 to 2.31.0 (#15651)dependabot[bot]2023-05-232-5/+6
| * | Remove duplicate timestamp from test logs (`_trial_temp/test.log`) (#15636)Eric Eastwood2023-05-222-4/+4
| * | Remove outdated comment in log config (#15648)Andrew Morgan2023-05-223-6/+3
| * | Properly parse event_fields in filters (#15607)Patrick Cloke2023-05-225-34/+99
| * | Bump pygithub from 1.58.1 to 1.58.2 (#15643)dependabot[bot]2023-05-222-3/+4
| * | Limit the size of the `HomeServerConfig` cache in trial test runs (#15646)Sean Quah2023-05-222-16/+8
| * | Bump furo from 2023.3.27 to 2023.5.20 (#15642)dependabot[bot]2023-05-222-4/+5
| * | Bump sphinx from 6.1.3 to 6.2.1 (#15641)dependabot[bot]2023-05-222-5/+6
| * | Bump types-pillow from 9.5.0.2 to 9.5.0.4 (#15640)dependabot[bot]2023-05-222-3/+4
| * | Bump types-setuptools from 67.7.0.2 to 67.8.0.0 (#15639)dependabot[bot]2023-05-222-3/+4
| * | Instrument `state` and `state_group` storage related things (tracing) (#15610)Eric Eastwood2023-05-196-0/+63
| * | Trace how many new events from the backfill response we need to process (#15633)Eric Eastwood2023-05-192-0/+6
| * | Remove old R30 because R30v2 supercedes it (#10428)reivilibre2023-05-195-246/+1
| * | Rename blacklist/whitelist internally. (#15620)Patrick Cloke2023-05-1925-206/+189
| * | Do not allow deactivated users to login with JWT. (#15624)Patrick Cloke2023-05-195-67/+156
| * | Remove experimental configuration flags & unstable values for faster joins (#...Patrick Cloke2023-05-196-83/+8
| * | Fix `HomeServer`s leaking during `trial` test runs (#15630)Sean Quah2023-05-193-3/+15
| * | Handle missing previous read marker event. (#15464)Nick Mills-Barrett2023-05-184-10/+162
| * | Update Mutual Rooms (MSC2666) implementation (#15621)Jonathan de Jong2023-05-184-15/+37
| * | Fix olddeps build (#15626)Patrick Cloke2023-05-182-1/+3
| * | flake.nix: start synapse automatically, add space usage warning (#15613)axel simon2023-05-182-15/+39
| * | Re-type config paths in `ConfigError`s to be `StrSequence`s (#15615)Sean Quah2023-05-188-26/+31
| * | Fix error message when `app_service_config_files` validation fails (#15614)Sean Quah2023-05-182-2/+2
| * | Add a new admin API to create a new device for a user. (#15611)Quentin Gliech2023-05-173-0/+57
| * | Apply url_preview_url_blacklist to oEmbed and pre-cached images (#15601)Patrick Cloke2023-05-164-50/+379
| * | Update code to refer to "workers". (#15606)Patrick Cloke2023-05-1617-69/+38
| * | Run mypy type checking with the minimum supported Python version (#15602)Eric Eastwood2023-05-162-0/+4
| * | Add not null constraint to column `full_user_id` of tables `profiles` and `us...Shay2023-05-1610-4/+425
| * | `traceback.format_exception(...)` usage that is compatible with Python 3.7 an...Eric Eastwood2023-05-162-1/+2
| * | Fix subscriptable type usage in Python <3.9 (#15604)Eric Eastwood2023-05-163-3/+3
| |/
| * Tweak changelog v1.84.0rc1Olivier Wilkinson (reivilibre)2023-05-161-1/+1
| * 1.84.0rc1Olivier Wilkinson (reivilibre)2023-05-1656-54/+84
| * Revert "Fix subscriptable dict type"Eric Eastwood2023-05-151-1/+1
| * Fix subscriptable dict typeEric Eastwood2023-05-151-1/+1
| * Export `run_as_background_process` from the module API (#15577)Shay2023-05-152-0/+2
| * Implement MSC3821 to update redaction rules (`third_party_invite.signed`) (#1...Patrick Cloke2023-05-154-1/+125
| * Reject instead of erroring on invalid membership events. (#15564)Patrick Cloke2023-05-152-6/+12
| * Implement MSC3389 to protect relations from redaction. (#15565)Patrick Cloke2023-05-154-0/+120
| * Revert "Bump pillow from 9.4.0 to 9.5.0 (#15593)"Mathieu Velten2023-05-152-72/+82
| * Allow poetry-core 1.6.0 (#15588)icp2023-05-152-1/+2
| * Update Mastodon SSO instructions (#15587)villepeh2023-05-152-2/+5
| * Add an unstable feature flag for MSC3981 to the /versions endpoint (#15558)Michael Weimann2023-05-152-0/+3
| * Bump phonenumbers from 8.13.7 to 8.13.11 (#15590)dependabot[bot]2023-05-152-3/+4
| * Bump types-psycopg2 from 2.9.21.9 to 2.9.21.10 (#15591)dependabot[bot]2023-05-152-3/+4
| * Bump types-commonmark from 0.9.2.2 to 0.9.2.3 (#15592)dependabot[bot]2023-05-152-3/+4
| * Bump types-setuptools from 67.7.0.1 to 67.7.0.2 (#15594)dependabot[bot]2023-05-152-3/+4
| * Bump pillow from 9.4.0 to 9.5.0 (#15593)dependabot[bot]2023-05-152-82/+72
| * Bump serde from 1.0.162 to 1.0.163 (#15589)dependabot[bot]2023-05-152-4/+5
* | Apply suggestions from code reviewMathieu Velten2023-06-092-4/+4
* | Update synapse/handlers/pagination.pyMathieu Velten2023-06-091-1/+1
* | Apply suggestions from code reviewMathieu Velten2023-06-082-1/+3
* | Add testsMathieu Velten2023-05-121-1/+113
* | Fix testMathieu Velten2023-05-121-3/+18
* | Add changelogMathieu Velten2023-05-121-0/+1
* | Mark locally forgotten rooms for purging after `purge_retention_period`Mathieu Velten2023-05-121-0/+15
* | Don't return scheduled purges in the admin APIMathieu Velten2023-05-121-3/+9
* | Break circular dependencyMathieu Velten2023-05-121-3/+2
* | Restore purge and shutdown from DB on startupMathieu Velten2023-05-121-12/+81
* | Save shutdown and purge state in DBMathieu Velten2023-05-122-39/+93
* | Use delete_id and ShutdownRoomParams everywhereMathieu Velten2023-05-123-146/+79
* | Move DeleteStatus and add ShutdownRoomParamsMathieu Velten2023-05-122-45/+79
* | Add purge_retention_period configMathieu Velten2023-05-122-1/+27
* | Add rooms_to_purge table and related methodsMathieu Velten2023-05-122-0/+104
|/
* Declare support for Matrix 1.6 (#15559)Patrick Cloke2023-05-124-1/+23
* Revert "Set thread_id column to non-null for event_push_{actions,actions_stag...Erik Johnston2023-05-127-225/+234
* Relax poetry-core lower bound to 1.1.0 (#15571)David Robertson2023-05-125-54/+17
* Add pkg-config package to Stage 0 (#15567)helix-loop2023-05-122-1/+2
* Deal with more GHA deprecations (#15576)David Robertson2023-05-113-8/+10
* Print full startup/initialization error (#15569)Eric Eastwood2023-05-112-1/+7
* Allow `pip install` to use setuptools_rust 1.6.0 (#15570)David Robertson2023-05-112-1/+2
* Add redis SSL configuration options (#15312)Roel ter Maat2023-05-117-14/+98
* Require at least poetry-core v1.2.0 (#15566)V024602023-05-112-1/+2
* Remove `worker_replication_*` settings (#15491)Jason Little2023-05-1114-66/+206
* Add an unstable feature flag for MSC3391 to the /versions endpoint (#15562)Andrew Morgan2023-05-112-0/+3
* Fix documented path to largest rooms statistics endpoint. (#15560)Reto Schneider2023-05-102-1/+2
* Stabilize MSC2659 support for AS ping endpoint. (#15528)Tulir Asokan2023-05-096-15/+11
* HTTP Replication Client (#15470)Jason Little2023-05-096-3/+297
* Add config option to prevent media downloads from listed domains. (#15197)Travis Ralston2023-05-096-0/+186
* Merge branch 'master' into developMathieu Velten2023-05-093-1/+13
|\
| * 1.83.0 v1.83.0Mathieu Velten2023-05-093-1/+13
* | Error if attempting to set m.push_rules account data, per MSC4010. (#15555)Patrick Cloke2023-05-099-35/+95
* | Use account data constants in more places. (#15554)Patrick Cloke2023-05-095-9/+13
* | Bump hiredis from 2.2.2 to 2.2.3 (#15552)dependabot[bot]2023-05-082-90/+91
* | Bump serde from 1.0.160 to 1.0.162 (#15548)dependabot[bot]2023-05-080-0/+0
* | Bump serde from 1.0.160 to 1.0.162 (#15548)dependabot[bot]2023-05-082-4/+5
* | Bump sentry-sdk from 1.19.1 to 1.22.1 (#15550)dependabot[bot]2023-05-082-4/+5
* | Bump types-setuptools from 67.6.0.5 to 67.7.0.1 (#15549)dependabot[bot]2023-05-082-3/+4
* | Bump ruff from 0.0.259 to 0.0.265 (#15551)dependabot[bot]2023-05-083-20/+21
* | Bump types-requests from 2.29.0.0 to 2.30.0.0 (#15553)dependabot[bot]2023-05-082-4/+5
* | Check appservices for devices during a /user/devices query. (#15539)Patrick Cloke2023-05-053-1/+163
* | Implement MSC4009 to widen the allowed Matrix ID grammar (#15536)Patrick Cloke2023-05-056-17/+54
* | Handle `DNSNotImplementedError` in SRV resolver (#15523)Zdziszek2023-05-052-1/+5
* | Add `mdbook` to flake.nix (#15545)Andrew Morgan2023-05-054-2/+6
* | Clean up and clarify "Create or modify Account" Admin API documentation (#15544)Andrew Morgan2023-05-056-42/+74
* | Factor out an `is_mine_server_name` method (#15542)Sean Quah2023-05-0523-36/+64
* | Allow running Complement integration tests via podman (#15543)Andrew Morgan2023-05-053-12/+28
* | Move ThirdPartyEventRules into module_api/callbacks (#15535)Andrew Morgan2023-05-0419-68/+92
* | Update the base rules to remove the dont_notify action. (MSC3987) (#15534)Patrick Cloke2023-05-045-8/+14
* | Bump pyicu from 2.10.2 to 2.11 (#15509)dependabot[bot]2023-05-032-2/+3
* | Use oEmbed for YouTube Shorts (#15025)Sandro2023-05-032-0/+14
* | Add `xmlsec` package to flake.nix (#15532)Andrew Morgan2023-05-032-0/+2
* | Switch back to upstream devenv flake (#15533)Andrew Morgan2023-05-033-11/+8
* | Merge branch 'release-v1.83' into developSean Quah2023-05-0342-64/+77
|\|
| * Revert "Reduce the size of the HTTP connection pool for non-pushers" (#15530) v1.83.0rc1Sean Quah2023-05-036-31/+16
| * Update CHANGES.mdSean Quah2023-05-021-1/+1
| * Update CHANGES.mdSean Quah2023-05-021-5/+5
| * Fix up docs summary to include new experimental features admin API docsSean Quah2023-05-021-0/+1
| * 1.83.0rc1Sean Quah2023-05-0236-34/+61
* | Speed up deleting of old rows in `event_push_actions` (#15531)Erik Johnston2023-05-032-0/+10
* | Speed up rebuilding of the user directory for local users (#15529)Erik Johnston2023-05-033-77/+172
* | Suppress the trusted key server warning for matrix.org in the demo scripts (#...Andrew Morgan2023-05-032-7/+4
* | Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke2023-05-037-234/+225
* | Add config option to forget rooms automatically when users leave them (#15224)Sean Quah2023-05-039-47/+259
* | Remove references to supporting per-user flag for msc2654 (#15522)Shay2023-05-024-13/+10
* | Allow adding random delay to push (#15516)Erik Johnston2023-05-025-2/+68
|/
* Reduce the size of the HTTP connection pool for non-pushers. (#15514)Patrick Cloke2023-05-026-16/+31
* Initial implementation of MSC3981: recursive relations API (#15315)Patrick Cloke2023-05-026-18/+186
* Bump anyhow from 1.0.70 to 1.0.71 (#15507)dependabot[bot]2023-05-012-2/+3
* Bump setuptools-rust from 1.5.2 to 1.6.0 (#15512)dependabot[bot]2023-05-012-3/+4
* Bump packaging from 23.0 to 23.1 (#15510)dependabot[bot]2023-05-012-3/+4
* Bump types-requests from 2.28.11.16 to 2.29.0.0 (#15511)dependabot[bot]2023-05-012-3/+4
* Bump types-pillow from 9.4.0.19 to 9.5.0.2 (#15508)dependabot[bot]2023-05-012-3/+4
* Add an admin API endpoint to support per-user feature flags (#15344)Shay2023-04-289-0/+408
* Update development docs referencing outdated versions of sqlite we no longer ...Shay2023-04-282-33/+2
* Add support for claiming multiple OTKs at once. (#15468)Patrick Cloke2023-04-2712-98/+271
* Add type hints to schema deltas (#15497)Patrick Cloke2023-04-2730-144/+132
* Check databases/__init__ and main/cache with mypy. (#15496)Patrick Cloke2023-04-274-12/+12
* Add a nix flake that sets up a development environment (via devenv) (#15495)Andrew Morgan2023-04-274-1/+484
* Disable push rule evaluation for rooms excluded from sync (#15361)mcalinghee2023-04-272-0/+2