- Jul 10, 2019
-
-
Tanner Prestegard authored
This is not needed anymore with the changes to the group infrastructure which add an optional 'ldap_name' to groups whose membership should be managed by LDAP queries and shib sessions.
-
- Jun 26, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
ligoauth.models.AuthGroup is an enhanced version of the builtin Django Group model. We add useful attributes like a description, ldap_name, and Tag. These can be used to abstract things that are presently handled manually, like inheriting membership from an LDAP group or allowing access to view log messages/files with a specific Tag. I ran some tests comparing this multi-table inheritance setup to adding a OneToOneField and loading it with/without select_related. After 1K trials, the DB query times looked comparable and didn't require multiple queries for this arrangement, so the convenience seems to be worth it. The commit creates the model and populates an instance for existing each existing Django Group.
-
Tanner Prestegard authored
When applied, this makes a view publicly available *if* the settings.UNAUTHENTICATED_ACCESS switch is True; otherwise you must be authenticated. This will be useful to propagate to most other views to make this settings switch globally effective at some point.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Move some unused/non-functional menu items to live under a new "Other" item: create (event), reports, and RSS.
-
- Jun 11, 2019
-
-
Tanner Prestegard authored
-
- Jun 06, 2019
-
- May 14, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
- May 10, 2019
-
-
Tanner Prestegard authored
-
- May 02, 2019
-
-
Tanner Prestegard authored
-
- May 01, 2019
-
-
Duncan Macleod authored
-
- Apr 23, 2019
-
-
Tanner Prestegard authored
-
- Apr 12, 2019
-
- Apr 09, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Use the 'sync' worker still due to issues with handling file uploads when gunicorn uses at least 6 but possibly more than 2 workers.
-
- Mar 29, 2019
-
-
Tanner Prestegard authored
These settings were previously handled in settings/container/production.py, but we want to do some testing and I don't see any issues with having them in the base container settings (settings/container/base.py).
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Upgrade gunicorn to 19.9.0 and switch to an asynchronous worker class
-
- Mar 28, 2019
-
-
Tanner Prestegard authored
Instead of looping over EmailMessage.send() calls, we now get the email backend and send a list of messages. Note that the backend sends the messages individually still but this cuts out some of the overhead.
-
- Mar 13, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Mar 12, 2019
-
-
Tanner Prestegard authored
Not feasible to use multiple DBs for read or write operations at present. We're going to have to revisit this at some point. We leave most of the code in place but commented out.
-
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
Separate phone and email contacts, add verification of contact information, improve views and forms.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
- Mar 04, 2019
-
-
Tanner Prestegard authored
-
- Feb 28, 2019
-
-
Tanner Prestegard authored
Since the web view makes a few API requests to load log messages and other content, we have to allow more requests. Also, it sounds like users at a university might all appear to be on the same IP address, so we want to try to account for that.
-
Tanner Prestegard authored
Not working as expected, so we are going to have to revisit this feature in the near future.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
These environment variables are now required. Previously, the corresponding Django settings would default to 'gracedb'.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
This will (hopefully) allow us to receive error emails from the container deployments on AWS.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-