summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-28Report combined coverage to codecov (#4225)Amber Brown3-17/+23
2018-11-28Neilj/fix mau initial reserved users (#4211)Neil Johnson2-2/+5
* fix transaction wrapping bug that caused get_user_id_by_threepid_txn to fail * towncrier * white space
2018-11-27Support m.login.sso (#4220)Richard van der Hoff5-52/+50
* Clean up the CSS for the fallback login form I was finding this hard to work with, so simplify a bunch of things. Each flow is now a form inside a div of class login_flow. The login_flow class now has a fixed width, as that looks much better than each flow having a differnt width. * Support m.login.sso MSC1721 renames m.login.cas to m.login.sso. This implements the change (retaining support for m.login.cas for older clients). * changelog
2018-11-27Check logcontexts before and after each test (#4190)Richard van der Hoff3-8/+22
* Add better diagnostics to flakey keyring test * fix interpolation fail * Check logcontexts before and after each test * update changelog * update changelog
2018-11-27Fix more logcontext leaks in tests (#4209)Richard van der Hoff2-1/+3
2018-11-27Do a GC after each test to fix logcontext leaks (#4227)Richard van der Hoff3-3/+71
* Some words about garbage collections and logcontexts * Do a GC after each test to fix logcontext leaks This feels like an awful hack, but... * changelog
2018-11-20Ignore __pycache__ directories in schema delta dirRichard van der Hoff2-1/+2
Now that we use py3, compiled python ends up in __pycache__ rather than *.pyc.
2018-11-20Remove riot.im from the list of trusted Identity Servers in the default ↵Neil Johnson3-2/+7
configuration (#4207)
2018-11-19towncrier