MatrixSynapse/changelog.d
Richard van der Hoff 895e04319b
Preparatory refactoring of the OidcHandlerTestCase (#8911)
* Remove references to handler._auth_handler

(and replace them with hs.get_auth_handler)

* Factor out a utility function for building Requests

* Remove mocks of `OidcHandler._map_userinfo_to_user`

This method is going away, so mocking it out is no longer a valid approach.

Instead, we mock out lower-level methods (eg _remote_id_from_userinfo), or
simply allow the regular implementation to proceed and update the expectations
accordingly.

* Remove references to `OidcHandler._map_userinfo_to_user` from tests

This method is going away, so we can no longer use it as a test point. Instead
we build mock "callback" requests which we pass into `handle_oidc_callback`,
and verify correct behaviour by mocking out `AuthHandler.complete_sso_login`.
2020-12-14 11:38:50 +00:00
..
.gitignore
8802.doc
8821.bugfix
8827.bugfix
8829.removal
8837.bugfix
8839.doc
8853.feature
8858.bugfix
8861.misc
8862.bugfix
8864.misc
8865.bugfix
8867.bugfix
8870.bugfix
8872.bugfix
8873.doc
8874.feature
8879.misc
8880.misc
8881.misc
8882.misc
8883.bugfix
8886.feature Add number of local devices to Room Details Admin API (#8886) 2020-12-11 10:42:47 +00:00
8887.feature
8890.feature Allow spam-checker modules to be provide async methods. (#8890) 2020-12-11 14:05:15 -05:00
8891.doc
8897.feature
8900.feature
8901.misc Add type hints to the push module. (#8901) 2020-12-11 11:43:53 -05:00
8905.misc
8906.misc
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 Improve tests for structured logging. (#8916) 2020-12-11 07:25:01 -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