- Jun 26, 2019
-
-
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
-
Jonah Kanner authored
-
Jonah Kanner authored
-
Jonah Kanner authored
-
Jonah Kanner authored
-
Jonah Kanner authored
-
Jonah Kanner authored
-
Jonah Kanner authored
-
Jonah Kanner authored
-
Jonah Kanner authored
-