summary refs log tree commit diff
path: root/synapse/handlers/identity.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use simplejson throughoutRichard van der Hoff2018-03-291-3/+5
* Revert accidental commitDavid Baker2017-04-261-4/+4
* Use CodeMessageException subclass insteadDavid Baker2017-04-251-10/+19
* Propagate errors sensibly from proxied IS requestsDavid Baker2017-04-211-5/+5
* Support registration / login with phone numberDavid Baker2017-03-131-1/+36
* Revert "Support registration & login with phone number"Erik Johnston2017-03-131-36/+1
* WIP support for msisdn 3pid proxy methodsDavid Baker2017-02-141-1/+36
* requestToken updateDavid Baker2016-06-301-14/+27
* Add missing param to the log lineMark Haines2016-01-291-1/+2
* Add config option for setting the trusted id servers, disabling checking the ...Mark Haines2016-01-291-8/+17
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Reuse a single http client, rather than creating new onesMark Haines2015-12-021-9/+5
* Add endpoint that proxies ID server request token and errors if the given ema...David Baker2015-08-041-0/+25
* Add vector.im as trusted ID serverDavid Baker2015-08-031-1/+1
* Accept camelcase + underscores in binding tooDavid Baker2015-04-291-2/+17
* Fix includesDavid Baker2015-04-291-1/+2
* Accept both camelcase and underscore threepid creds for transitionDavid Baker2015-04-291-4/+19
* Change to https for ID server communicationDavid Baker2015-04-241-3/+2
* Use underscores instead of camelcase for id server stuffDavid Baker2015-04-241-6/+6
* pep8David Baker2015-04-171-3/+3
* Return user ID in use error straight awayDavid Baker2015-04-161-1/+24
* Dummy login so we can do the first POST request to get login flows without it...David Baker2015-04-151-3/+3
* Regstration with email in v2David Baker2015-04-151-0/+66