summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-12-05Fix error when deleting devicesRichard van der Hoff1-1/+1
This was introduced in d7ea8c4 / PR #2728
2017-12-05support custom login types for validating usersRichard van der Hoff1-24/+57
Wire the custom login type support from password providers into the UI-auth user-validation flows.
2017-12-05Factor out a validate_user_via_ui_auth methodRichard van der Hoff3-74/+102
Collect together all the places that validate a logged-in user via UI auth.
2017-12-05Refactor UI auth implementationRichard van der Hoff7-48/+103
Instead of returning False when auth is incomplete, throw an exception which can be caught with a wrapper.
2017-12-04speed up the rate of initial spam for usersMatthew Hodgson1-11/+12
2017-12-04better docMatthew Hodgson1-1/+4
2017-12-04try make tests work a bit more...Matthew Hodgson1-0/+12
2017-12-04erik told me toMatthew Hodgson1-1/+1
2017-12-04fix pep8 and testsMatthew Hodgson3-8/+6
2017-12-04switch to a simpler 'search_all_users' button as per review feedbackMatthew Hodgson5-37/+30
2017-11-30