summary refs log tree commit diff
path: root/synapse/handlers/login.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix pep8 warningsMark Haines2014-10-301-1/+1
* Split PlainHttpClient into separate clients for talking to Identity servers a...Mark Haines2014-10-021-3/+3
* Added support for the HS to send emails. Use it to send password resets. Adde...Kegan Dougal2014-09-161-0/+14
* Added PasswordResetRestServlet. Hit the IS to confirm the email/user. Need to...Kegan Dougal2014-09-161-1/+28
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Pass back the user_id in the response to /login in case it has changed. Store...Kegan Dougal2014-08-141-5/+1
* hs: Make /login accept full user IDs or just local parts. webclient: Only ena...Kegan Dougal2014-08-141-1/+5
* Send forbidden codes when doing login attempts.Kegan Dougal2014-08-141-3/+3
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+64