summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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