| Commit message (Expand) | Author | Files | Lines |
2023-05-24 | Add type hints to test_descriptors. (#15659) | Patrick Cloke | 3 | -96/+105 |
2023-05-24 | Speed up user directory rebuild for users some more... (#15665) | Erik Johnston | 2 | -76/+115 |
2023-05-24 | Improve type hints for cached decorator. (#15658) | Patrick Cloke | 6 | -63/+73 |
2023-05-23 | Fix `@trace` not wrapping some state methods that return coroutines correctly... | Eric Eastwood | 2 | -7/+9 |
2023-05-23 | Consolidate logic to check for deactivated users. (#15634) | Patrick Cloke | 7 | -67/+55 |
2023-05-23 | Use a custom scheme & the worker name for replication requests. (#15578) | Jason Little | 4 | -19/+35 |
2023-05-23 | Bump requests from 2.28.2 to 2.31.0 (#15651) | dependabot[bot] | 2 | -5/+6 |
2023-05-23 | Tweak changelog and upgrade notes v1.84.0 | Olivier Wilkinson (reivilibre) | 2 | -7/+25 |
2023-05-23 | Tweak changelog | Olivier Wilkinson (reivilibre) | 1 | -1/+1 |
2023-05-23 | 1.84.0 | Olivier Wilkinson (reivilibre) | 4 | -2/+16 |
2023-05-22 | Remove duplicate timestamp from test logs (`_trial_temp/test.log`) (#15636) | Eric Eastwood | 2 | -4/+4 |
2023-05-22 | Remove outdated comment in log config (#15648) | Andrew Morgan | 3 | -6/+3 |
2023-05-22 | Properly parse event_fields in filters (#15607) | Patrick Cloke | 5 | -34/+99 |
2023-05-22 | Bump pygithub from 1.58.1 to 1.58.2 (#15643) | dependabot[bot] | 2 | -3/+4 |
2023-05-22 | Limit the size of the `HomeServerConfig` cache in trial test runs (#15646) | Sean Quah | 2 | -16/+8 |
2023-05-22 | Bump furo from 2023.3.27 to 2023.5.20 (#15642) | dependabot[bot] | 2 | -4/+5 |
2023-05-22 | Bump sphinx from 6.1.3 to 6.2.1 (#15641) | dependabot[bot] | 2 | -5/+6 |
2023-05-22 | Bump types-pillow from 9.5.0.2 to 9.5.0.4 (#15640) | dependabot[bot] | 2 | -3/+4 |
2023-05-22 | Bump types-setuptools from 67.7.0.2 to 67.8.0.0 (#15639) | dependabot[bot] | 2 | -3/+4 |
2023-05-19 | Instrument `state` and `state_group` storage related things (tracing) (#15610) | Eric Eastwood | 6 | -0/+63 |
2023-05-19 | Trace how many new events from the backfill response we need to process (#15633) | Eric Eastwood | 2 | -0/+6 |
2023-05-19 | Remove old R30 because R30v2 supercedes it (#10428) | reivilibre | 5 | -246/+1 |
2023-05-19 | Rename blacklist/whitelist internally. (#15620) | Patrick Cloke | 25 | -206/+189 |
2023-05-19 | Do not allow deactivated users to login with JWT. (#15624) | Patrick Cloke | 5 | -67/+156 |
2023-05-19 | Remove experimental configuration flags & unstable values for faster joins (#... | Patrick Cloke | 6 | -83/+8 |
2023-05-19 | Fix `HomeServer`s leaking during `trial` test runs (#15630) | Sean Quah | 3 | -3/+15 |
2023-05-18 | Handle missing previous read marker event. (#15464) | Nick Mills-Barrett | 4 | -10/+162 |
2023-05-18 | Update Mutual Rooms (MSC2666) implementation (#15621) | Jonathan de Jong | 4 | -15/+37 |
2023-05-18 | Fix olddeps build (#15626) | Patrick Cloke | 2 | -1/+3 |
2023-05-18 | flake.nix: start synapse automatically, add space usage warning (#15613) | axel simon | 2 | -15/+39 |
2023-05-18 | Re-type config paths in `ConfigError`s to be `StrSequence`s (#15615) | Sean Quah | 8 | -26/+31 |
2023-05-18 | Fix error message when `app_service_config_files` validation fails (#15614) | Sean Quah | 2 | -2/+2 |
2023-05-17 | Add a new admin API to create a new device for a user. (#15611) | Quentin Gliech | 3 | -0/+57 |
2023-05-16 | Apply url_preview_url_blacklist to oEmbed and pre-cached images (#15601) | Patrick Cloke | 4 | -50/+379 |
2023-05-16 | Update code to refer to "workers". (#15606) | Patrick Cloke | 17 | -69/+38 |
2023-05-16 | Run mypy type checking with the minimum supported Python version (#15602) | Eric Eastwood | 2 | -0/+4 |
2023-05-16 | Add not null constraint to column `full_user_id` of tables `profiles` and `us... | Shay | 10 | -4/+425 |
2023-05-16 | `traceback.format_exception(...)` usage that is compatible with Python 3.7 an... | Eric Eastwood | 2 | -1/+2 |
2023-05-16 | Fix subscriptable type usage in Python <3.9 (#15604) | Eric Eastwood | 3 | -3/+3 |
2023-05-16 | `traceback.format_exception(...)` usage that is compatible with Python 3.7 an... | Eric Eastwood | 2 | -1/+2 |
2023-05-16 | Tweak changelog v1.84.0rc1 | Olivier Wilkinson (reivilibre) | 1 | -1/+1 |
2023-05-16 | 1.84.0rc1 | Olivier Wilkinson (reivilibre) | 56 | -54/+84 |
2023-05-15 | Revert "Fix subscriptable dict type" | Eric Eastwood | 1 | -1/+1 |
2023-05-15 | Fix subscriptable dict type | Eric Eastwood | 1 | -1/+1 |
2023-05-15 | Export `run_as_background_process` from the module API (#15577) | Shay | 2 | -0/+2 |
2023-05-15 | Implement MSC3821 to update redaction rules (`third_party_invite.signed`) (#1... | Patrick Cloke | 4 | -1/+125 |
2023-05-15 | Reject instead of erroring on invalid membership events. (#15564) | Patrick Cloke | 2 | -6/+12 |
2023-05-15 | Implement MSC3389 to protect relations from redaction. (#15565) | Patrick Cloke | 4 | -0/+120 |
2023-05-15 | Revert "Bump pillow from 9.4.0 to 9.5.0 (#15593)" | Mathieu Velten | 2 | -72/+82 |
2023-05-15 | Allow poetry-core 1.6.0 (#15588) | icp | 2 | -1/+2 |
2023-05-15 | Update Mastodon SSO instructions (#15587) | villepeh | 2 | -2/+5 |
2023-05-15 | Add an unstable feature flag for MSC3981 to the /versions endpoint (#15558) | Michael Weimann | 2 | -0/+3 |
2023-05-15 | Bump phonenumbers from 8.13.7 to 8.13.11 (#15590) | dependabot[bot] | 2 | -3/+4 |
2023-05-15 | Bump types-psycopg2 from 2.9.21.9 to 2.9.21.10 (#15591) | dependabot[bot] | 2 | -3/+4 |
2023-05-15 | Bump types-commonmark from 0.9.2.2 to 0.9.2.3 (#15592) | dependabot[bot] | 2 | -3/+4 |
2023-05-15 | Bump types-setuptools from 67.7.0.1 to 67.7.0.2 (#15594) | dependabot[bot] | 2 | -3/+4 |
2023-05-15 | Bump pillow from 9.4.0 to 9.5.0 (#15593) | dependabot[bot] | 2 | -82/+72 |
2023-05-15 | Bump serde from 1.0.162 to 1.0.163 (#15589) | dependabot[bot] | 2 | -4/+5 |
2023-05-12 | Declare support for Matrix 1.6 (#15559) | Patrick Cloke | 4 | -1/+23 |
2023-05-12 | Revert "Set thread_id column to non-null for event_push_{actions,actions_stag... | Erik Johnston | 7 | -225/+234 |
2023-05-12 | Relax poetry-core lower bound to 1.1.0 (#15571) | David Robertson | 5 | -54/+17 |
2023-05-12 | Add pkg-config package to Stage 0 (#15567) | helix-loop | 2 | -1/+2 |
2023-05-11 | Deal with more GHA deprecations (#15576) | David Robertson | 3 | -8/+10 |
2023-05-11 | Print full startup/initialization error (#15569) | Eric Eastwood | 2 | -1/+7 |
2023-05-11 | Allow `pip install` to use setuptools_rust 1.6.0 (#15570) | David Robertson | 2 | -1/+2 |
2023-05-11 | Add redis SSL configuration options (#15312) | Roel ter Maat | 7 | -14/+98 |
2023-05-11 | Require at least poetry-core v1.2.0 (#15566) | V02460 | 2 | -1/+2 |
2023-05-11 | Remove `worker_replication_*` settings (#15491) | Jason Little | 14 | -66/+206 |
2023-05-11 | Add an unstable feature flag for MSC3391 to the /versions endpoint (#15562) | Andrew Morgan | 2 | -0/+3 |
2023-05-10 | Fix documented path to largest rooms statistics endpoint. (#15560) | Reto Schneider | 2 | -1/+2 |
2023-05-09 | Stabilize MSC2659 support for AS ping endpoint. (#15528) | Tulir Asokan | 6 | -15/+11 |
2023-05-09 | HTTP Replication Client (#15470) | Jason Little | 6 | -3/+297 |
2023-05-09 | Add config option to prevent media downloads from listed domains. (#15197) | Travis Ralston | 6 | -0/+186 |
2023-05-09 | 1.83.0 v1.83.0 | Mathieu Velten | 3 | -1/+13 |
2023-05-09 | Error if attempting to set m.push_rules account data, per MSC4010. (#15555) | Patrick Cloke | 9 | -35/+95 |
2023-05-09 | Use account data constants in more places. (#15554) | Patrick Cloke | 5 | -9/+13 |
2023-05-08 | Bump hiredis from 2.2.2 to 2.2.3 (#15552) | dependabot[bot] | 2 | -90/+91 |
2023-05-08 | Bump serde from 1.0.160 to 1.0.162 (#15548) | dependabot[bot] | 2 | -4/+5 |
2023-05-08 | Bump sentry-sdk from 1.19.1 to 1.22.1 (#15550) | dependabot[bot] | 2 | -4/+5 |
2023-05-08 | Bump types-setuptools from 67.6.0.5 to 67.7.0.1 (#15549) | dependabot[bot] | 2 | -3/+4 |
2023-05-08 | Bump ruff from 0.0.259 to 0.0.265 (#15551) | dependabot[bot] | 3 | -20/+21 |
2023-05-08 | Bump types-requests from 2.29.0.0 to 2.30.0.0 (#15553) | dependabot[bot] | 2 | -4/+5 |
2023-05-05 | Check appservices for devices during a /user/devices query. (#15539) | Patrick Cloke | 3 | -1/+163 |
2023-05-05 | Implement MSC4009 to widen the allowed Matrix ID grammar (#15536) | Patrick Cloke | 6 | -17/+54 |
2023-05-05 | Handle `DNSNotImplementedError` in SRV resolver (#15523) | Zdziszek | 2 | -1/+5 |
2023-05-05 | Add `mdbook` to flake.nix (#15545) | Andrew Morgan | 4 | -2/+6 |
2023-05-05 | Clean up and clarify "Create or modify Account" Admin API documentation (#15544) | Andrew Morgan | 6 | -42/+74 |
2023-05-05 | Factor out an `is_mine_server_name` method (#15542) | Sean Quah | 23 | -36/+64 |
2023-05-05 | Allow running Complement integration tests via podman (#15543) | Andrew Morgan | 3 | -12/+28 |
2023-05-04 | Move ThirdPartyEventRules into module_api/callbacks (#15535) | Andrew Morgan | 19 | -68/+92 |
2023-05-04 | Update the base rules to remove the dont_notify action. (MSC3987) (#15534) | Patrick Cloke | 5 | -8/+14 |
2023-05-03 | Bump pyicu from 2.10.2 to 2.11 (#15509) | dependabot[bot] | 2 | -2/+3 |
2023-05-03 | Use oEmbed for YouTube Shorts (#15025) | Sandro | 2 | -0/+14 |
2023-05-03 | Add `xmlsec` package to flake.nix (#15532) | Andrew Morgan | 2 | -0/+2 |
2023-05-03 | Switch back to upstream devenv flake (#15533) | Andrew Morgan | 3 | -11/+8 |
2023-05-03 | Speed up deleting of old rows in `event_push_actions` (#15531) | Erik Johnston | 2 | -0/+10 |
2023-05-03 | Speed up rebuilding of the user directory for local users (#15529) | Erik Johnston | 3 | -77/+172 |
2023-05-03 | Revert "Reduce the size of the HTTP connection pool for non-pushers" (#15530) v1.83.0rc1 | Sean Quah | 6 | -31/+16 |
2023-05-03 | Suppress the trusted key server warning for matrix.org in the demo scripts (#... | Andrew Morgan | 2 | -7/+4 |
2023-05-03 | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 7 | -234/+225 |
2023-05-03 | Add config option to forget rooms automatically when users leave them (#15224) | Sean Quah | 9 | -47/+259 |
2023-05-02 | Remove references to supporting per-user flag for msc2654 (#15522) | Shay | 4 | -13/+10 |
2023-05-02 | Allow adding random delay to push (#15516) | Erik Johnston | 5 | -2/+68 |
2023-05-02 | Update CHANGES.md | Sean Quah | 1 | -1/+1 |
2023-05-02 | Update CHANGES.md | Sean Quah | 1 | -5/+5 |
2023-05-02 | Fix up docs summary to include new experimental features admin API docs | Sean Quah | 1 | -0/+1 |
2023-05-02 | 1.83.0rc1 | Sean Quah | 36 | -34/+61 |
2023-05-02 | Reduce the size of the HTTP connection pool for non-pushers. (#15514) | Patrick Cloke | 6 | -16/+31 |
2023-05-02 | Initial implementation of MSC3981: recursive relations API (#15315) | Patrick Cloke | 6 | -18/+186 |
2023-05-01 | Bump anyhow from 1.0.70 to 1.0.71 (#15507) | dependabot[bot] | 2 | -2/+3 |
2023-05-01 | Bump setuptools-rust from 1.5.2 to 1.6.0 (#15512) | dependabot[bot] | 2 | -3/+4 |
2023-05-01 | Bump packaging from 23.0 to 23.1 (#15510) | dependabot[bot] | 2 | -3/+4 |
2023-05-01 | Bump types-requests from 2.28.11.16 to 2.29.0.0 (#15511) | dependabot[bot] | 2 | -3/+4 |
2023-05-01 | Bump types-pillow from 9.4.0.19 to 9.5.0.2 (#15508) | dependabot[bot] | 2 | -3/+4 |
2023-04-28 | Add an admin API endpoint to support per-user feature flags (#15344) | Shay | 9 | -0/+408 |
2023-04-28 | Update development docs referencing outdated versions of sqlite we no longer ... | Shay | 2 | -33/+2 |
2023-04-27 | Add support for claiming multiple OTKs at once. (#15468) | Patrick Cloke | 12 | -98/+271 |
2023-04-27 | Add type hints to schema deltas (#15497) | Patrick Cloke | 30 | -144/+132 |
2023-04-27 | Check databases/__init__ and main/cache with mypy. (#15496) | Patrick Cloke | 4 | -12/+12 |
2023-04-27 | Add a nix flake that sets up a development environment (via devenv) (#15495) | Andrew Morgan | 4 | -1/+484 |
2023-04-27 | Disable push rule evaluation for rooms excluded from sync (#15361) | mcalinghee | 2 | -0/+2 |
2023-04-27 | Docs: Add Nginx loadbalancing example with sticky mxid for workers (#15411) | Tatu Wikman | 2 | -2/+65 |
2023-04-26 | Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) | Shay | 17 | -74/+186 |
2023-04-26 | Add a module API to send an HTTP push notification (#15387) | Mathieu Velten | 3 | -77/+160 |
2023-04-26 | Do not return extensible events experimental push rules by default. (#15494) | Patrick Cloke | 2 | -1/+5 |
2023-04-26 | Add admin endpoint to query room sizes (#15482) | Erik Johnston | 6 | -1/+195 |
2023-04-25 | Update the `check_schema_delta` script to account for when the schema version... | Shay | 2 | -2/+25 |
2023-04-25 | Add unstable /keys/claim endpoint which always returns fallback keys. (#15462) | Patrick Cloke | 9 | -29/+371 |
2023-04-25 | 1.82.0 v1.82.0 | David Robertson | 3 | -1/+13 |
2023-04-25 | Re re introduce membership tables event stream ordering (#15356) | Nick Mills-Barrett | 7 | -12/+163 |
2023-04-25 | Experimental support for MSC3970: per-device transaction IDs (#15318) | Quentin Gliech | 11 | -48/+265 |
2023-04-24 | Finish type hints for federation client HTTP code. (#15465) | Patrick Cloke | 7 | -42/+82 |
2023-04-24 | Ask bug reporters to provide logs as text (#15479) | David Robertson | 2 | -1/+2 |
2023-04-24 | Bump types-jsonschema from 4.17.0.6 to 4.17.0.7 (#15476) | dependabot[bot] | 2 | -3/+4 |
2023-04-24 | Bump types-netaddr from 0.8.0.7 to 0.8.0.8 (#15475) | dependabot[bot] | 2 | -3/+4 |
2023-04-24 | Bump cryptography from 40.0.1 to 40.0.2 (#15474) | dependabot[bot] | 2 | -20/+21 |
2023-04-24 | Bump pyasn1-modules from 0.2.8 to 0.3.0 (#15473) | dependabot[bot] | 2 | -6/+7 |
2023-04-24 | Bump types-pyyaml from 6.0.12.8 to 6.0.12.9 (#15471) | dependabot[bot] | 2 | -3/+4 |
2023-04-21 | Remove legacy code of single user device resync api (#15418) | Alok Kumar Singh | 6 | -122/+26 |
2023-04-20 | Modify StoreKeyFetcher to read from server_keys_json. (#15417) | Patrick Cloke | 8 | -76/+162 |
2023-04-18 | Speedup tests by caching HomeServerConfig instances (#15284) | Val Lorentz | 2 | -2/+61 |
2023-04-18 | Revert "Bump pillow from 9.4.0 to 9.5.0 (#15444)" v1.82.0rc1 | Olivier Wilkinson (reivilibre) | 1 | -71/+82 |
2023-04-18 | 1.82.0rc1 | Olivier Wilkinson (reivilibre) | 45 | -43/+76 |
2023-04-18 | Move Spam Checker callbacks to a dedicated file (#15453) | Andrew Morgan | 20 | -73/+107 |
2023-04-17 | Add a note to the config documentation that the 'delete_stale_devices_after' ... | Andrew Morgan | 2 | -0/+5 |
2023-04-17 | Switch `InstanceLocationConfig` to a pydantic `BaseModel` (#15431) | Jason Little | 3 | -10/+71 |
2023-04-17 | Bump mypy from 1.0.0 to 1.0.1 (#15447) | dependabot[bot] | 2 | -27/+28 |
2023-04-17 | Bump psycopg2 from 2.9.5 to 2.9.6 (#15448) | dependabot[bot] | 2 | -14/+15 |
2023-04-17 | Bump types-pyopenssl from 23.1.0.0 to 23.1.0.2 (#15446) | dependabot[bot] | 2 | -3/+4 |
2023-04-17 | Bump furo from 2023.3.23 to 2023.3.27 (#15445) | dependabot[bot] | 2 | -3/+4 |
2023-04-17 | Bump pillow from 9.4.0 to 9.5.0 (#15444) | dependabot[bot] | 2 | -82/+72 |
2023-04-17 | Bump serde from 1.0.159 to 1.0.160 (#15443) | dependabot[bot] | 2 | -4/+5 |
2023-04-17 | Bump dawidd6/action-download-artifact from 2.26.1 to 2.27.0 (#15441) | dependabot[bot] | 2 | -1/+2 |
2023-04-17 | Bump serde_json from 1.0.95 to 1.0.96 (#15442) | dependabot[bot] | 2 | -2/+3 |
2023-04-14 | Refactor `SimpleHttpClient` to pull out reusable methods (#15427) | Jason Little | 2 | -56/+77 |
2023-04-14 | More precise type for LoggingTransaction.execute (#15432) | David Robertson | 4 | -14/+32 |
2023-04-14 | Disable directory listing for `StaticResource` (#15438) | Dirk Klimpel | 2 | -0/+11 |
2023-04-14 | Load `/capabilities` endpoint on workers (#15436) | Dirk Klimpel | 5 | -1/+5 |
2023-04-14 | User directory background update speedup (#15435) | Erik Johnston | 2 | -45/+45 |
2023-04-14 | Delete pushers after calling on_logged_out module hook on device delete (#15410) | Mathieu Velten | 4 | -3/+58 |
2023-04-14 | Convert async to normal tests in `TestSSOHandler` (#15433) | Dirk Klimpel | 2 | -4/+5 |
2023-04-14 | Load `/directory/room/{roomAlias}` endpoint on workers (#15333) | Dirk Klimpel | 6 | -6/+12 |
2023-04-13 | Remove registration fallback code. (#15405) | Patrick Cloke | 10 | -227/+17 |
2023-04-13 | Improve robustness when handling a perspective key response by deduplicating ... | reivilibre | 6 | -28/+43 |
2023-04-13 | Add comma missing from #15382. (#15429) | reivilibre | 2 | -1/+2 |
2023-04-13 | Implement MSC2174: move redacts to a content property. (#15395) | Patrick Cloke | 8 | -17/+87 |
2023-04-13 | Only load the SSO redirect servlet if SSO is enabled. (#15421) | Dirk Klimpel | 2 | -1/+7 |
2023-04-13 | Disable loading `RefreshTokenServlet` on workers (#15428) | Dirk Klimpel | 2 | -1/+5 |
2023-04-12 | Throw if the appservice config list is the wrong type (#15425) | Will Hunt | 3 | -4/+51 |
2023-04-11 | 1.81.0 v1.81.0 | Erik Johnston | 3 | -3/+15 |
2023-04-10 | Bump immutabledict from 2.2.3 to 2.2.4 (#15415) | dependabot[bot] | 2 | -3/+4 |
2023-04-10 | Bump sentry-sdk from 1.17.0 to 1.19.1 (#15414) | dependabot[bot] | 2 | -3/+5 |
2023-04-10 | Bump parameterized from 0.8.1 to 0.9.0 (#15412) | dependabot[bot] | 2 | -4/+5 |
2023-04-10 | Bump types-pillow from 9.4.0.17 to 9.4.0.19 (#15413) | dependabot[bot] | 2 | -3/+4 |
2023-04-10 | Bump black from 23.1.0 to 23.3.0 (#15372) | dependabot[bot] | 2 | -26/+27 |
2023-04-10 | Attempt to fix weird mypy failures on ignored files. (#15409) | David Robertson | 2 | -3/+55 |
2023-04-06 | Implement MSC2175: remove the creator field from create events. (#15394) | Patrick Cloke | 8 | -24/+72 |
2023-04-06 | Bump pyopenssl from 23.1.0 to 23.1.1 (#15373) | dependabot[bot] | 2 | -3/+4 |
2023-04-06 | Trust dtolnay/rust-toolchain (#15406) | David Robertson | 4 | -77/+18 |
2023-04-06 | Bump types-psycopg2 from 2.9.21.8 to 2.9.21.9 (#15374) | dependabot[bot] | 2 | -3/+4 |
2023-04-06 | Bump types-netaddr from 0.8.0.6 to 0.8.0.7 (#15375) | dependabot[bot] | 2 | -3/+4 |
2023-04-06 | Bump types-opentracing from 2.4.10.3 to 2.4.10.4 (#15376) | dependabot[bot] | 2 | -3/+4 |
2023-04-06 | Bump dawidd6/action-download-artifact from 2.26.0 to 2.26.1 (#15404) | dependabot[bot] | 2 | -1/+2 |
2023-04-06 | Don't keep old stream_ordering_to_exterm around (#15382) | Erik Johnston | 3 | -10/+53 |
2023-04-06 | 1.81.0rc2 v1.81.0rc2 | David Robertson | 5 | -4/+23 |
2023-04-06 | Use setup-go instead of relying on go 1.17 to exist (#15403) | David Robertson | 5 | -10/+7 |
2023-04-05 | Implement MSC3989 to redact the origin field. (#15393) | Patrick Cloke | 4 | -1/+49 |
2023-04-05 | Fix the 'set_device_id_for_pushers_txn' background update. (#15391) | Quentin Gliech | 2 | -1/+2 |
2023-04-04 | Delete server-side backup keys when deactivating an account. (#15181) | Shay | 6 | -3/+291 |
2023-04-04 | Update changelog v1.81.0rc1 | Erik Johnston | 1 | -5/+18 |
2023-04-04 | 1.81.0rc1 | Erik Johnston | 50 | -49/+76 |
2023-04-04 | Speed up membership queries for users with forgotten rooms (#15385) | Erik Johnston | 3 | -1/+31 |
2023-04-04 | Fix a rare bug where initial /syncs would fail (#15383) | Sean Quah | 2 | -5/+20 |
2023-04-04 | Note that Synapse 1.74 queued a user dir rebuild (#15386) | David Robertson | 2 | -0/+12 |
2023-04-03 | Build Debian packages for Ubuntu 23.04 Lunar Lobster (#15381) | Sean Quah | 2 | -0/+2 |
2023-04-03 | Call appservices on modern paths, falling back to legacy paths. (#15317) | Patrick Cloke | 5 | -48/+172 |
2023-04-03 | Experimental Unix socket support (#15353) | Jason Little | 8 | -90/+239 |
2023-04-03 | Bump serde_json from 1.0.94 to 1.0.95 (#15371) | dependabot[bot] | 2 | -2/+3 |
2023-04-03 | Bump serde from 1.0.158 to 1.0.159 (#15370) | dependabot[bot] | 2 | -4/+5 |
2023-04-03 | Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 (#15369) | dependabot[bot] | 2 | -2/+3 |
2023-03-31 | Fix copyright year in SSO footer template (#15358) | Jason Robinson | 2 | -2/+3 |
2023-03-31 | Revert pruning of old devices (#15360) | Erik Johnston | 9 | -187/+7 |
2023-03-31 | Revert "Set thread_id column to non-null for event_push_{actions,actions_stag... | Olivier Wilkinson (reivilibre) | 6 | -154/+243 |
2023-03-30 | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 6 | -243/+154 |
2023-03-30 | to_device updates could be dropped when consuming the replication stream (#15... | Mathieu Velten | 5 | -15/+98 |
2023-03-30 | Speed up SQLite unit test CI (#15334) | Erik Johnston | 4 | -4/+53 |
2023-03-30 | Implement MSC3984 to proxy /keys/query requests to appservices. (#15321) | Patrick Cloke | 9 | -48/+298 |
2023-03-30 | Fix spinloop during partial state sync when a prev event is in backoff (#15351) | Sean Quah | 6 | -47/+79 |
2023-03-30 | Add the ability to enable/disable registrations when in the OIDC flow (#14978) | Warren Bailey | 6 | -3/+44 |
2023-03-30 | Add some clarification to the doc/comments regarding TCP replication (#15354) | Mathieu Velten | 4 | -36/+9 |
2023-03-30 | Fix missing app variable in mail subject for password resets (#15352) | Cyberes | 2 | -1/+2 |
2023-03-29 | Fix registering a device on an account with lots of devices (#15348) | Erik Johnston | 4 | -3/+56 |
2023-03-29 | Revert "Reintroduce membership tables event stream ordering (#15128)" (#15347) | Erik Johnston | 6 | -131/+12 |
2023-03-29 | Delete stale non-e2e devices for users, take 3 (#15183) | Erik Johnston | 7 | -7/+134 |
2023-03-29 | doc: fix account login requests ratelimit defaults typo (#15341) | Jayesh Nirve | 2 | -1/+2 |
2023-03-29 | Fix joining rooms you have been unbanned from (#15323) | DeepBlueV7.X | 3 | -53/+59 |
2023-03-28 | Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314) | Patrick Cloke | 9 | -29/+355 |
2023-03-28 | Speed up generate sample config CI lint (#15340) | Erik Johnston | 2 | -0/+9 |
2023-03-28 | Speed up pydantic CI lint (#15339) | Erik Johnston | 2 | -0/+9 |
2023-03-28 | Fix typo in developer docs GitHub workflow (#15336) | Sean Quah | 2 | -1/+2 |
2023-03-28 | 1.80.0 v1.80.0 | Sean Quah | 3 | -1/+13 |
2023-03-28 | Bump ruff from 0.0.252 to 0.0.259 (#15328) | dependabot[bot] | 12 | -35/+54 |
2023-03-27 | Prune old typing notifications (#15332) | Erik Johnston | 2 | -0/+26 |
2023-03-27 | Load `/password_policy` endpoint on workers. (#15331) | Dirk Klimpel | 5 | -2/+5 |
2023-03-27 | Bump cryptography from 40.0.0 to 40.0.1 (#15329) | dependabot[bot] | 2 | -20/+21 |
2023-03-27 | Bump mypy-zope from 0.9.0 to 0.9.1 (#15330) | dependabot[bot] | 2 | -4/+5 |
2023-03-27 | Bump furo from 2022.12.7 to 2023.3.23 (#15327) | dependabot[bot] | 3 | -5/+6 |
2023-03-27 | Bump types-pyopenssl from 23.0.0.4 to 23.1.0.0 (#15326) | dependabot[bot] | 2 | -3/+4 |
2023-03-27 | Bump regex from 1.7.1 to 1.7.3 (#15325) | dependabot[bot] | 2 | -4/+5 |
2023-03-27 | Bump serde from 1.0.157 to 1.0.158 (#15324) | dependabot[bot] | 2 | -7/+8 |
2023-03-24 | Fix `.gitignore` rule for the Complement source tarball downloaded automatica... | reivilibre | 2 | -1/+2 |
2023-03-24 | Add developer documentation for the Federation Sender and add a documentation... | reivilibre | 12 | -509/+1280 |
2023-03-24 | As an optimisation, use `TRUNCATE` on Postgres when clearing the user directo... | reivilibre | 2 | -4/+12 |
2023-03-24 | Make cleaning up pushers depend on the device_id instead of the token_id (#15... | Quentin Gliech | 15 | -65/+142 |
2023-03-24 | Reject mentions on the C-S API which are invalid. (#15311) | Patrick Cloke | 4 | -54/+105 |
2023-03-24 | Reintroduce membership tables event stream ordering (#15128) | Nick Mills-Barrett | 6 | -12/+131 |
2023-03-23 | Add a primitive helper script for listing worker endpoints. (#15243) | reivilibre | 31 | -12/+424 |
2023-03-22 | Use immutabledict instead of frozendict (#15113) | David Robertson | 20 | -244/+124 |
2023-03-22 | Add a check to SQLite port DB script to ensure that the sqlite database passe... | Shay | 2 | -0/+10 |
2023-03-22 | 1.80.0rc2 v1.80.0rc2 | H. Shay | 6 | -6/+18 |
2023-03-22 | Bump dtolnay/rust-toolchain from e12eda571dc9a5ee5d58eecf4738ec291c66f295 to ... | dependabot[bot] | 4 | -15/+16 |
2023-03-22 | Have replication clients remove _INT_STREAM_POS (#15309) | David Robertson | 2 | -1/+2 |
2023-03-21 | Change the parameter `immediate` of `send_device_messages` to default to `Tru... | Shay | 3 | -2/+3 |
2023-03-21 | Bump sentry-sdk from 1.15.0 to 1.17.0 (#15285) | dependabot[bot] | 2 | -3/+5 |
2023-03-21 | Update 15295.bugfix | Patrick Cloke | 1 | -1/+1 |
2023-03-21 | Allow running twisted trunk against other branches (#15302) | David Robertson | 2 | -1/+9 |
2023-03-21 | Remind maintainer to ask #synapse-dev for changelog (#15303) | David Robertson | 2 | -1/+2 |
2023-03-21 | Apply & bundle edits for non-message events. (#15295) | Patrick Cloke | 2 | -7/+5 |
2023-03-21 | update changelog | H. Shay | 1 | -8/+9 |
2023-03-21 | Update CHANGES.md | Shay | 1 | -1/+1 |