summary refs log tree commit diff
path: root/.buildkite (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-26Replace device_27_unique_idx bg update with a fg one (#7562)Richard van der Hoff7-65/+104
2020-05-26Fix incorrect exception handling in KeyUploadServlet.on_POST (#7563)Richard van der Hoff2-1/+2
2020-05-26Fix recording of federation stream token (#7564)Richard van der Hoff3-24/+116
2020-05-23Simplify reap_monthly_active_users (#7558)Richard van der Hoff2-59/+42
2020-05-22Optimise some references to hs.config (#7546)Richard van der Hoff8-136/+162
2020-05-22Fix missing CORS headers on OPTION responses (#7560)Erik Johnston3-1/+30
2020-05-22Add option to move event persistence off master (#7517)Erik Johnston22-73/+382
2020-05-22Return 200 OK for all OPTIONS requests (#7534)Patrick Cloke5-11/+85
2020-05-22Add ability to wait for replication streams (#7542)Erik Johnston24-112/+304
2020-05-22Convert sending mail to async/await. (#7557)Erik Johnston5-76/+60
2020-05-22Use a non-empty RelayState for user interactive auth with SAML. (#7552)Patrick Cloke2-1/+5
2020-05-22On upgrade room only send canonical alias once. (#7547)Erik Johnston2-55/+61
2020-05-22Fix exception reporting due to HTTP request errors. (#7556)Erik Johnston4-4/+24
2020-05-22synapse.metrics: implement detailed memory usage reporting on PyPy (#7536)Ivan Shapovalov2-1/+79
2020-05-22Refresh apt cache when building dh_virtualenv docker image (#7555)Richard van der Hoff2-2/+5
2020-05-22Fix stacktrace mangling in `patch_inline_callbacks` (#7554)Richard van der Hoff2-2/+8
2020-05-22mypy for synapse.http.site (#7553)Richard van der Hoff3-3/+8
2020-05-22Fix some DETECTED VIOLATIONS in the config file (#7550)Richard van der Hoff8-55/+72
2020-05-21Retry to sync out of sync device lists (#7453)Brendan Abolivier4-20/+158
2020-05-21Stub out GET presence requests in the frontend proxy (#7545)Richard van der Hoff2-17/+5
2020-05-21Ensure worker config exists in systemd service (#7528)David Vo2-1/+2
2020-05-21add a commentRichard van der Hoff1-0/+3
2020-05-21Fix bug in persist events when dealing with non member types. (#7548)Erik Johnston2-2/+3
2020-05-20Update CONTRIBUTING.md (#7541)Richard van der Hoff1-15/+4
2020-05-20Remove Ubuntu Cosmic and Disco which are both EOL. (#7539)Patrick Cloke2-2/+1
2020-05-20Hash passwords earlier in the password reset process (#7538)Patrick Cloke5-11/+33
2020-05-20Minor clarifications to the TURN docs (#7533)Richard van der Hoff2-15/+43
2020-05-19Update changelog based on feedback. v1.13.0 release-v1.13.0Patrick Cloke1-1/+1
2020-05-19Move warnings in the changelog and re-iterate changes to branches.Patrick Cloke1-18/+32
2020-05-191.13.0Patrick Cloke4-4/+16
2020-05-19update dh-virtualenv (#7526)Richard van der Hoff5-11/+11
2020-05-19synctl warns when no process is stopped and avoids start (#6598)Romain Bouyé2