| Commit message (Expand) | Author | Files | Lines |
2020-08-11 | Change the default log config to reduce disk I/O and storage (#8040) | Erik Johnston | 3 | -10/+73 |
2020-08-11 | Implement login blocking based on SAML attributes (#8052) | Richard van der Hoff | 6 | -11/+159 |
2020-08-10 | Stop uploading -py3 docker images (#8056) | Richard van der Hoff | 2 | -4/+3 |
2020-08-10 | Add an assertion on prev_events in create_new_client_event (#8041) | Richard van der Hoff | 3 | -0/+14 |
2020-08-10 | Typo | Brendan Abolivier | 1 | -1/+1 |
2020-08-10 | Lint | Brendan Abolivier | 1 | -2/+2 |
2020-08-10 | why mypy why | Brendan Abolivier | 1 | -1/+3 |
2020-08-07 | Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users datab... | Patrick Cloke | 10 | -120/+141 |
2020-08-07 | Convert additional database stores to async/await (#8045) | Patrick Cloke | 6 | -152/+107 |
2020-08-07 | Clarify that undoing a shutdown might not be possible (#8010) | Travis Ralston | 2 | -3/+11 |
2020-08-07 | Add a comment about SSLv23_METHOD (#8043) | Richard van der Hoff | 2 | -0/+9 |
2020-08-07 | Don't log OPTIONS request at INFO (#8049) | Erik Johnston | 2 | -1/+8 |
2020-08-07 | Remove unnecessary maybeDeferred calls (#8044) | Patrick Cloke | 5 | -7/+5 |
2020-08-07 | Add health check endpoint (#8048) | Erik Johnston | 7 | -3/+90 |
2020-08-07 | Reduce unnecessary whitespace in JSON. (#7372) | David Vo | 15 | -53/+56 |
2020-08-06 | Lint | Brendan Abolivier | 1 | -1/+1 |
2020-08-06 | Incorporate review | Brendan Abolivier | 1 | -2/+2 |
2020-08-06 | Revert #7736 (#8039) | Brendan Abolivier | 12 | -339/+19 |
2020-08-06 | Convert some util functions to async (#8035) | Patrick Cloke | 4 | -61/+39 |
2020-08-06 | Convert synapse.api to async/await (#8031) | Patrick Cloke | 22 | -160/+172 |
2020-08-06 | Convert run_as_background_process inner function to async. (#8032) | Patrick Cloke | 4 | -26/+16 |
2020-08-06 | Improve performance of the register endpoint (#8009) | Patrick Cloke | 6 | -74/+146 |
2020-08-06 | Incorporate review | Brendan Abolivier | 4 | -21/+12 |
2020-08-06 | Fixup worker doc (again) (#8000) | Erik Johnston | 3 | -14/+43 |
2020-08-05 | Rename database classes to make some sense (#8033) | Erik Johnston | 337 | -1323/+1408 |
2020-08-05 | Stop the parent process flushing the logs on exit (#8012) | Richard van der Hoff | 4 | -3/+10 |
2020-08-05 | bug report template: move comments into comment (#8030) | Richard van der Hoff | 1 | -2/+2 |
2020-08-04 | Spruce up the check-newsfragment CI output (#8024) | Andrew Morgan | 2 | -1/+13 |
2020-08-04 | Fix async/await calls for broken media providers. (#8027) | Patrick Cloke | 3 | -22/+21 |
2020-08-04 | Convert the SimpleHttpClient to async. (#8016) | Patrick Cloke | 3 | -32/+26 |
2020-08-04 | Convert streams to async. (#8014) | Patrick Cloke | 10 | -30/+27 |
2020-08-04 | re-implement daemonize (#8011) | Richard van der Hoff | 4 | -14/+135 |
2020-08-03 | Remove signature check on v1 identity server lookups (#8001) | Andrew Morgan | 2 | -31/+4 |
2020-08-03 | Prevent join->join membership transitions changing member count (#7977) | Andrew Morgan | 6 | -13/+126 |