summary refs log tree commit diff
path: root/synapse/rest/login.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment out password reset for now, until the mechanism is fully discussed ↵Kegan Dougal2014-09-161-1/+1
| | | | (IS token auth vs HS auth)
* Added PasswordResetRestServlet. Hit the IS to confirm the email/user. Need ↵Kegan Dougal2014-09-161-0/+22
| | | | to send email.
* Empty string is not a valid JSON object, so don't return them in HTTP responses.Erik Johnston2014-09-051-1/+1
|
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Support multiple login flows when deciding how to login. Updated cmdclient ↵Kegan Dougal2014-08-281-1/+1
| | | | and spec. Webclient doesn't need updating for this.
* Pass back the user_id in the response to /login in case it has changed. ↵Kegan Dougal2014-08-141-0/+6
| | | | Store and use that on the webclient rather than the input field.
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+80