summary refs log tree commit diff
path: root/synapse/rest/synapse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing type hints to non-client REST servlets. (#10817)Patrick Cloke2021-09-157-15/+33
* Add types to synapse.util. (#10601)reivilibre2021-09-102-2/+2
* Ask consent on SSO registration with default mxid (#10733)AndrewFerr2021-09-101-2/+2
* Centralise the custom template directory (#10596)Brendan Abolivier2021-08-172-0/+4
* Use inline type hints in `handlers/` and `rest/`. (#10382)Jonathan de Jong2021-07-161-2/+2
* Make DomainSpecificString an attrs class (#9875)Erik Johnston2021-04-231-0/+9
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-1412-12/+0
* Make it possible to use dmypy (#9692)Erik Johnston2021-03-261-0/+3
* Fix Internal Server Error on `GET /saml2/authn_response` (#9623)Richard van der Hoff2021-03-161-2/+8
* Use the proper Request in type hints. (#9515)Patrick Cloke2021-03-014-4/+4
* Add back the deprecated SAML endpoint. (#9474)Patrick Cloke2021-02-231-1/+6
* Remove deprecated SAML2 callback URL since it does not work. (#9434)Patrick Cloke2021-02-181-5/+1
* Support for form_post in OIDC responses (#9376)Richard van der Hoff2021-02-171-1/+12
* Put SAML callback URI under /_synapse/client. (#9289)Richard van der Hoff2021-02-024-3/+114
* Put OIDC callback URI under /_synapse/client. (#9288)Richard van der Hoff2021-02-013-2/+63
* Collect terms consent from the user during SSO registration (#9276)Richard van der Hoff2021-02-012-0/+99
* Make importing display name and email optional (#9277)Richard van der Hoff2021-02-011-3/+11
* Replace username picker with a template (#9275)Richard van der Hoff2021-02-011-20/+59
* Fix SSO on workers (#9271)Richard van der Hoff2021-02-011-1/+48
* Split out a separate endpoint to complete SSO registration (#9262)Richard van der Hoff2021-02-012-10/+56
* Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128)Richard van der Hoff2021-01-181-1/+3
* Add initial support for a "pick your IdP" page (#9017)Richard van der Hoff2021-01-051-0/+82
* Implement a username picker for synapse (#8942)Richard van der Hoff2020-12-181-0/+88
* Show a confirmation page during user password reset (#8004)Andrew Morgan2020-09-103-0/+155