summary refs log tree commit diff
path: root/tests/module_api/test_api.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-14Remember mappings when we bind a 3pid using the internal sydent bind API (#66)Andrew Morgan3-0/+16
2020-10-13"Freeze" a room when the last admin of that room leaves (#59)Andrew Morgan3-4/+302
2020-10-12Allow modules to create and send events into rooms (#8479)Andrew Morgan7-89/+299
2020-09-29Only assert valid next_link params when provided (#65)Andrew Morgan2-6/+10
2020-09-221.20.0Andrew Morgan3-3/+13
2020-09-18Don't push if an user account has expired (#58)Mathieu Velten4-5/+40
2020-09-18Add a note about including the changes from 1.19.3. v1.20.0rc5Patrick Cloke1-0/+2
2020-09-18Tweak wording in the changelog.Patrick Cloke1-2/+2
2020-09-181.20.0rc5Patrick Cloke6-5/+23
2020-09-181.19.3 v1.19.3 github/release-v1.19.3 release-v1.19.3Andrew Morgan4-2/+16
2020-09-18Use _check_sigs_and_hash_and_fetch to validate backfill requests (#8350)Andrew Morgan2-5/+4
2020-09-18Intelligently select extremities used in backfill. (#8349)Erik Johnston4-20/+67
2020-09-18Add flags to /versions about whether new rooms are encrypted by default. (#8343)Patrick Cloke2-0/+20
2020-09-18Swap method calls in RoomAccessTestCase.test_change_rules (#64)Andrew Morgan2-5/+7
2020-09-18Make all rooms noisy by default (#60)Mathieu Velten3-8/+17
2020-09-18Make AccessRules use the public rooms directory instead of checking a room's ...Andrew Morgan10-116/+579
2020-09-18Fix ratelimiting for federation `/send` requests. (#8342)Erik Johnston4-17/+54
2020-09-17blacklist MSC2753 sytests until it's implemented in synapse (#8285)Matthew Hodgson2-0/+9
2020-09-17Remove obsolete __future__ imports (#8337)Jonathan de Jong19-40/+2
2020-09-17Use admin_patterns for all admin APIs. (#8331)Patrick Cloke7-26/+20
2020-09-17Fix a potential bug of UnboundLocalError (#8329)Jonathan de Jong2-5/+9
2020-09-16Switch metaclass initialization to python 3-compatible syntax (#8326)Jonathan de Jong8-26/+16
2020-09-161.20.0rc4 v1.20.0rc4Patrick Cloke2-1/