summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-20Fix registration on workers (#4682)Erik Johnston14-151/+277
* Move RegistrationHandler init to HomeServer * Move post registration actions to RegistrationHandler * Add post regisration replication endpoint * Newsfile
2019-02-20Run unit tests against python 3.7 (#4677)Richard van der Hoff3-38/+14
* Run unit tests against python 3.7 ... so that we span the full range of our supported python versions * Switch to xenial * fix psq