- Jun 26, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Based on "feedback" from the low-latency group, the p_astro and other information which is in the VOEvent files will not be made available through the API to unauthenticated users. I'm not sure why.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Needs to work properly with new AuthGroup setup and X509Cert model changes
-
Tanner Prestegard authored
This was an exact duplicate of the user model and basically just provided a simple way to organize robot accounts. It's not useful anymore since we'll just use a Group going forward to organize these accounts.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
An X509 certificate should only map to a single user account - we can't do authentication properly if it maps to multiple, so this was an obviously necessary change. There are several migrations for making this conversion in steps.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
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
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
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
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Should have been done initially; this is a holdover from development of this feature where it was just visible to EM advocates.
-
Tanner Prestegard authored
Move some unused/non-functional menu items to live under a new "Other" item: create (event), reports, and RSS.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Jun 24, 2019
-
-
Jonah Kanner authored
-
Jonah Kanner authored
-
Jonah Kanner authored
-
Jonah Kanner authored
-
Jonah Kanner authored
-
Jonah Kanner authored
-
Jonah Kanner authored
-
Tanner Prestegard authored
Some improvements and cleanup to SupereventPublic
-
Jonah Kanner authored
-
Jonah Kanner authored
-