| Commit message (Expand) | Author | Files | Lines |
2020-08-18 | Add resources.consent conditional dependency back (#8107) | Andrew Morgan | 2 | -20/+1 |
2020-08-17 | Convert some of the general database methods to async (#8100) | Patrick Cloke | 13 | -59/+69 |
2020-08-17 | Use the default templates when a custom template file cannot be found (#8037) | Andrew Morgan | 15 | -290/+310 |
2020-08-17 | Changelog changes v1.19.0 github/release-v1.19.0 release-v1.19.0 | Olivier Wilkinson (reivilibre) | 1 | -5/+4 |
2020-08-17 | 1.19.0 | Olivier Wilkinson (reivilibre) | 3 | -4/+10 |
2020-08-17 | Convert stream database to async/await. (#8074) | Patrick Cloke | 11 | -227/+224 |
2020-08-14 | Add a shadow-banned flag to users. (#8092) | Patrick Cloke | 12 | -12/+83 |
2020-08-14 | Convert pusher databases to async/await. (#8075) | Patrick Cloke | 4 | -95/+90 |
2020-08-14 | Convert receipts and events databases to async/await. (#8076) | Patrick Cloke | 4 | -82/+80 |
2020-08-14 | Add type hints to synapse.handlers.room (#8090) | Erik Johnston | 3 | -39/+69 |
2020-08-14 | Remove some unused database functions. (#8085) | Patrick Cloke | 7 | -244/+19 |
2020-08-14 | Convert misc database code to async (#8087) | Patrick Cloke | 11 | -64/+39 |
2020-08-13 | Remove a space at the start of a changelog entry. | Patrick Cloke | 1 | -1/+1 |
2020-08-13 | More changelog tweaks v1.19.0rc1 | Olivier Wilkinson (reivilibre) | 1 | -4/+4 |
2020-08-13 | More changelog tweaks | Olivier Wilkinson (reivilibre) | 1 | -4/+8 |
2020-08-13 | Remove unwanted changelog line | Olivier Wilkinson (reivilibre) | 1 | -1/+0 |
2020-08-13 | 1.19.0rc1 | Olivier Wilkinson (reivilibre) | 72 | -71/+67 |
2020-08-13 | Run `remove_push_actions_from_staging` in foreground (#8081) | Richard van der Hoff | 2 | -3/+2 |
2020-08-13 | Drop federation transmission queues during a significant remote outage. (#7864) | reivilibre | 2 | -0/+23 |
2020-08-13 | Fix unawaited coroutine error in tests. (#8072) | Patrick Cloke | 2 | -10/+21 |
2020-08-12 | Convert the roommember database to async/await. (#8070) | Patrick Cloke | 5 | -242/+116 |
2020-08-12 | Convert devices database to async/await. (#8069) | Patrick Cloke | 5 | -176/+220 |
2020-08-12 | Add type hints to handlers.message and events.builder (#8067) | Erik Johnston | 7 | -41/+61 |
2020-08-12 | |