summary refs log tree commit diff
path: root/synapse/http/additional_resource.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-04Hoist server_name check out of process_v2_responseRichard van der Hoff1-13/+7
It's easier to check it in the caller than to complicate the interface with an extra param.
2019-04-04Clean up Keyring.process_v2_responseRichard van der Hoff1-23/+46
Make this just return the key dict, rather than a single-entry dict mapping the server name to the key dict. It's easy for the caller to get the server name from from the response object anyway.
2019-04-04test for get_keys_from_perspectivesRichard van der Hoff1-0/+67
2019-04-04add a test for get_keys_from_serverRichard van der Hoff1-0/+63
2019-04-04Fix docstring on get_server_keys_jsonRichard van der Hoff1-2/+2
2019-04-04Add config option to block users from looking up 3PIDs (#5010)Brendan Abolivier6-1/+81
2019-04-05Clean up the database pagination code (#5007)Amber Brown3-67/+64
* rewrite & simplify * changelog * cleanup potential sql injection
2019-04-04Prevent kicking users who aren't in the room (#4999)Andrew Morgan2-0/+10
Prevent kick events from succeeding if the user is not currently in the room.
2019-04-04Avoid redundant URL encoding (#4555)Marcel Krüger2-1/+2
* Do not double encode fallback redirect URL Signed-off-by: Marcel Fabian Krüger <zauguin@gmail.com>
2019-04-04