Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-10-02 | Add unit test for event persister sharding (#8433) | Erik Johnston | 8 | -27/+371 | |
2020-10-01 | Add config option for always using "userinfo endpoint" for OIDC (#7658) | BBBSnowball | 6 | -15/+65 | |
This allows for connecting to certain IdPs, e.g. GitLab. | |||||
2020-10-01 | update changelog v1.21.0rc1 | Richard van der Hoff | 2 | -2/+1 | |
2020-10-01 | fix a logging error in thumbnailer (#8435) | Richard van der Hoff | 2 | -1/+2 | |
Introduced in #8236 | |||||
2020-10-01 | changelog fixes | Richard van der Hoff | 1 | -2/+1 | |
2020-10-01 | fix version number | Richard van der Hoff | 2 | -3/+3 | |
we're not doing a final release yet! | |||||
2020-10-01 | 1.21.0 | Richard van der Hoff | 87 | -87/+103 | |
2020-10-01 | Enable mypy checking for unreachable code and fix instances. (#8432) | Patrick Cloke | 17 | -53/+38 | |
2020-10-01 | Add prometheus metrics to track federation delays (#8430) | Richard van der Hoff | 8 | -6/+88 | |
Add a pair of federation metrics to track the delays in sending PDUs to/from particular servers. | |||||
2020-09-30 | Make token serializing/deserializing async (#8427) | Erik Johnston | 17 | -59/+115 | |
The idea is that in future tokens will encode a mapping of instance to position. |