summary refs log tree commit diff
path: root/synapse/handlers/auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add commentage.David Baker2015-04-271-0/+4
* Use underscores instead of camelcase for id server stuffDavid Baker2015-04-241-6/+6
* pep8David Baker2015-04-241-2/+2
* Remove ultimately unused feature of saving params from the first call in the ...David Baker2015-04-231-2/+10
* Password reset, finally.David Baker2015-04-171-1/+7
* Return user ID in use error straight awayDavid Baker2015-04-161-0/+2
* Dummy login so we can do the first POST request to get login flows without it...David Baker2015-04-151-0/+6
* Regstration with email in v2David Baker2015-04-151-21/+43
* Completely replace fallback auth for C/S V2:David Baker2015-04-011-21/+77
* pep8David Baker2015-03-311-1/+1
* New registration for C/S API v2. Only ReCAPTCHA working currently.David Baker2015-03-301-13/+77
* Implement password changing (finally) along with a start on making client/ser...David Baker2015-03-231-0/+109