MatrixSynapse/changelog.d
Patrick Cloke 9dde9c9f01
Implement MSC2176: Updated redaction rules (#8984)
An experimental room version ("org.matrix.msc2176") contains
the new redaction rules for testing.
2021-01-05 07:41:48 -05:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
8756.feature Allow server admin to get admin bit in rooms where local user is an admin (#8756) 2020-12-18 15:37:19 +00:00
8802.doc Add missing prometheus rules for persisted events (#8802) 2020-12-02 15:18:41 +00:00
8821.bugfix Default to blacklisting reserved IP ranges and add a whitelist. (#8870) 2020-12-09 13:56:06 -05:00
8827.bugfix Correctly handle unpersisted events when calculating auth chain difference. (#8827) 2020-12-02 15:22:37 +00:00
8829.removal Deprecate Shutdown Room and Purge Room Admin API (#8829) 2020-12-10 11:42:48 +00:00
8837.bugfix Add additional validation for the admin register endpoint. (#8837) 2020-12-02 10:01:15 -05:00
8839.doc Combine related media admin API docs (#8839) 2020-12-09 16:19:57 +00:00
8853.feature Add authentication to replication endpoints. (#8853) 2020-12-04 10:56:28 -05:00
8856.misc Use the SSO handler helpers for CAS registration/login. (#8856) 2021-01-03 16:25:44 +00: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
8870.bugfix Default to blacklisting reserved IP ranges and add a whitelist. (#8870) 2020-12-09 13:56:06 -05: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
8886.feature Add number of local devices to Room Details Admin API (#8886) 2020-12-11 10:42:47 +00:00
8887.feature Add X-Robots-Tag header to stop crawlers from indexing media (#8887) 2020-12-08 22:51:03 +00:00
8890.feature Allow spam-checker modules to be provide async methods. (#8890) 2020-12-11 14:05:15 -05:00
8891.doc Clarify config template comments (#8891) 2020-12-08 14:03:08 +00:00
8897.feature Fix buglet in DirectRenderJsonResource (#8897) 2020-12-10 12:42:55 +00:00
8900.feature Refactor `SsoHandler.get_mxid_from_sso` (#8900) 2020-12-10 12:43:58 +00:00
8901.misc Add type hints to the push module. (#8901) 2020-12-11 11:43:53 -05:00
8905.misc Skip the SAML tests if xmlsec1 isn't available. (#8905) 2020-12-09 12:23:30 -05:00
8906.misc Pin the docker version for multiarch builds 2020-12-09 15:51:11 +00:00
8909.misc Don't publish `latest` docker image until all archs are built (#8909) 2020-12-10 17:00:29 +00:00
8911.feature Preparatory refactoring of the OidcHandlerTestCase (#8911) 2020-12-14 11:38:50 +00:00
8916.misc Various clean-ups to the logging context code (#8935) 2020-12-14 14:19:47 -05:00
8918.bugfix Fix deadlock on SIGHUP (#8918) 2020-12-10 16:56:05 +00:00
8920.bugfix Honour AS ratelimit settings for /login requests (#8920) 2020-12-11 16:33:31 +00:00
8921.bugfix Don't ratelimit autojoining of rooms (#8921) 2020-12-11 10:17:49 +00:00
8929.misc Try and drop stale extremities. (#8929) 2020-12-18 09:49:18 +00:00
8930.feature Send the location of the web client to the IS when inviting via 3PIDs. (#8930) 2020-12-18 11:01:57 -05:00
8931.feature Make search statement in List Room and User Admin API case-insensitive (#8931) 2020-12-17 10:43:37 +00:00
8933.bugfix Fix a bug that deactivated users appear in the directory (#8933) 2020-12-17 12:05:39 +00:00
8935.misc Various clean-ups to the logging context code (#8935) 2020-12-14 14:19:47 -05:00
8937.bugfix Fix startup failure with localdb_enabled: False (#8937) 2020-12-14 20:42:03 +00:00
8938.feature Preparatory refactoring of the SamlHandlerTestCase (#8938) 2020-12-15 20:56:10 +00:00
8940.misc Convert internal pusher dicts to attrs classes. (#8940) 2020-12-16 11:25:30 -05:00
8941.feature Push login completion down into SsoHandler (#8941) 2020-12-16 20:01:53 +00:00
8942.feature Implement a username picker for synapse (#8942) 2020-12-18 14:19:46 +00:00
8943.misc Fix handling of stream tokens for push. (#8943) 2020-12-15 10:41:34 -05:00
8945.bugfix Do not assume that the contents dictionary includes history_visibility. (#8945) 2020-12-16 08:46:37 -05:00
8946.misc changelog 2020-12-15 22:35:50 +00:00
8950.misc Add a maximum size for well-known lookups. (#8950) 2020-12-16 17:25:24 -05:00
8951.feature changelog 2020-12-15 23:11:42 +00:00
8952.misc Fix generate_log_config script (#8952) 2020-12-16 14:52:04 +00:00
8954.feature Fix the sample config location for the ip_range_whitelist setting. (#8954) 2020-12-16 14:40:47 -05:00
8958.misc Refactor the CAS handler in prep for using the abstracted SSO code. (#8958) 2020-12-18 13:09:45 -05:00
8959.bugfix Use the simple dictionary in full text search for the user directory (#8959) 2020-12-17 14:42:30 +01:00
8962.bugfix Newsfile 2020-12-17 12:05:18 +00:00
8963.misc Clean up tox.ini (#8963) 2020-12-17 22:58:00 +00:00
8964.bugfix Fix `UsersListTestCase` (#8964) 2020-12-17 10:46:40 -05:00
8965.bugfix Ensure that a URL exists in the content during push. (#8965) 2020-12-18 07:26:15 -05:00
8970.feature Allow re-using a UI auth validation for a period of time (#8970) 2020-12-18 07:33:57 -05:00
8971.bugfix Fix mainline ordering in state res v2 (#8971) 2020-12-18 15:00:34 +00:00
8973.misc Add type hints to admin and room list handlers. (#8973) 2020-12-29 17:42:10 -05:00
8975.bugfix Validate input parameters for the sendToDevice API. (#8975) 2020-12-29 12:47:45 -05:00
8976.misc Add type hints to the receipts and user directory handlers. (#8976) 2021-01-04 10:05:12 -05:00
8977.bugfix Check if group IDs are valid before using them. (#8977) 2020-12-30 08:39:59 -05:00
8979.misc Drop the unused local_invites table. (#8979) 2020-12-29 07:26:29 -05:00
8980.misc Add additional type hints to the storage module. (#8980) 2020-12-30 08:09:53 -05:00
8984.feature Implement MSC2176: Updated redaction rules (#8984) 2021-01-05 07:41:48 -05:00
8986.misc Support PyJWT v2.0.0. (#8986) 2020-12-22 13:00:14 -05:00
8987.doc Doc/move database setup instructions in install md (#8987) 2020-12-30 11:33:03 +00:00
8992.doc Update the value of group_creation_prefix in sample config. (#8992) 2020-12-29 09:30:48 -05:00
8994.feature Allow redacting events on workers (#8994) 2020-12-29 07:40:12 -05:00
8998.misc Fix RoomDirectoryFederationTests and make them actually run (#8998) 2020-12-30 19:27:32 +00:00
8999.misc Add type hints to the crypto module. (#8999) 2021-01-04 10:04:50 -05:00
9002.doc Add link to Synapse dev room to the relevant README section (#9002) 2021-01-04 08:59:19 -05:00
9015.feature Combine the SSO Redirect Servlets (#9015) 2021-01-04 18:13:49 +00:00
9017.feature Add initial support for a "pick your IdP" page (#9017) 2021-01-05 11:25:28 +00:00