- Mar 27, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Mar 26, 2019
-
-
Tanner Prestegard authored
-
- Mar 20, 2019
-
-
Tanner Prestegard authored
-
- Mar 16, 2019
-
-
Tanner Prestegard authored
-
- Mar 06, 2019
-
-
Tanner Prestegard authored
Small fixes to the main "index" view for alerts. Move the manage_password page for LV-EM observers to the ligoauth app and show a link to it from the navbar to those users.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Mar 01, 2019
-
-
Tanner Prestegard authored
Previously forgot to add deepclean and gwhen robot users to the LVC group.
-
Tanner Prestegard authored
-
- Feb 18, 2019
-
-
Tanner Prestegard authored
-
- Feb 08, 2019
-
-
Tanner Prestegard authored
-
- Feb 07, 2019
-
-
Tanner Prestegard authored
-
- Jan 24, 2019
-
-
Tanner Prestegard authored
-
- Jan 04, 2019
-
-
Tanner Prestegard authored
-
- Dec 18, 2018
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Dec 17, 2018
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Move a number of scripts which were managed in a separate repo into management commands. This way they can be more easily executed either manually or by cron jobs.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Dec 10, 2018
-
-
Tanner Prestegard authored
-
- Dec 04, 2018
-
-
Tanner Prestegard authored
Fixing two migrations - ligoauth 0004: properly delete User instance for gstlal-spiir-gpu, not just LocalUser/RobotUser - ligoauth 0013: deleted, since gstlal-spiir-gpu has been deleted, we don't need to create a RobotUser instance for it
-
- Dec 03, 2018
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
We had removed the ability for GraceDbModelBackend to do authentication, but it is relied on for basic auth by the BasicAuthentication class in django-rest-framework. So we undo that change and remove the GraceDbModelBackend class altogether in favor of its parent, ModelPermissionsForObjectBackend.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
ControlRoomMiddleware is a new-style middleware, but that makes it somewhat hard to unit test. So we just split up the request and response processing into separate functions which are called within the __call__ function.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
For the base test class which creates an LV-EM user and the LV-EM observers group, we now also create the basic LV-EM group and add the user to it as well.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
We use a few redirects to handle login and extraction of the shibboleth attributes in a post-login page.
-
Tanner Prestegard authored
Can be used to restrict access to a view to only the groups whose names are passed as arguments to the decorator.
-