| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop support for delegating email validation (#13192) | Richard van der Hoff | 2022-07-12 | 1 | -6/+2 |
* | Move the "email unsubscribe" resource, refactor the macaroon generator & simp... | Quentin Gliech | 2022-06-14 | 2 | -0/+67 |
* | Update the SSO username picker template to comply with SIWA guidelines (#12210) | Brendan Abolivier | 2022-03-11 | 1 | -0/+8 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Use direct references for configuration variables (part 5). (#10897) | Patrick Cloke | 2021-09-24 | 2 | -2/+2 |
* | Use direct references for configuration variables (part 4). (#10893) | Patrick Cloke | 2021-09-23 | 1 | -1/+1 |
* | Use direct references for some configuration variables (part 3) (#10885) | Patrick Cloke | 2021-09-23 | 1 | -5/+5 |
* | Add missing type hints to non-client REST servlets. (#10817) | Patrick Cloke | 2021-09-15 | 7 | -15/+33 |
* | Add types to synapse.util. (#10601) | reivilibre | 2021-09-10 | 2 | -2/+2 |
* | Ask consent on SSO registration with default mxid (#10733) | AndrewFerr | 2021-09-10 | 1 | -2/+2 |
* | Centralise the custom template directory (#10596) | Brendan Abolivier | 2021-08-17 | 2 | -0/+4 |
* | Use inline type hints in `handlers/` and `rest/`. (#10382) | Jonathan de Jong | 2021-07-16 | 1 | -2/+2 |
* | Make DomainSpecificString an attrs class (#9875) | Erik Johnston | 2021-04-23 | 1 | -0/+9 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 12 | -12/+0 |
* | Make it possible to use dmypy (#9692) | Erik Johnston | 2021-03-26 | 1 | -0/+3 |
* | Fix Internal Server Error on `GET /saml2/authn_response` (#9623) | Richard van der Hoff | 2021-03-16 | 1 | -2/+8 |
* | Use the proper Request in type hints. (#9515) | Patrick Cloke | 2021-03-01 | 4 | -4/+4 |
* | Add back the deprecated SAML endpoint. (#9474) | Patrick Cloke | 2021-02-23 | 1 | -1/+6 |
* | Remove deprecated SAML2 callback URL since it does not work. (#9434) | Patrick Cloke | 2021-02-18 | 1 | -5/+1 |
* | Support for form_post in OIDC responses (#9376) | Richard van der Hoff | 2021-02-17 | 1 | -1/+12 |
* | Put SAML callback URI under /_synapse/client. (#9289) | Richard van der Hoff | 2021-02-02 | 4 | -3/+114 |
* | Put OIDC callback URI under /_synapse/client. (#9288) | Richard van der Hoff | 2021-02-01 | 3 | -2/+63 |
* | Collect terms consent from the user during SSO registration (#9276) | Richard van der Hoff | 2021-02-01 | 2 | -0/+99 |
* | Make importing display name and email optional (#9277) | Richard van der Hoff | 2021-02-01 | 1 | -3/+11 |
* | Replace username picker with a template (#9275) | Richard van der Hoff | 2021-02-01 | 1 | -20/+59 |
* | Fix SSO on workers (#9271) | Richard van der Hoff | 2021-02-01 | 1 | -1/+48 |
* | Split out a separate endpoint to complete SSO registration (#9262) | Richard van der Hoff | 2021-02-01 | 2 | -10/+56 |
* | Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128) | Richard van der Hoff | 2021-01-18 | 1 | -1/+3 |
* | Add initial support for a "pick your IdP" page (#9017) | Richard van der Hoff | 2021-01-05 | 1 | -0/+82 |
* | Implement a username picker for synapse (#8942) | Richard van der Hoff | 2020-12-18 | 1 | -0/+88 |
* | Show a confirmation page during user password reset (#8004) | Andrew Morgan | 2020-09-10 | 3 | -0/+155 |