summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Remove support for unstable MSC3882 github/hughns/remove-unstable-msc3882 hughns/remove-unstable-msc3882Hugh Nimmo-Smith2023-05-254-42/+1
* LintHugh Nimmo-Smith2023-05-252-5/+16
* Add tests for unstable support whilst still relied onHugh Nimmo-Smith2023-05-251-1/+27
* Cleaner diffHugh Nimmo-Smith2023-05-251-2/+2
* Reinstate support for unstable revision 0 of MSC3882Hugh Nimmo-Smith2023-05-252-3/+11
* Reference stable feature in changelogHugh Nimmo-Smith2023-05-251-1/+1
* Add documentation.Patrick Cloke2023-05-241-2/+23
* Move ui_auth docs under session management.Patrick Cloke2023-05-241-22/+21
* Add ratelimiting.Patrick Cloke2023-05-241-3/+14
* Update other unstable identifiers.Patrick Cloke2023-05-242-10/+9
* Update config.Patrick Cloke2023-05-248-48/+43
* Merge remote-tracking branch 'origin/develop' into hughns/msc3882-r1Patrick Cloke2023-05-24341-3101/+8979
|\
| * 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
| * 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
| * Docs: Add Nginx loadbalancing example with sticky mxid for workers (#15411)Tatu Wikman2023-04-272-2/+65
| * Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458)Shay2023-04-2617-74/+186
| * Add a module API to send an HTTP push notification (#15387)Mathieu Velten2023-04-263-77/+160
| * Do not return extensible events experimental push rules by default. (#15494)Patrick Cloke2023-04-262-1/+5
| * Add admin endpoint to query room sizes (#15482)Erik Johnston2023-04-266-1/+195
| * Update the `check_schema_delta` script to account for when the schema version...Shay2023-04-252-2/+25
| * Add unstable /keys/claim endpoint which always returns fallback keys. (#15462)Patrick Cloke2023-04-259-29/+371
| * Merge branch 'master' into developDavid Robertson2023-04-253-1/+13
| |\
| | * 1.82.0 v1.82.0David Robertson2023-04-253-1/+13
| * | Re re introduce membership tables event stream ordering (#15356)Nick Mills-Barrett2023-04-257-12/+163
| * | Experimental support for MSC3970: per-device transaction IDs (#15318)Quentin Gliech2023-04-2511-48/+265
| * | Finish type hints for federation client HTTP code. (#15465)Patrick Cloke2023-04-247-42/+82
| * | Ask bug reporters to provide logs as text (#15479)David Robertson2023-04-242-1/+2
| * | Bump types-jsonschema from 4.17.0.6 to 4.17.0.7 (#15476)dependabot[bot]2023-04-242-3/+4
| * | Bump types-netaddr from 0.8.0.7 to 0.8.0.8 (#15475)dependabot[bot]2023-04-242-3/+4
| * | Bump cryptography from 40.0.1 to 40.0.2 (#15474)dependabot[bot]2023-04-242-20/+21
| * | Bump pyasn1-modules from 0.2.8 to 0.3.0 (#15473)dependabot[bot]2023-04-242-6/+7
| * | Bump types-pyyaml from 6.0.12.8 to 6.0.12.9 (#15471)dependabot[bot]2023-04-242-3/+4
| * | Remove legacy code of single user device resync api (#15418)Alok Kumar Singh2023-04-216-122/+26
| * | Modify StoreKeyFetcher to read from server_keys_json. (#15417)Patrick Cloke2023-04-208-76/+162
| * | Merge branch 'release-v1.82' into developOlivier Wilkinson (reivilibre)2023-04-1846-114/+158
| |\|
| | * Revert "Bump pillow from 9.4.0 to 9.5.0 (#15444)" v1.82.0rc1Olivier Wilkinson (reivilibre)2023-04-181-71/+82
| | * 1.82.0rc1Olivier Wilkinson (reivilibre)2023-04-1845-43/+76
| * | Speedup tests by caching HomeServerConfig instances (#15284)Val Lorentz2023-04-182-2/+61
| |/
| * Move Spam Checker callbacks to a dedicated file (#15453)Andrew Morgan2023-04-1820-73/+107
| * Add a note to the config documentation that the 'delete_stale_devices_after' ...Andrew Morgan2023-04-172-0/+5
| * Switch `InstanceLocationConfig` to a pydantic `BaseModel` (#15431)Jason Little2023-04-173-10/+71
| * Bump mypy from 1.0.0 to 1.0.1 (#15447)dependabot[bot]2023-04-172-27/+28
| * Bump psycopg2 from 2.9.5 to 2.9.6 (#15448)dependabot[bot]2023-04-172-14/+15
| * Bump types-pyopenssl from 23.1.0.0 to 23.1.0.2 (#15446)dependabot[bot]2023-04-172-3/+4
| * Bump furo from 2023.3.23 to 2023.3.27 (#15445)dependabot[bot]2023-04-172-3/+4
| * Bump pillow from 9.4.0 to 9.5.0 (#15444)dependabot[bot]2023-04-172-82/+72
| * Bump serde from 1.0.159 to 1.0.160 (#15443)dependabot[bot]2023-04-172-4/+5
| * Bump dawidd6/action-download-artifact from 2.26.1 to 2.27.0 (#15441)dependabot[bot]2023-04-172-1/+2
| * Bump serde_json from 1.0.95 to 1.0.96 (#15442)dependabot[bot]2023-04-172-2/+3
| * Refactor `SimpleHttpClient` to pull out reusable methods (#15427)Jason Little2023-04-142-56/+77
| * More precise type for LoggingTransaction.execute (#15432)David Robertson2023-04-144-14/+32
| * Disable directory listing for `StaticResource` (#15438)Dirk Klimpel2023-04-142-0/+11
| * Load `/capabilities` endpoint on workers (#15436)Dirk Klimpel2023-04-145-1/+5
| * User directory background update speedup (#15435)Erik Johnston2023-04-142-45/+45
| * Delete pushers after calling on_logged_out module hook on device delete (#15410)Mathieu Velten2023-04-144-3/+58
| * Convert async to normal tests in `TestSSOHandler` (#15433)Dirk Klimpel2023-04-142-4/+5
| * Load `/directory/room/{roomAlias}` endpoint on workers (#15333)Dirk Klimpel2023-04-146-6/+12
| * Remove registration fallback code. (#15405)Patrick Cloke2023-04-1310-227/+17
| * Improve robustness when handling a perspective key response by deduplicating ...reivilibre2023-04-136-28/+43
| * Add comma missing from #15382. (#15429)reivilibre2023-04-132-1/+2
| * Implement MSC2174: move redacts to a content property. (#15395)Patrick Cloke2023-04-138-17/+87
| * Only load the SSO redirect servlet if SSO is enabled. (#15421)Dirk Klimpel2023-04-132-1/+7
| * Disable loading `RefreshTokenServlet` on workers (#15428)Dirk Klimpel2023-04-132-1/+5
| * Throw if the appservice config list is the wrong type (#15425)Will Hunt2023-04-123-4/+51
| * Merge branch 'master' into developErik Johnston2023-04-113-3/+15
| |\
| | * 1.81.0 v1.81.0Erik Johnston2023-04-113-3/+15
| * | Bump immutabledict from 2.2.3 to 2.2.4 (#15415)dependabot[bot]2023-04-102-3/+4
| * | Bump sentry-sdk from 1.17.0 to 1.19.1 (#15414)dependabot[bot]2023-04-102-3/+5
| * | Bump parameterized from 0.8.1 to 0.9.0 (#15412)dependabot[bot]2023-04-102-4/+5
| * | Bump types-pillow from 9.4.0.17 to 9.4.0.19 (#15413)dependabot[bot]2023-04-102-3/+4
| * | Bump black from 23.1.0 to 23.3.0 (#15372)dependabot[bot]2023-04-102-26/+27
| * | Attempt to fix weird mypy failures on ignored files. (#15409)David Robertson2023-04-102-3/+55
| * | Implement MSC2175: remove the creator field from create events. (#15394)Patrick Cloke2023-04-068-24/+72
| * | Bump pyopenssl from 23.1.0 to 23.1.1 (#15373)dependabot[bot]2023-04-062-3/+4
| * | Trust dtolnay/rust-toolchain (#15406)David Robertson2023-04-064-77/+18
| * | Bump types-psycopg2 from 2.9.21.8 to 2.9.21.9 (#15374)dependabot[bot]2023-04-062-3/+4
| * | Bump types-netaddr from 0.8.0.6 to 0.8.0.7 (#15375)dependabot[bot]2023-04-062-3/+4
| * | Bump types-opentracing from 2.4.10.3 to 2.4.10.4 (#15376)dependabot[bot]2023-04-062-3/+4
| * | Bump dawidd6/action-download-artifact from 2.26.0 to 2.26.1 (#15404)dependabot[bot]2023-04-062-1/+2
| * | Don't keep old stream_ordering_to_exterm around (#15382)Erik Johnston2023-04-063-10/+53
| * | Merge remote-tracking branch 'origin/release-v1.81' into developPatrick Cloke2023-04-068-13/+30
| |\|
| | * 1.81.0rc2 v1.81.0rc2David Robertson2023-04-065-4/+23
| | * Use setup-go instead of relying on go 1.17 to exist (#15403)David Robertson2023-04-065-10/+7
| | * Fix the 'set_device_id_for_pushers_txn' background update. (#15391)Quentin Gliech2023-04-052-1/+2
| * | Implement MSC3989 to redact the origin field. (#15393)Patrick Cloke2023-04-054-1/+49
| * | Delete server-side backup keys when deactivating an account. (#15181)Shay2023-04-046-3/+291
| |/
* | Fix advertised flows when SSO is not in useHugh Nimmo-Smith2023-04-042-17/+16
* | ChangelogHugh Nimmo-Smith2023-04-041-0/+1
* | Implement MSC3882 revision 1Hugh Nimmo-Smith2023-04-047-13/+81
|/
* Update changelog v1.81.0rc1Erik Johnston2023-04-041-5/+18
* 1.81.0rc1Erik Johnston2023-04-0450-49/+76
* Speed up membership queries for users with forgotten rooms (#15385)Erik Johnston2023-04-043-1/+31
* Fix a rare bug where initial /syncs would fail (#15383)Sean Quah2023-04-042-5/+20
* Note that Synapse 1.74 queued a user dir rebuild (#15386)David Robertson2023-04-042-0/+12
* Build Debian packages for Ubuntu 23.04 Lunar Lobster (#15381)Sean Quah2023-04-032-0/+2
* Call appservices on modern paths, falling back to legacy paths. (#15317)Patrick Cloke2023-04-035-48/+172
* Experimental Unix socket support (#15353)Jason Little2023-04-038-90/+239
* Bump serde_json from 1.0.94 to 1.0.95 (#15371)dependabot[bot]2023-04-032-2/+3
* Bump serde from 1.0.158 to 1.0.159 (#15370)dependabot[bot]2023-04-032-4/+5
* Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 (#15369)dependabot[bot]2023-04-032-2/+3
* Fix copyright year in SSO footer template (#15358)Jason Robinson2023-03-312-2/+3
* Revert pruning of old devices (#15360)Erik Johnston2023-03-319-187/+7
* Revert "Set thread_id column to non-null for event_push_{actions,actions_stag...Olivier Wilkinson (reivilibre)2023-03-316-154/+243
* Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke2023-03-306-243/+154
* to_device updates could be dropped when consuming the replication stream (#15...Mathieu Velten2023-03-305-15/+98
* Speed up SQLite unit test CI (#15334)Erik Johnston2023-03-304-4/+53
* Implement MSC3984 to proxy /keys/query requests to appservices. (#15321)Patrick Cloke2023-03-309-48/+298
* Fix spinloop during partial state sync when a prev event is in backoff (#15351)Sean Quah2023-03-306-47/+79
* Add the ability to enable/disable registrations when in the OIDC flow (#14978)Warren Bailey2023-03-306-3/+44
* Add some clarification to the doc/comments regarding TCP replication (#15354)Mathieu Velten2023-03-304-36/+9
* Fix missing app variable in mail subject for password resets (#15352)Cyberes2023-03-302-1/+2
* Fix registering a device on an account with lots of devices (#15348)Erik Johnston2023-03-294-3/+56
* Revert "Reintroduce membership tables event stream ordering (#15128)" (#15347)Erik Johnston2023-03-296-131/+12
* Delete stale non-e2e devices for users, take 3 (#15183)Erik Johnston2023-03-297-7/+134
* doc: fix account login requests ratelimit defaults typo (#15341)Jayesh Nirve2023-03-292-1/+2
* Fix joining rooms you have been unbanned from (#15323)DeepBlueV7.X2023-03-293-53/+59
* Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314)Patrick Cloke2023-03-289-29/+355
* Speed up generate sample config CI lint (#15340)Erik Johnston2023-03-282-0/+9
* Speed up pydantic CI lint (#15339)Erik Johnston2023-03-282-0/+9
* Fix typo in developer docs GitHub workflow (#15336)Sean Quah2023-03-282-1/+2
* Merge branch 'master' into developSean Quah2023-03-283-1/+13
|\
| * 1.80.0 v1.80.0Sean Quah2023-03-283-1/+13
* | Bump ruff from 0.0.252 to 0.0.259 (#15328)dependabot[bot]2023-03-2812-35/+54
* | Prune old typing notifications (#15332)Erik Johnston2023-03-272-0/+26
* | Load `/password_policy` endpoint on workers. (#15331)Dirk Klimpel2023-03-275-2/+5
* | Bump cryptography from 40.0.0 to 40.0.1 (#15329)dependabot[bot]2023-03-272-20/+21
* | Bump mypy-zope from 0.9.0 to 0.9.1 (#15330)dependabot[bot]2023-03-272-4/+5
* | Bump furo from 2022.12.7 to 2023.3.23 (#15327)dependabot[bot]2023-03-273-5/+6
* | Bump types-pyopenssl from 23.0.0.4 to 23.1.0.0 (#15326)dependabot[bot]2023-03-272-3/+4