summary refs log tree commit diff
path: root/synapse/events (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-06Additional tests for third-party event rules (#8468)Richard van der Hoff3-18/+79
2020-10-06Don't bother responding to client requests that have already disconnected (#8...Andrew Morgan3-0/+12
2020-10-05Update default room version to 6 (#8461)Richard van der Hoff4-3/+13
2020-10-05Fix third-party event modules for `check_visibility_can_be_modified` checkRichard van der Hoff3-2/+5
2020-10-05Ensure that event.redacts is the proper type before handling it (#8457)Patrick Cloke2-0/+3
2020-10-05Allow ThirdPartyEventRules modules to manipulate public room state (#8292)Andrew Morgan8-19/+223
2020-10-05Remove stream ordering from Metadata dict (#8452)Richard van der Hoff13-33/+53
2020-10-05Update manhole documentation for async/await. (#8462)Patrick Cloke2-2/+6
2020-10-05Do not assume that account data is of the correct form. (#8454)Patrick Cloke6-21/+34
2020-10-02Add logging on startup/shutdown (#8448)Erik Johnston25-113/+152
2020-10-02Speed up unit tests when using PostgreSQL (#8450)Erik Johnston3-1/+17
2020-10-02Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke19-449/+537
2020-10-02move #8444 to 'feature' v1.21.0rc2Richard van der Hoff1-1/+5
2020-10-02linkify changelogRichard van der Hoff1-1/+1
2020-10-021.21.0rc2Richard van der Hoff1-1/+1
2020-10-021.21.0rc2Richard van der Hoff7-6/+14
2020-10-02Fix bug in remote thumbnail search (#8438)Richard van der Hoff2-20/+24
2020-10-02Include a public_baseurl in configs generated by the demo script. (#8443)Patrick Cloke2-0/+3
2020-10-02Fix DB query on startup for negative streams. (#8447)Erik Johnston2-1/+2
2020-10-02Convert additional templates to Jinja (#8444)Patrick Cloke9-116/+121
2020-10-02Fix malformed log line in new federation "catch up" logic (#8442)Richard van der Hoff2-1/+2
2020-10-02Add unit test for event persister sharding (#8433)Erik Johnston8-27/+371
2020-10-01Add config option for always using "userinfo endpoint" for OIDC (#7658)BBBSnowball6-15/+65
2020-10-01Do not expose the experimental appservice login flow to clients. (#8440)Patrick Cloke2-2/+1
2020-10-01update changelog v1.21.0rc1Richard van der Hoff2-2/+1
2020-10-01fix a logging error in thumbnailer (#8435)Richard van der Hoff2-1/+2
2020-10-01changelog fixesRichard van der Hoff1-2/+1
2020-10-01fix version numberRichard van der Hoff2-3/+3
2020-10-011.21.0Richard van der Hoff87-87/+103
2020-10-01Enable mypy checking for unreachable code and fix instances. (#8432)Patrick Cloke17-53/+38
2020-10-01Add prometheus metrics to track federation delays (#8430)Richard van der Hoff8-6/+88
2020-09-30Make token serializing/deserializing async (#8427)Erik Johnston17-59/+115
2020-09-30Allow addit