0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-18 11:33:45 +02:00
synapse/changelog.d
David Robertson c0854ce65a
Hack to rebuild the complement editable image (#15184)
* Hack to rebuild the complement editable image

* Changelog
2023-03-07 11:51:18 +00:00
..
.gitignore
14026.doc Add documentation for caching in a module (#14026) 2023-02-28 14:16:33 +00:00
14101.misc Add Sytest jobs with the asyncio reactor enabled (#14101) 2023-03-02 11:14:44 +00:00
14869.bugfix Experimental MSC3890 Implementation: Fix deleting account data when using an account data writer worker (#14869) 2023-03-03 10:51:57 +00:00
14918.misc Batch up storing state groups when creating new room (#14918) 2023-02-24 13:15:29 -08:00
15044.feature Add module API callbacks for adding and deleting local 3PID associations (#15044 2023-02-27 14:19:19 +00:00
15051.misc Update intentional mentions (MSC3952) to depend on exact_event_property_contains (MSC3966). (#15051) 2023-03-02 08:30:51 -05:00
15071.doc Clarify the workers that the ThirdPartyRules' on_new_event callback will run on (#15071) 2023-02-22 16:05:34 +00:00
15077.feature Implementation of MSC3967: Don't require UIA for initial upload of cross signing keys (#15077) 2023-03-02 10:34:59 +00:00
15088.bugfix Do not accept pattern_type from user input in push rules. (#15088) 2023-02-28 10:11:20 -05:00
15092.bugfix Do not fail completely if oEmbed autodiscovery fails. (#15092) 2023-02-23 16:08:53 -05:00
15093.bugfix Remove unused room_alias field from /createRoom response (#15093) 2023-02-22 11:07:28 +00:00
15095.misc Use json.dump in FileExfiltrationWriter (#15095) 2023-02-22 14:29:39 -05:00
15103.misc Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
15107.feature Add information on uploaded media to user export command. (#15107) 2023-02-23 13:14:17 -05:00
15112.doc Documentation using Shibboleth with OIDC Plugin for SSO. (#15112) 2023-02-23 12:54:03 -05:00
15116.feature Admin API endpoint to delete a reported event (#15116) 2023-02-28 12:09:10 +00:00
15133.feature Add support for knocking to workers. (#15133) 2023-03-02 12:59:53 -05:00
15134.feature Allow use of the /filter Client-Server APIs on workers. (#15134) 2023-02-28 16:37:19 +00:00
15135.misc Tighten the default rate limit of creating new devices. (#15135) 2023-02-22 14:37:18 -05:00
15137.removal Stop parsing the unspecced type parameter on thumbnail requests. (#15137) 2023-02-23 16:07:46 -05:00
15138.misc Fix a typo in MSC3873 config option. (#15138) 2023-02-23 16:06:42 -05:00
15139.doc Fix typo in federation_verify_certificates in config documentation. (#15139) 2023-02-23 13:25:56 -05:00
15143.misc Improve handling of non-ASCII characters in user directory search (#15143) 2023-02-24 13:39:45 +00:00
15146.misc Refactor media modules. (#15146) 2023-02-27 08:26:05 -05:00
15148.doc Small fixes to MatrixFederationHttpClient docstrings (#15148) 2023-02-27 13:03:22 +00:00
15152.misc Bump dawidd6/action-download-artifact from 2.25.0 to 2.26.0 (#15152) 2023-02-27 11:28:57 +00:00
15154.misc Bump docker/login-action from 1 to 2 (#15154) 2023-02-27 11:29:51 +00:00
15155.misc Bump actions/checkout from 2 to 3 (#15155) 2023-02-27 11:32:52 +00:00
15156.misc Bump matrix-org/backend-meta from 1 to 2 (#15156) 2023-02-27 11:33:27 +00:00
15157.misc Bump typing-extensions from 4.4.0 to 4.5.0 (#15157) 2023-02-27 11:34:57 +00:00
15158.misc Bump types-opentracing from 2.4.10.1 to 2.4.10.3 (#15158) 2023-02-27 11:37:33 +00:00
15159.misc Bump ruff from 0.0.237 to 0.0.252 (#15159) 2023-02-27 11:39:26 +00:00
15160.misc Bump types-setuptools from 67.3.0.1 to 67.4.0.3 (#15160) 2023-02-27 11:38:10 +00:00
15163.bugfix Fix a long-standing bug where an initial sync would not respond to changes to the list of ignored users if there was an initial sync cached. (#15163) 2023-02-28 17:11:26 +00:00
15164.misc Add missing type hints to InsecureInterceptableContextFactory. (#15164) 2023-02-28 10:17:55 -05:00
15165.misc Move event_reports to RoomWorkerStore (#15165) 2023-03-02 10:38:46 +00:00
15167.misc Remove dangling reference to being a reference implementation (#15167) 2023-02-27 20:08:18 +00:00
15168.doc Correct documentation about registration_shared_secret_path (#15168) 2023-02-28 11:09:31 +00:00
15172.feature Remove support for aggregating reactions (#15172) 2023-02-28 18:49:28 +00:00
15174.bugfix Pass the requester during event serialization. (#15174) 2023-03-06 16:08:39 +00:00
15175.misc Update spam checker documentation for moved media modules. (#15175) 2023-02-28 12:51:11 -05:00
15177.bugfix Fix ICU tests on alpine / macOS. (#15177) 2023-03-03 14:22:06 +00:00
15180.bugfix Fix conflicting URLs for dehydrated devices. (#15180) 2023-03-02 07:24:29 -05:00
15184.misc Hack to rebuild the complement editable image (#15184) 2023-03-07 11:51:18 +00:00
15185.feature Stabilize support for MSC3758: event_property_is push condition (#15185) 2023-03-06 08:38:01 -05:00
15186.docker Dockerfile-workers: spell out when config isn't generated (#15186) 2023-03-02 15:55:26 +00:00
15188.misc Use nightly rustfmt in CI (#15188) 2023-03-03 14:26:14 +00:00
15189.misc Remove the unspecced and bugged PUT /knock/{roomIdOrAlias} endpoint (#15189) 2023-03-02 17:16:54 +00:00
15191.misc Add a get_next_txn method to StreamIdGenerator to match MultiWriterIdGenerator (#15191 2023-03-02 18:27:00 +00:00
15192.misc Combine AbstractStreamIdTracker and AbstractStreamIdGenerator. (#15192) 2023-03-03 08:13:37 -05:00
15193.bugfix Stop applying edits to event contents (MSC3925). (#15193) 2023-03-06 09:43:01 -05:00
15194.misc Configure ruff to automatically fix issues. (#15194) 2023-03-03 07:13:03 -05:00
15199.misc Remove unspecced and buggy PUT method on the unstable /rooms/<room_id>/batch_send endpoint. (#15199) 2023-03-03 12:22:49 +00:00
15209.misc Bump types-commonmark from 0.9.2.1 to 0.9.2.2 (#15209) 2023-03-07 10:13:10 +00:00
15210.misc Bump types-psycopg2 from 2.9.21.4 to 2.9.21.8 (#15210) 2023-03-07 10:13:24 +00:00
15211.misc Bump types-pillow from 9.4.0.13 to 9.4.0.17 (#15211) 2023-03-07 10:14:05 +00:00
15212.misc Bump types-setuptools from 67.4.0.3 to 67.5.0.0 (#15212) 2023-03-07 10:13:51 +00:00
15213.misc Bump types-pyopenssl from 22.1.0.2 to 23.0.0.4 (#15213) 2023-03-07 10:14:21 +00:00
15214.misc Bump serde_json from 1.0.93 to 1.0.94 (#15214)Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com> 2023-03-06 12:01:05 +00:00
15215.misc Split up txn for fetching device keys (#15215) 2023-03-07 08:51:34 +00:00