summary refs log tree commit diff
path: root/synapse/http/server.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-01Completely replace fallback auth for C/S V2:David Baker1-2/+5
* Now only the auth part goes to fallback, not the whole operation * Auth fallback is a normal API endpoint, not a static page * Params like the recaptcha pubkey can just live in the config Involves a little engineering on JsonResource so its servlets aren't always forced to return JSON. I should document this more, in fact I'll do that now.
2015-03-31Make docs a bit more trueDavid Baker1-1</