Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix login with m.login.token | Richard van der Hoff | 2016-08-08 | 1 | -0/+4 |
| | | | | | login with token (as used by CAS auth) was broken by 067596d, such that it always returned a 401. | ||||
* | Move e2e query logic into a handler | Richard van der Hoff | 2016-08-01 | 1 | -0/+4 |
| | |||||
* | Type annotations | Richard van der Hoff | 2016-07-19 | 1 | -0/+21 |
Add some type annotations to help PyCharm (in particular) to figure out the types of a bunch of things. |