summary refs log tree commit diff
path: root/synapse/handlers/login.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-26Finish impl to extract all room IDs an AS may be interested in when polling t...Kegan Dougal2-6/+36
2015-02-25PEP8 and pyflakesKegan Dougal2-6/+3
2015-02-25Comment unused variables.Kegan Dougal1-2/+2
2015-02-25Fix alias query.Kegan Dougal1-6/+5
2015-02-25Add support for extracting matching room_ids and room_aliases for a given AS.Kegan Dougal3-2/+82
2015-02-25Add stub functions and work out execution flow to implement AS event stream p...Kegan Dougal4-12/+65
2015-02-24turns uris config options should append since it's a listDavid Baker1-1/+1
2015-02-24Fix YAML syntax of turn config exampleDavid Baker1-1/+1
2015-02-24tabs/spacesDavid Baker1-8/+8
2015-02-24Use standard form submission so the go button on the keyboard works.David Baker1-3/+3
2015-02-24Fallback registration page: oops. Removed dev test.manuroe1-1/+1
2015-02-24Fallback registration page: added the classic viewport meta to f