summary refs log tree commit diff
path: root/synapse/http/servlet.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-03-08Refector out assert_params_in_requestDavid Baker1-0/+10
and replace requestEmailToken where we meant requestMsisdnToken
2017-03-08Factor out msisdn canonicalisationDavid Baker4-41/+11
Plus a couple of other minor fixes
2017-03-08