summary refs log tree commit diff
path: root/synapse/storage/database.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-13Add a test for UI-Auth-via-SSO (#9082)Richard van der Hoff4-42/+227
* Add complete test for UI-Auth-via-SSO. * review comments
2021-01-13Reduce scope of exception handler. (#9106)Patrick Cloke2-5/+6
Removes a bare `except Exception` clause and replaces it with catching a specific exception aro