summary refs log tree commit diff
path: root/tests/api/test_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-18Refactor the membership check methods in AuthRichard van der Hoff4-73/+46
these were getting a bit unwieldy, so let's combine `check_joined_room` and `check_user_was_in_room` into a single `check_user_in_room`.
2020-02-18Implement GET /_matrix/client/r0/rooms/{roomId}/aliases (#6939)Richard van der Hoff5-11/+128
per matrix-org/matrix-doc#2432
2020-02-18Increase perf of `get_auth_chain_ids` used in state res v2. (#6937)Erik Johnston2-0/+24
We do this by moving the recursive query to be fully in the DB.
2020-02-18Fix worker docs to point `/publicised_groups` API correctly. (#6938)Erik Johnston2-3/+5
2020-02-18Make the log more noticeableBrendan Abolivier1-1/+2
2020-02-18Print the error as an error log and raise the same exception we gotBrendan Abolivier1-9/+10
2020-02-18Stop sending events when creating or deleting aliases (#6904)Patrick Cloke4-42/+194
Stop sending events when creating or deleting associations (room aliases). Send an updated canonical alias event if one of the alt_aliases is deleted.
2020-02-18Kill off deprecated "config-on-the-fly" docker mode (#6918)Richard van der Hoff3-40/+33
Lots of people seem to get confused by this mode, and it's been deprecated since Synapse 1.1.0. It's time for it to go.
2020-02-17#6924 has been released in 1.10.1Richard van der Hoff1-1/+0
2020-02-17