0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-02 01:18:25 +02:00
synapse/changelog.d
Richard van der Hoff ab7a24cc6b
Better formatting for config errors from modules (#8874)
The idea is that the parse_config method of extension modules can raise either a ConfigError or a JsonValidationError,
and it will be magically turned into a legible error message. There's a few components to it:

* Separating the "path" and the "message" parts of a ConfigError, so that we can fiddle with the path bit to turn it
   into an absolute path.
* Generally improving the way ConfigErrors get printed.
* Passing in the config path to load_module so that it can wrap any exceptions that get caught appropriately.
2020-12-08 14:04:35 +00:00
..
.gitignore
8802.doc Add missing prometheus rules for persisted events (#8802) 2020-12-02 15:18:41 +00:00
8821.bugfix Apply an IP range blacklist to push and key revocation requests. (#8821) 2020-12-02 11:09:24 -05:00
8827.bugfix Correctly handle unpersisted events when calculating auth chain difference. (#8827) 2020-12-02 15:22:37 +00:00
8837.bugfix Add additional validation for the admin register endpoint. (#8837) 2020-12-02 10:01:15 -05:00
8853.feature Add authentication to replication endpoints. (#8853) 2020-12-04 10:56:28 -05:00
8858.bugfix newsfile 2020-12-02 18:54:15 +00:00
8861.misc changelog 2020-12-02 18:38:29 +00:00
8862.bugfix Do not 500 if the content-length is not provided when uploading media. (#8862) 2020-12-04 10:26:09 -05:00
8864.misc remove unused FakeResponse (#8864) 2020-12-02 18:58:25 +00:00
8865.bugfix Add additional validation to pusher URLs. (#8865) 2020-12-04 10:51:56 -05:00
8867.bugfix Fix errorcode for disabled registration (#8867) 2020-12-03 15:41:19 +00:00
8872.bugfix Call set_avatar_url with target_user, not user_id (#8872) 2020-12-07 19:13:07 +00:00
8873.doc Fix a buglet in the SAML username mapping provider doc (#8873) 2020-12-04 10:14:15 +00:00
8874.feature Better formatting for config errors from modules (#8874) 2020-12-08 14:04:35 +00:00
8879.misc Pass room_id to get_auth_chain_difference (#8879) 2020-12-04 15:52:49 +00:00
8880.misc Add type hints for HTTP and email pushers. (#8880) 2020-12-07 09:59:38 -05:00
8881.misc Simplify the flow for SSO UIA (#8881) 2020-12-08 14:03:38 +00:00
8882.misc Add type hints to the push mailer module. (#8882) 2020-12-07 07:10:22 -05:00
8883.bugfix Do not raise a 500 exception when previewing empty media. (#8883) 2020-12-07 10:00:08 -05:00
8891.doc Clarify config template comments (#8891) 2020-12-08 14:03:08 +00:00