summary refs log tree commit diff
path: root/synapse/handlers/auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Swap out bcrypt for md5 in testsDaniel Wagner-Hall2015-08-261-2/+25
* Merge erikj/user_dedup to developDaniel Wagner-Hall2015-08-261-8/+31
* Fix bad mergeDaniel Wagner-Hall2015-08-201-8/+1
* Fix indentationDaniel Wagner-Hall2015-08-201-1/+2
* Fix flake8 warningsDaniel Wagner-Hall2015-08-201-4/+6
* Merge branch 'auth' into refreshDaniel Wagner-Hall2015-08-201-3/+3
|\
* | Merge branch 'develop' into refreshDaniel Wagner-Hall2015-08-201-1/+1
|\|
| * Another use of check_password that got missed in the yield fixDavid Baker2015-08-201-1/+1
* | /tokenrefresh POST endpointDaniel Wagner-Hall2015-08-201-5/+30
* | Move token generation to auth handlerDaniel Wagner-Hall2015-08-201-5/+24
|/
* Remove an access token log lineErik Johnston2015-08-191-1/+1
* Fix regression where we incorrectly responded with a 200 to /loginErik Johnston2015-08-191-1/+2
* Merge password checking implementationsDaniel Wagner-Hall2015-08-121-20/+15
* Simplify LoginHander and AuthHandlerDaniel Wagner-Hall2015-08-121-18/+72
* Add back in support for remembering parameters submitted to a user-interactiv...David Baker2015-07-151-2/+4
* Merge branch 'develop' into markjh/SYT-8-recaptchaMark Haines2015-05-291-0/+1
|\
| * SYN-395: Fix CAPTCHA, don't double decode jsonErik Johnston2015-05-281-2/+3
* | Add config for setting the recaptcha verify api endpoint, so we can test it i...Mark Haines2015-05-291-3/+3
|/
* This api now no longer returns an arrayDavid Baker2015-05-011-1/+1
* 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