summary refs log tree commit diff
path: root/changelog.d/13795.misc (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-10small fixH. Shay2-3/+2
2023-05-10remove changes to syncH. Shay1-8/+2
2023-05-10test activation both by config and admin apiH. Shay3-27/+186
2023-05-10consolidate logic checking config and db to one placeH. Shay4-37/+35
2023-05-10move ExperimentalFeature definition to avoid circular importH. Shay2-13/+12
2023-05-10Fix documented path to largest rooms statistics endpoint. (#15560)Reto Schneider2-1/+2
2023-05-09Stabilize MSC2659 support for AS ping endpoint. (#15528)Tulir Asokan6-15/+11
2023-05-09HTTP Replication Client (#15470)Jason Little6-3/+297
2023-05-09Add config option to prevent media downloads from listed domains. (#15197)Travis Ralston6-0/+186
2023-05-091.83.0 v1.83.0Mathieu Velten3-1/+13
2023-05-09Error if attempting to set m.push_rules account data, per MSC4010. (#15555)Patrick Cloke9-35/+95
2023-05-09Use account data constants in more places. (#15554)Patrick Cloke5-9/+13
2023-05-08Bump hiredis from 2.2.2 to 2.2.3 (#15552)dependabot[bot]2-90/+91
2023-05-08Bump serde from 1.0.160 to 1.0.162 (#15548)dependabot[bot]2-4/+5
2023-05-08Bump sentry-sdk from 1.19.1 to 1.22.1 (#15550)dependabot[bot]2-4/+5
2023-05-08Bump types-setuptools from 67.6.0.5 to 67.7.0.1 (#15549)dependabot[bot]2-3/+4
2023-05-08Bump ruff from 0.0.259 to 0.0.265 (#15551)dependabot[bot]3-20/+21
2023-05-08Bump types-requests from 2.29.0.0 to 2.30.0.0 (#15553)dependabot[bot]2-4/+5
2023-05-05Check appservices for devices during a /user/devices query. (#15539)Patrick Cloke3-1/+163
2023-05-05Implement MSC4009 to widen the allowed Matrix ID grammar (#15536)Patrick Cloke6-17/+54
2023-05-05Handle `DNSNotImplementedError` in SRV resolver (#15523)Zdziszek2-1/+5
2023-05-05Add `mdbook` to flake.nix (#15545)Andrew Morgan4-2/+6
2023-05-05Clean up and clarify "Create or modify Account" Admin API documentation (#15544)Andrew Morgan6-42/+74
2023-05-05Factor out an `is_mine_server_name` method (#15542)Sean Quah23-36/+64
2023-05-05Allow running Complement integration tests via podman (#15543)Andrew Morgan3-12/+28
2023-05-04Move ThirdPartyEventRules into module_api/callbacks (#15535)Andrew Morgan19-68/+92
2023-05-04Update the base rules to remove the dont_notify action. (MSC3987) (#15534)Patrick Cloke5-8/+14
2023-05-03Bump pyicu from 2.10.2 to 2.11 (#15509)dependabot[bot]2-2/+3
2023-05-03Use oEmbed for YouTube Shorts (#15025)Sandro2-0/+14
2023-05-03Add `xmlsec` package to flake.nix (#15532)Andrew Morgan2-0/+2
2023-05-03Switch back to upstream devenv flake (#15533)Andrew Morgan3-11/+8
2023-05-03Speed up deleting of old rows in `event_push_actions` (#15531)Erik Johnston2-0/+10
2023-05-03Speed up rebuilding of the user directory for local users (#15529)Erik Johnston3-77/+172
2023-05-03Revert "Reduce the size of the HTTP connection pool for non-pushers" (#15530) v1.83.0rc1Sean Quah6-31/+16
2023-05-03Suppress the trusted key server warning for matrix.org in the demo scripts (#...Andrew Morgan2-7/+4
2023-05-03Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke7-234/+225
2023-05-03Add config option to forget rooms automatically when users leave them (#15224)Sean Quah9-47/+259
2023-05-02Remove references to supporting per-user flag for msc2654 (#15522)Shay4-13/+10
2023-05-02remove support for per-user msc2654H. Shay6-72/+39
2023-05-02change how config is checkedH. Shay3-20/+23
2023-05-02Allow adding random delay to push (#15516)Erik Johnston5-2/+68
2023-05-02Update CHANGES.mdSean Quah1-1/+1
2023-05-02Update CHANGES.mdSean Quah1-5/+5
2023-05-02Fix up docs summary to include new experimental features admin API docsSean Quah1-0/+1
2023-05-021.83.0rc1Sean Quah36-34/+61
2023-05-02Reduce the size of the HTTP connection pool for non-pushers. (#15514)Patrick Cloke6-16/+31
2023-05-02Initial implementation of MSC3981: recursive relations API (#15315)Patrick Cloke6-18/+186
2023-05-01stupid github web editorH. Shay1-1/+0
2023-05-01fall back to default config setting if not enabled in tableH. Shay6-12/+50
2023-05-01update tests to use enumH. Shay5-15/+33
2023-05-01add a db function to tell if just one feature is enabledH. Shay1-0/+32
2023-05-01re-add parameters to testH. Shay1-0/+2
2023-05-01