Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-10-05 | Update manhole documentation for async/await. (#8462) | Patrick Cloke | 2 | -2/+6 | |
2020-10-05 | Do not assume that account data is of the correct form. (#8454) | Patrick Cloke | 6 | -21/+34 | |
This fixes a bug where `m.ignored_user_list` was assumed to be a dict, leading to odd behavior for users who set it to something else. | |||||
2020-10-02 | Add logging on startup/shutdown (#8448) | Erik Johnston | 25 | -113/+152 | |
This is so we can tell what is going on when things are taking a while to start up. The main change here is to ensure that transactions that are created during startup get correctly logged like normal transactions. | |||||
2020-10-02 | Speed up unit tests when using PostgreSQL (#8450) | Erik Johnston | 3 | -1/+17 | |
2020-10-02 | Allow background tasks to be run on a separate worker. (#8369) | Patrick Cloke | 19 | -449/+537 | |
2020-10-02 | move #8444 to 'feature' v1.21.0rc2 | Richard van der Hoff | 1 | -1/+5 | |
2020-10-02 | linkify changelog | Richard van der Hoff | 1 | -1/+1 | |
2020-10-02 | 1.21.0rc2 | Richard van der Hoff | 1 | -1/+1 | |
2020-10-02 | 1.21.0rc2 | Richard van der Hoff | 7 | -6/+14 | |
2020-10-02 | Fix bug in remote thumbnail search (#8438) | Richard van der Hoff | 2 | -20/+24 | |
#7124 changed the behaviour of remote thumbnails so that the thumbnailing method was included in the filename of the thumbnail. To support existing files, it included a fallback so that we would check the old filename if the new filename didn't exist. Unfortunately, it didn't apply this logic to storage providers, so any thumbnails stored on such a storage provider was broken. | |||||
2020-10-02 | Include a public_baseurl in configs generated by the demo script. (#8443) | Patrick Cloke | 2 | -0/+3 | |
2020-10-02 | Fix DB query on startup for negative streams. (#8447) | Erik Johnston | 2 | -1/+2 | |
For negative streams we have to negate the internal stream ID before querying the DB. The effect of this bug was to query far too many rows, slowing start up time, but we would correctly filter the results afterwards so there was no ill effect. | |||||
2020-10-02 | Convert additional templates to Jinja (#8444) | Patrick Cloke | 9 | -116/+121 | |
This converts a few more of our inline HTML templates to Jinja. This is somewhat part of #7280 and should make it a bit easier to customize these in the future. | |||||
2020-10-02 | Fix malformed log line in new federation "catch up" logic (#8442) | Richard van der Hoff | 2 | -1/+2 | |
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 | Do not expose the experimental appservice login flow to clients. (#8440) | Patrick Cloke | 2 | -2/+1 | |
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 |