- Mar 09, 2021
-
-
Patrick Cloke authored
-
- Mar 04, 2021
-
-
Richard van der Hoff authored
This great big stack of commits is a a whole load of hoop-jumping to make it easier to store additional values in login tokens, and then to actually store the SSO Identity Provider in the login token. (Making use of that data will follow in a subsequent PR.)
-
- Feb 17, 2021
-
-
Patrick Cloke authored
-
- Jan 28, 2021
-
-
Patrick Cloke authored
This finishes adding type hints to the `synapse.handlers` module.
-
- Jan 26, 2021
-
-
Patrick Cloke authored
With this change all handlers except the e2e_* ones have type hints enabled.
-
- Jan 20, 2021
-
-
Richard van der Hoff authored
-
- Jan 07, 2021
-
-
Richard van der Hoff authored
-
- Jan 04, 2021
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
- Dec 30, 2020
-
-
Patrick Cloke authored
-
- Dec 29, 2020
-
-
Patrick Cloke authored
-
- Dec 17, 2020
-
-
Richard van der Hoff authored
... and disable coverage tracking for mypy and friends.
-
- Dec 16, 2020
-
-
Patrick Cloke authored
This improves type hinting and should use less memory.
-
- Dec 11, 2020
-
-
Patrick Cloke authored
-
- Dec 08, 2020
-
-
Richard van der Hoff authored
* SsoHandler: remove inheritance from BaseHandler * Simplify the flow for SSO UIA We don't need to do all the magic for mapping users when we are doing UIA, so let's factor that out.
-
- Dec 07, 2020
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
- Dec 01, 2020
-
-
Richard van der Hoff authored
These things seemed to be completely untested, so I added a load of tests for them.
-
- Nov 25, 2020
-
-
Patrick Cloke authored
This also removes some duplicated code between the simple HTTP client and matrix federation client.
-
Patrick Cloke authored
-
- Nov 24, 2020
-
-
Richard van der Hoff authored
-
- Nov 23, 2020
-
-
Patrick Cloke authored
This also expands type-hints to the SSO and registration code. Refactors the CAS code to more closely match OIDC/SAML.
-
- Nov 03, 2020
-
-
Erik Johnston authored
Fixes #4042
-
- Oct 28, 2020
-
-
Patrick Cloke authored
-
- Oct 26, 2020
-
-
Patrick Cloke authored
This also fixes a bug by fixing handling of an account which doesn't expire.
-
- Oct 22, 2020
-
-
Erik Johnston authored
-
- Oct 21, 2020
-
-
Patrick Cloke authored
-
- Oct 15, 2020
-
-
Will Hunt authored
Optionally sends typing, presence, and read receipt information to appservices.
-
Richard van der Hoff authored
This seemed to entail dragging in a type stub for SortedList.
-
- Oct 09, 2020
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
- Oct 07, 2020
-
-
Patrick Cloke authored
-
- Oct 02, 2020
-
-
Erik Johnston authored
-
- Oct 01, 2020
-
-
Patrick Cloke authored
-
- Sep 11, 2020
-
-
Erik Johnston authored
-
- Sep 08, 2020
-
-
Patrick Cloke authored
-
- Sep 03, 2020
-
-
Erik Johnston authored
-
Erik Johnston authored
This requires adding a mypy plugin to fiddle with the type signatures a bit.
-
- Sep 02, 2020
-
-
Erik Johnston authored
-
- Sep 01, 2020
-
-
Patrick Cloke authored
-