summary refs log tree commit diff
path: root/.github (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-11Reduce INFO logging (#8050)Erik Johnston4-25/+74
2020-08-11Change the default log config to reduce disk I/O and storage (#8040)Erik Johnston3-10/+73
2020-08-11Implement login blocking based on SAML attributes (#8052)Richard van der Hoff6-11/+159
2020-08-10Stop uploading -py3 docker images (#8056)Richard van der Hoff2-4/+3
2020-08-10Add an assertion on prev_events in create_new_client_event (#8041)Richard van der Hoff3-0/+14
2020-08-10TypoBrendan Abolivier1-1/+1
2020-08-10LintBrendan Abolivier1-2/+2
2020-08-10why mypy whyBrendan Abolivier1-1/+3
2020-08-07Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users datab...Patrick Cloke10-120/+141
2020-08-07Convert additional database stores to async/await (#8045)Patrick Cloke6-152/+107
2020-08-07Clarify that undoing a shutdown might not be possible (#8010)Travis Ralston2-3/+11
2020-08-07Add a comment about SSLv23_METHOD (#8043)Richard van der Hoff2-0/+9
2020-08-07Don't log OPTIONS request at INFO (#8049)Erik Johnston2-1/+8
2020-08-07Remove unnecessary maybeDeferred calls (#8044)Patrick Cloke5-7/+5
2020-08-07Add health check endpoint (#8048)Erik Johnston7-3/+90
2020-08-07Reduce unnecessary whitespace in JSON. (#7372)David Vo15-53/+56
2020-08-06LintBrendan Abolivier1-1/+1
2020-08-06Incorporate reviewBrendan Abolivier1-2/+2
2020-08-06Revert #7736 (#8039)Brendan Abolivier12-339/+19
2020-08-06Convert some util functions to async (#8035)Patrick Cloke4-61/+39
2020-08-06Convert synapse.api to async/await (#8031)Patrick Cloke22-160/+172
2020-08-06Convert run_as_background_process inner function to async. (#8032)Patrick Cloke4-26/+16
2020-08-06Improve performance of the register endpoint (#8009)Patrick Cloke6-74/+146
2020-08-06Incorporate reviewBrendan Abolivier4-21/+12
2020-08-06Fixup worker doc (again) (#8000)Erik Johnston3-14/+43
2020-08-05Rename database classes to make some sense (#8033)Erik Johnston337-1323/+1408
2020-08-05Stop the parent process flushing the logs on exit (#8012)Richard van der Hoff4-3/+10
2020-08-05bug report template: move comments into comment (#8030)Richard van der Hoff1-2/+2
2020-08-04Spruce up the check-newsfragment CI output (#8024)Andrew Morgan2-1/+13
2020-08-04Fix async/await calls for broken media providers. (#8027)Patrick Cloke3-22/+21
2020-08-04Convert the SimpleHttpClient to async. (#8016)Patrick Cloke3-32/+26
2020-08-04Convert streams to async. (#8014)Patrick Cloke10-30/+27
2020-08-04re-implement daemonize (#8011)Richard van der Hoff4-14/+135
2020-08-03Remove signature check on v1 identity server lookups (#8001)Andrew Morgan2-31/+4
2020-08-03Prevent join->join membership transitions changing member count (#7977)Andrew Morgan6-13/+126
2020-08-03Implement handling of HTTP HEAD requests. (#7999)Patrick Cloke3-8/+54
2020-08-03Convert the crypto module to async/await. (#8003)Patrick Cloke3-132/+109
2020-08-03Allow guests to operate in encrypted rooms (#7314)Michael Albert2-1/+2
2020-08-03Convert replication code to async/await. (#7987)Patrick Cloke11-38/+29
2020-08-03Convert ACME code to async/await. (#7989)Patrick Cloke3-14/+11
2020-08-03Fix PUT /pushrules to use the right rule IDsBrendan Abolivier1-2/+9
2020-08-03