summary refs log tree commit diff
path: root/synapse/rest/login.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Comment out password reset for now, until the mechanism is fully discussed (I...Kegan Dougal2014-09-161-1/+1
* Added PasswordResetRestServlet. Hit the IS to confirm the email/user. Need to...Kegan Dougal2014-09-161-0/+22
* 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 has...Matthew Hodgson2014-09-031-1/+1
* Support multiple login flows when deciding how to login. Updated cmdclient an...Kegan Dougal2014-08-281-1/+1
* Pass back the user_id in the response to /login in case it has changed. Store...Kegan Dougal2014-08-141-0/+6
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+80