summary refs log tree commit diff
path: root/scripts-dev/definitions.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-25Remove extraneous unittest.DEBUG'sAndrew Morgan2-2/+0
2020-02-25Increase expected state events in tests for new room by oneAndrew Morgan1-1/+6
2020-02-24Move buildkite config to the pipelines repo (#5943)Amber Brown2-0/+16
Note: I kept it in the repo for now ~anoa
2020-02-24Add m.id_access_token flag (#5930)Andrew Morgan2-1/+7
Adds a flag to `/versions`' `unstable_features` section indicating that this Synapse understands what an `id_access_token` is, as per https://github.com/matrix-org/synapse/issues/5927#issuecomment-523566043 Fixes #5927
2020-02-24Removed unused jenkins/ folder and script (#5938)Amber Brown2-16/+1
2020-02-24Revert "Use the v2 lookup API for 3PID invites (#5897)"Andrew Morgan10-320/+183
This reverts commit 978f263e7c5d1eb440efaf07abc5009408ade25d, reversing changes made to 4f6ee99818d9c338944a10585d0aea4c7349d456.
2020-02-14Blacklist some flaky testsAndrew Morgan1-0/+6
2020-02-14Pin black to 19.3b0Andrew Morgan1-1/+1
2020-02-14Fix with isort==4.3.21 and black==19.3b0Andrew Morgan13-24/+19
2020-02-14Delete duplicate user deactivationAndrew Morgan1-7/+0
2020-02-14Fix account_validity incorrect email response contentAndrew Morgan1-2/+5
2020-02-14Fix incorrect run_in_background import statementAndrew Morgan1-1/+1
2020-02-14Fix signedjson deleted methodAndrew Morgan1-4/+12
2020-02-11Dinsic Blacking with black==18.6b2Andrew Morgan353-10315/+8823
2020-02-07Remove unused `get_room_stats_state` method. (#6869)Richard van der Hoff2-25/+1
2020-02-07Add a `make_event_from_dict` method (#6858)Richard van der Hoff13-39/+52
... and use it in places where it's trivial to do so. This will make it easier to pass room versions into the FrozenEvent constructors.
2020-02-07Add typing to synapse.federation.sender (#6871)Erik Johnston9-107/+138
2020-02-07Allow moving group read APIs to workers (#6866)Erik Johnston9-687/+722
2020-02-07Admin api to add an email address (#6789)Dirk Klimpel6-2/+78
2020-02-07remove unused room_version_to_event_format (#6857)Richard van der Hoff2-23/+2
2020-02-06Limit the number of events that can be requested when backfilling events (#6864)Patrick Cloke2-0/+5
Limit the maximum number of events requested when backfilling events.
2020-02-06Pass room_version into `event_from_pdu_json`Richard van der Hoff5-60/+51
It's called from all over the shop, so this one's a bit messy.
2020-02-06pass room version into FederationClient.send_join (#6854)Richard van der Hoff3-30/+34
... which allows us to sanity-check the create event.
2020-02-06Allow empty federation_certificate_verification_whitelist (#6849)timfi2-0/+3
2020-02-06Third party event rules Update (#6781)PeerD3-4/+10
2020-02-06Reduce amount of logging at INFO level. (#6862)Erik Johnston12-21/+22