summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-03Workaround for non-ascii event ids (#4241)Richard van der Hoff2-1/+4
It turns out that we accept events with non-ascii IDs, which would later cause an explosion during state res. Fixes #4226
2018-11-28Neilj/fix autojoin (#4223)Neil Johnson5-3/+36
* Fix auto join failures for servers that require user consent * Fix auto join failures for servers that require user consent
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-20Ig