summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-111.7.0rc2 v1.7.0rc2Erik Johnston6-5/+12
2019-12-11Prevent redacted events from appearing in message search (#6377)Andrew Morgan6-43/+78
2019-12-11Add dev script to generate full SQL schema files (#6394)Andrew Morgan4-19/+198
2019-12-11Prevent message search in upgraded rooms we're not in (#6385)Andrew Morgan4-16/+41
2019-12-11Back out change preventing setting null avatar URLsErik Johnston2-7/+7
2019-12-10Move get_state methods into FederationHandler (#6503)Richard van der Hoff3-86/+107
This is a non-functional refactor as a precursor to some other work.
2019-12-10Allow SAML username provider plugins (#6411)Andrew Morgan5-106/+417
2019-12-10Fix race which caused deleted devices to reappear (#6514)Richard van der Hoff3-23/+35
Stop the `update_client_ips` background job from recreating deleted devices.
2019-12-10Refactor get_events_from_store_or_dest to return a dict (#6501)Richard van der Hoff2-29/+16
There was a bunch of unnecessary conversion back and forth between dict and list going on here. We can simplify a bunch of the code.
2019-12-10Remove redundant code from event authorisation implementation. (#6502)