summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-143/+0
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* UI Auth via SSO: redirect the user to an appropriate SSO. (#9081)Richard van der Hoff2021-01-121-32/+1
* Kill off `HomeServer.get_ip_from_request()` (#9080)Richard van der Hoff2021-01-121-2/+2
* Combine the SSO Redirect Servlets (#9015)Richard van der Hoff2021-01-041-20/+14
* Remove unused OPTIONS handlers. (#8621)Patrick Cloke2020-10-221-3/+0
* Convert additional templates to Jinja (#8444)Patrick Cloke2020-10-021-110/+26
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Ensure that HTML pages served from Synapse include headers to avoid embedding.Patrick Cloke2020-07-021-15/+3
* Use a non-empty RelayState for user interactive auth with SAML. (#7552)Patrick Cloke2020-05-221-1/+4
* Support UI Authentication for OpenID Connect accounts (#7457)Patrick Cloke2020-05-151-4/+15
* Persist user interactive authentication sessions (#7302)Patrick Cloke2020-04-301-2/+2
* Use a template for the SSO success page to allow for customization. (#7279)Patrick Cloke2020-04-171-1/+24
* Support CAS in UI Auth flows. (#7186)Patrick Cloke2020-04-031-5/+23
* Support SAML in the user interactive authentication workflow. (#7102)Patrick Cloke2020-04-011-24/+18
* Clean-up some auth/login REST code (#7115)Patrick Cloke2020-03-201-33/+20
* Remove duplicate session check in web fallback servlet (#6702)Andrew Morgan2020-01-151-4/+0
* Port rest.client.v2Erik Johnston2019-12-051-6/+3
* Replace returnValue with return (#5736)Amber Brown2019-07-231-2/+2
* Run Black. (#5482)Amber Brown2019-06-201-37/+25
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-2/+2
* Drop support for v2_alpha API prefix (#5190)Richard van der Hoff2019-05-151-9/+9
* switch from google.com to recaptcha.net for reCAPTCHA (#4731)Matthew Hodgson2019-02-251-1/+1
* Fix registration on workers (#4682)Erik Johnston2019-02-201-1/+1
* Fix fallback auth on Python 3 (#4197)Amber Brown2018-11-191-22/+16
* Remove duplicate slashes in generated consent URLsTravis Ralston2018-11-151-2/+2
* Include a version query string arg for the consent routeTravis Ralston2018-10-311-2/+4
* Merge branch 'develop' into travis/login-termsTravis Ralston2018-10-241-1/+1
|\
| * Fix a number of flake8 errorsRichard van der Hoff2018-10-241-1/+1
* | pep8Travis Ralston2018-10-151-3/+0
* | Rely on the lack of ?u to represent public accessTravis Ralston2018-10-121-2/+2
* | Use a flag rather than a new route for the public policyTravis Ralston2018-10-031-2/+2
* | Flesh out the fallback auth for termsTravis Ralston2018-10-031-7/+67
* | Incorporate Dave's work for GDPR login flowsTravis Ralston2018-10-031-0/+20
|/
* run isortAmber Brown2018-07-091-3/+2
* Set Server header in SynapseRequestRichard van der Hoff2018-05-101-2/+0
* window.postmessage for Interactive Auth fallbackRichard van der Hoff2016-10-061-1/+3
* Split out the auth handlerDavid Baker2016-06-021-1/+1
* Catch the exceptions thrown by twisted when you write to a closed connectionMark Haines2016-02-121-2/+3
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-2/+2
* pep8David Baker2015-04-021-0/+1
* Completely replace fallback auth for C/S V2:David Baker2015-04-011-0/+189