summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
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
This allows for connecting to certain IdPs, e.g. GitLab.
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
Introduced in #8236
2020-10-01changelog fixesRichard van der Hoff1-2/+1
2020-10-01fix version numberRichard van der Hoff2-3/+3
we're not doing a final release yet!
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
Add a pair of federation metrics to track the delays in sending PDUs to/from particular servers.
2020-09-30Make token serializing/deserializing async (#8427)Erik Johnston17-59/+115
The idea is that in future tokens will encode a mapping of instance to position. However,