summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-12improve type annotations and comments github/uhoreg/cross_signing_bulk uhoreg/cross_signing_bulkHubert Chathi1-10/+13
2019-12-11add another check that the item is not NoneHubert Chathi1-1/+5
2019-12-11handle the cache putting None into the dict, and raise instead of passHubert Chathi2-5/+10
2019-12-11Add missing inlineCallbacksErik Johnston1-0/+1
2019-12-10re-enable disabled testsHubert Chathi1-8/+0
2019-12-10add cachingHubert Chathi3-91/+170
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/