summary refs log tree commit diff
path: root/scripts-dev/mypy_synapse_plugin.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-28Put empty prev_events behind new room versionEric Eastwood2-10/+47
2021-10-21Revert back to string interpolation for SQL boolean valueEric Eastwood1-2/+2
2021-10-21Fix mypy lintsEric Eastwood2-2/+4
2021-10-21Remove unused importEric Eastwood1-1/+1
2021-10-21Put MSC2716 backfill logic behind experimental feature flagEric Eastwood2-50/+60
2021-10-21Move to sorting the backfill events in the existing sortedEric Eastwood1-9/+6
2021-10-21Remove extra event infoEric Eastwood1-10/+7
2021-10-21Remove debug loggingEric Eastwood7-184/+11
2021-10-21Fix setting a user's external_id via the admin API returns 500 and deletes us...Dirk Klimpel4-37/+321
2021-10-21Remove fake prev events from historical state chainEric Eastwood8-9/+83
2021-10-20Some more debug loggingEric Eastwood4-5/+21
2021-10-20Fix backfill not picking up batch events connected to non-base insertion eventsEric Eastwood4-21/+34
2021-10-20Update `sign_json` to support inline key config (#11139)Richard van der Hoff2-7/+26
2021-10-20Consider IP whitelist for identity server resolution (#11120)Robert Edström2-1/+4
2021-10-20Clean up `_update_auth_events_and_context_for_auth` (#11122)Richard van der Hoff2-114/+38
2021-10-20Show error when timestamp in seconds is provided to the /purge_media_cache AP...Aaron R4-13/+133
2021-10-20Remove false warning about copying the log config to a homeserver.yaml (#11092)Travis Ralston2-6/+7
2021-10-20Document the version of Synapse each module callback was introduced in (#11132)Brendan Abolivier6-0/+45
2021-10-20Remove link to #10947 from changelog v1.45.1Sean Quah1-1/+1
2021-10-201.45.1Sean Quah4-2/+16
2021-10-20Revert change to counting of deactivated users towards the monthly active use...Sean Quah4-62/+4
2021-10-19Add missing type hints to event fetching. (#11121)Patrick Cloke2-61/+82
2021-10-19Fix instances of [example]{.title-ref} in the upgrade notes (#11118)Andrew Morgan2-27/+28
2021-10-19Be less inconsistent about v1.2.3 versus 1.2.3 v1.45.0David Robertson