| Commit message (Expand) | Author | Age | Files | Lines |
* | Split out the auth handler | David Baker | 2016-06-02 | 1 | -5/+6 |
* | Make pyjwt dependency optional | Erik Johnston | 2016-04-25 | 1 | -5/+7 |
* | Fix issues with JWT login | Niklas Riekenbrauck | 2016-04-21 | 1 | -3/+6 |
* | Add JWT support | Niklas Riekenbrauck | 2016-03-29 | 1 | -0/+53 |
* | Add a parse_json_object function | Mark Haines | 2016-03-09 | 1 | -13/+2 |
* | Fix relative imports so they work in both py3 and py27 | Mark Haines | 2016-03-08 | 1 | -1/+1 |
* | Use syntax that works on both py2.7 and py3 | Mark Haines | 2016-03-07 | 1 | -1/+1 |
* | Fix to appease the PEP8 dragon | Gergely Polonkai | 2016-02-26 | 1 | -1/+3 |
* | Add error codes for malformed/bad JSON in /login | Gergely Polonkai | 2016-02-26 | 1 | -2/+2 |
* | Catch the exceptions thrown by twisted when you write to a closed connection | Mark Haines | 2016-02-12 | 1 | -4/+6 |
* | Fix flake8 warnings for new flake8 | Daniel Wagner-Hall | 2016-02-02 | 1 | -1/+1 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Expose /login under r0 | Richard van der Hoff | 2016-01-02 | 1 | -1/+1 |
* | Update endpoints to reflect current spec | Daniel Wagner-Hall | 2015-12-02 | 1 | -1/+1 |
* | Reuse a single http client, rather than creating new ones | Mark Haines | 2015-12-02 | 1 | -5/+2 |
* | Host /unstable and /r0 versions of r0 APIs | Daniel Wagner-Hall | 2015-12-01 | 1 | -6/+6 |
* | Comment | Erik Johnston | 2015-11-20 | 1 | -0/+8 |
* | Remove m.login.token from advertised flows. | Erik Johnston | 2015-11-19 | 1 | -1/+2 |
* | Snakes not camels | Steven Hammerton | 2015-11-11 | 1 | -5/+5 |
* | Minor review fixes | Steven Hammerton | 2015-11-11 | 1 | -13/+10 |
* | Allow hs to do CAS login completely and issue the client with a login token t... | Steven Hammerton | 2015-11-05 | 1 | -1/+144 |
* | Merge branch 'release-v0.10.1' of github.com:matrix-org/synapse into develop | Erik Johnston | 2015-10-23 | 1 | -1/+7 |
|\ |
|
| * | Add config option to disable password login | Erik Johnston | 2015-10-22 | 1 | -1/+7 |
* | | Use 403 and message to match handlers/auth | Kegan Dougal | 2015-10-21 | 1 | -3/+1 |
* | | Don't 500 when the email doesn't map to a valid user ID. | Kegan Dougal | 2015-10-20 | 1 | -0/+4 |
* | | synapse.client.v1.login.LoginFallbackRestServlet and synapse.client.v1.login.... | Mark Haines | 2015-10-15 | 1 | -30/+0 |
|/ |
|
* | Add a comment to clarify why we split on closing curly brace when reading CAS... | Steven Hammerton | 2015-10-12 | 1 | -0/+5 |
* | Unpack dictionary in for loop for nicer syntax | Steven Hammerton | 2015-10-12 | 1 | -4/+4 |
* | Remove not required parenthesis | Steven Hammerton | 2015-10-12 | 1 | -1/+1 |
* | Support multiple required attributes in CAS response, and in a nicer config f... | Steven Hammerton | 2015-10-12 | 1 | -7/+6 |
* | Allow optional config params for a required attribute and it's value, if spec... | Steven Hammerton | 2015-10-12 | 1 | -1/+15 |
* | Parse both user and attributes from CAS response | Steven Hammerton | 2015-10-12 | 1 | -26/+38 |
* | Raise LoginError if CasResponse doensn't contain user | Steven Hammerton | 2015-10-10 | 1 | -1/+1 |
* | Fix my broken line splitting | Steven Hammerton | 2015-10-10 | 1 | -4/+6 |
* | Use UserId to create FQ user id | Steven Hammerton | 2015-10-10 | 1 | -1/+1 |
* | Add get_raw method to SimpleHttpClient, use this in CAS auth rather than requ... | Steven Hammerton | 2015-10-10 | 1 | -5/+8 |
* | Formatting changes | Steven Hammerton | 2015-10-10 | 1 | -5/+12 |
* | Provide ability to login using CAS | Steven Hammerton | 2015-10-10 | 1 | -1/+63 |
* | Merge erikj/user_dedup to develop | Daniel Wagner-Hall | 2015-08-26 | 1 | -2/+3 |
* | Return fully qualified user_id as per spec | David Baker | 2015-08-20 | 1 | -1/+1 |
* | Merge branch 'develop' into refresh | Daniel Wagner-Hall | 2015-08-20 | 1 | -4/+11 |
|\ |
|
| * | Comma comma comma comma comma chameleon | David Baker | 2015-08-20 | 1 | -1/+1 |
| * | Merge branch 'develop' into email_login | David Baker | 2015-08-20 | 1 | -3/+2 |
| |\ |
|
| * | | Allow sign in using email address | David Baker | 2015-08-04 | 1 | -5/+12 |
* | | | /tokenrefresh POST endpoint | Daniel Wagner-Hall | 2015-08-20 | 1 | -2/+4 |
| |/
|/| |
|
* | | Simplify LoginHander and AuthHandler | Daniel Wagner-Hall | 2015-08-12 | 1 | -3/+2 |
|/ |
|
* | Small tweaks to SAML2 configuration. | Erik Johnston | 2015-07-10 | 1 | -4/+4 |
* | Make SAML2 optional and add some references/comments | Muthu Subramanian | 2015-07-09 | 1 | -4/+9 |
* | code beautify | Muthu Subramanian | 2015-07-09 | 1 | -9/+4 |
* | code beautify | Muthu Subramanian | 2015-07-08 | 1 | -10/+23 |
* | Integrate SAML2 basic authentication - uses pysaml2 | Muthu Subramanian | 2015-07-08 | 1 | -1/+61 |
* | Blunty replace json with simplejson | Erik Johnston | 2015-02-11 | 1 | -1/+1 |
* | Extract the client v1 base RestServlet to a separate class | Mark Haines | 2015-01-23 | 1 | -4/+4 |
* | Move rest APIs back under the rest directory | Mark Haines | 2015-01-22 | 1 | -0/+109 |