MatrixSynapse/changelog.d
Patrick Cloke 8388384a64
Fix a regression when grandfathering SAML users. (#8855)
This was broken in #8801 when abstracting code shared with OIDC.

After this change both SAML and OIDC have a concept of
grandfathering users, but with different implementations.
2020-12-02 07:45:42 -05:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
8565.misc Simplify the way the `HomeServer` object caches its internal attributes. (#8565) 2020-11-30 13:28:44 -05:00
8617.feature Add admin API for logging in as a user (#8617) 2020-11-17 10:51:25 +00:00
8630.feature SAML: Allow specifying the IdP entityid to use. (#8630) 2020-11-19 09:57:13 -05:00
8731.misc SAML: Document allowing a clock/time difference from IdP (#8731) 2020-11-18 07:36:28 -05:00
8734.doc Clarify the usecase for an msisdn delegate (#8734) 2020-11-14 23:09:36 +00:00
8744.bugfix Improve appservice handler to send only the most recent read receipts when no stream_id is stored. (#8744) 2020-11-18 18:54:09 +00:00
8751.misc Generalise _locally_reject_invite (#8751) 2020-11-16 15:37:36 +00:00
8754.misc Generalise _maybe_store_room_on_invite (#8754) 2020-11-13 16:24:04 +00:00
8757.misc changelog 2020-11-15 23:09:03 +00:00
8758.misc Move `wait_until_result` into `FakeChannel` (#8758) 2020-11-16 18:21:47 +00:00
8759.misc Rename `create_test_json_resource` to `create_test_resource` (#8759) 2020-11-16 14:45:52 +00:00
8760.misc Add a `custom_headers` param to `make_request` (#8760) 2020-11-16 14:45:22 +00:00
8761.misc changelog 2020-11-16 18:24:08 +00:00
8765.misc Abstract shared SSO code. (#8765) 2020-11-17 09:46:23 -05:00
8770.misc Use TYPE_CHECKING instead of magic MYPY variable. (#8770) 2020-11-17 09:09:40 -05:00
8771.doc a comma too much (#8771) 2020-11-17 14:13:56 +00:00
8772.misc Add a script to sign arbitrary json objects. (#8772) 2020-11-24 12:53:00 +00:00
8773.misc Improve logging of the mapping from SSO IDs to Matrix IDs. (#8773) 2020-11-23 08:45:23 -05:00
8774.misc Improve error checking for OIDC/SAML mapping providers (#8774) 2020-11-19 14:25:17 -05:00
8776.bugfix Consistently use room_id from federation request body (#8776) 2020-11-19 10:05:33 +00:00
8777.misc Fix tests on develop (#8777) 2020-11-18 15:43:11 +00:00
8779.doc Update turn-howto (#8779) 2020-11-24 12:52:22 +00:00
8784.misc Properly report user-agent/IP during registration of SSO users. (#8784) 2020-11-23 13:28:03 -05:00
8785.removal Remove deprecated `/_matrix/client/*/admin` endpoints (#8785) 2020-11-25 16:26:11 -05:00
8793.doc INSTALL: Fix setting content-type on well-known (#8793) 2020-11-23 13:01:18 +00:00
8795.doc Clarify documentation of the admin list media API (#8795) 2020-11-24 09:04:51 -05:00
8798.bugfix Fix synctl and duplicate worker spawning (#8798) 2020-11-23 15:20:49 +00:00
8799.bugfix Allow per-room profile to be used for server notice user (#8799) 2020-11-30 18:59:29 +00:00
8800.misc Add basic SAML tests for mapping users. (#8800) 2020-12-02 07:09:21 -05:00
8801.feature Support trying multiple localparts for OpenID Connect. (#8801) 2020-11-25 10:04:22 -05:00
8804.feature Allow Date header through CORS (#8804) 2020-12-01 13:24:56 +00:00
8806.misc Add additional type hints to HTTP client. (#8812) 2020-11-25 13:30:47 -05:00
8809.misc Add typing to membership Replication class methods (#8809) 2020-11-27 10:49:38 +00:00
8812.misc Add additional type hints to HTTP client. (#8812) 2020-11-25 13:30:47 -05:00
8815.misc Speed up remote invite rejection database call (#8815) 2020-11-25 20:06:13 +00:00
8817.bugfix Defer SIGHUP handlers to reactor. (#8817) 2020-11-26 11:18:10 +00:00
8818.doc Fix the formatting of push config section (#8818) 2020-11-25 21:02:53 +00:00
8819.misc Add some tests for `password_auth_providers` (#8819) 2020-12-01 11:10:42 +00:00
8820.feature Add a config option to change whether unread push notification counts are per-message or per-room (#8820) 2020-11-30 18:43:54 +00:00
8822.doc Improve documentation how to configure prometheus for workers (#8822) 2020-11-26 10:42:55 +00:00
8823.bugfix Strip trailing / from server_url in register_new_matrix_user (#8823) 2020-11-26 10:57:26 +00:00
8824.doc Update example prometheus console (#8824) 2020-11-26 17:41:20 +00:00
8833.removal Remove special case of pretty printing JSON responses for curl (#8833) 2020-11-27 12:37:55 +00:00
8835.bugfix Don't offer password login when it is disabled (#8835) 2020-12-01 13:04:03 +00:00
8843.feature Add `force_purge` option to delete-room admin api. (#8843) 2020-11-30 16:48:12 +00:00
8845.misc Drop (almost) unused index on event_json (#8845) 2020-11-30 18:44:09 +00:00
8847.misc Simplify appservice login code (#8847) 2020-11-30 19:20:56 +00:00
8848.bugfix Support "identifier" dicts in UIA (#8848) 2020-12-01 17:42:26 +00:00
8849.misc Create a `PasswordProvider` wrapper object (#8849) 2020-12-02 10:38:50 +00:00
8850.misc Add missing `ordering` to background updates (#8850) 2020-12-01 15:52:49 +00:00
8851.misc Fix broken testcase (#8851) 2020-12-01 11:04:57 +00:00
8854.misc Allow specifying room version in 'RestHelper.create_room_as' and add typing (#8854) 2020-12-02 10:38:18 +00:00
8855.feature Fix a regression when grandfathering SAML users. (#8855) 2020-12-02 07:45:42 -05:00