summary refs log tree commit diff
path: root/tests/api/test_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-18Fix log in message retention purge jobsBrendan Abolivier1-1/+1
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-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-171.10.1 v1.10.1 github/release-v1.10.1 release-v1.10.1Richard van der Hoff4-2/+16
2020-02-17wait for current_state_events_membership before ↵Richard van der Hoff2-2/+6
delete_old_current_state_events (#6924)
2020-02-17Raise the default power levels for invites, tombstones and server acls (#6834)Andrew Morgan3-2/+13
2020-02-17wait for current_state_events_membership before ↵Richard van der Hoff2-2/+6
delete_old_current_state_events (#6924)
2020-02-14Add type hints to the spam check module (#6915)Patrick Cloke4-22/+36
Add typing information to the spam checker modules.
2020-02-14contrib/docker: Ensure correct encoding and locale settings on DB creation ↵Fridtjof Mund2-0/+4
(#6921) Signed-off-by: Fridtjof Mund <fridtjof@das-labor.org>
2020-02-14Add a warning about indentation to generated config (#6920)Richard van der Hoff4-4/+29
Fixes #6916.
2020-02-14Convert the directory handler tests to use HomeserverTestCase (#6919)Patrick Cloke2-24/+18
Convert directory handler tests to use HomeserverTestCase.
2020-02-14Filter the results of user directory searching via the spam checker (#6888)Patrick Cloke5-2/+135
Add a method to the spam checker to filter the user directory results.
2020-02-13Update INSTALL.mdBrendan Abolivier1-1/+3
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>