summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-27cleanupsRichard van der Hoff3-11/+18
2019-06-26update sample configRichard van der Hoff1-0/+13
2019-06-26Add support for tracking SAML2 sessions.Richard van der Hoff2-3/+56
This allows us to correctly handle `allow_unsolicited: False`.
2019-06-26Move all the saml stuff out to a centralised handlerRichard van der Hoff4-50/+96
2019-06-26Revert redundant changes to static jsRichard van der Hoff1-4/+2
2019-06-26Improve docs on choosing server_name (#5558)Richard van der Hoff2-13/+19
Fixes #4901
2019-06-26Remove & changelog (#5548)Amber Brown2-54/+1
2019-06-25Prevent multiple upgrades on the same room at once (#5051)Andrew Morgan3-52/+91
Closes #4583 Does slightly less than #5045, which prevented a room from being upgraded multiple times, one after another. This PR still allows that, but just prevents two from happening at the same time. Mostly just to mitigate the fact that servers are slow and it can take a moment for the room upgrade to actually complete. We don't want people sending another request to upgrade the room when really they just thought the first didn't go through.
2019-06-25Fix broken link in MSC1711 FAQRichard van der Hoff1-1/+1
2019-06-25Add extremities graphs to grafana dashboardRichard van der Hoff1-23/+832