- Dec 08, 2014
- Nov 18, 2014
-
-
Brian Moe authored
Changed settings and alert.py to no longer check the lvalert node against a whitelist of pubsub nodes.
-
- Nov 14, 2014
-
-
Branson Craig Stephens authored
-
- Nov 03, 2014
-
-
Branson Craig Stephens authored
Added an ignore list of emails to which we should not send any response. The main reason for this is that I got into an email loop with Mailer-Daemon and produced a zillion files in my tmp directory.
-
- Oct 28, 2014
-
-
Branson Craig Stephens authored
-
- Oct 23, 2014
-
-
Branson Craig Stephens authored
Added model level permissions on Guardian.GroupObjectPermissions for members of the executives group. Also restored a modified version of the ModelBackend that *doesn't* do authentication. This is so that the has_perm check on Models can work.
-
- Oct 21, 2014
-
-
Roy Williams authored
-
- Oct 16, 2014
-
-
Branson Craig Stephens authored
Added context processor for login URL, added login URL to base template, added embedded discovery service page.
-
- Oct 07, 2014
-
-
Roy Williams authored
-
- Oct 03, 2014
-
-
Branson Craig Stephens authored
-
- Oct 02, 2014
-
-
Branson Craig Stephens authored
-
- Oct 01, 2014
-
-
Roy Williams authored
-
- Sep 27, 2014
-
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
Committed changes to avoid new tables using INNODB and old ones using MYISAM. This leads to fk constraint errors.
-
- Sep 26, 2014
-
-
Branson Craig Stephens authored
Changed event view template selector. Also reduced number of event detail sub-templates to 3. The extra ones were not necessary.
-
- Sep 24, 2014
-
-
Branson Craig Stephens authored
-
- Sep 19, 2014
-
-
Branson Craig Stephens authored
New features for testing the auth/permissions infrastructure. There is a rudimentary unit test, as well as a management command to create fixtures for the test.
-
- Sep 16, 2014
-
-
Branson Craig Stephens authored
-
- Sep 04, 2014
-
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
- Aug 26, 2014
- Aug 25, 2014
-
-
Roy Williams authored
-
- Aug 21, 2014
-
-
Brian Moe authored
-
Branson Craig Stephens authored
-
- Aug 18, 2014
-
-
Branson Craig Stephens authored
Added storage_engine=MYISAM so that the new guardian tables will be created with the same database engine as the others.
-
- Aug 14, 2014
-
-
Branson Craig Stephens authored
Added view permission for event, created permission objects for existing events, and added code to apply default permissions when new events are created.
-
- Aug 12, 2014
-
-
Branson Craig Stephens authored
Added guardian to installed apps and added ANONYMOUS_USER_ID=-1 and GUARDIAN_RENDER_403=True to settings.
-
- Aug 11, 2014
-
-
Branson Craig Stephens authored
-
- Aug 05, 2014
-
-
Brian Moe authored
-
- Jul 30, 2014
-
-
Branson Craig Stephens authored
Removed settings/update.py and modified branson.py to reflect updates. No changes required for settings/default.py
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
- Jul 28, 2014
-
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
- Jul 22, 2014
-
-
Branson Craig Stephens authored
-
- Jul 18, 2014
-
-
Branson Craig Stephens authored
-
- Jul 17, 2014
-
-
Branson Craig Stephens authored
-
- Mar 03, 2014
-
-
Branson Stephens authored
Changed performance log to a simple rather than rotating file. The file needs to be cleaned up rather than rotated, or the 3-day lookback property breaks.
-