healthchecks/hc/accounts
2018-04-19 19:29:53 +03:00
..
management Email reports list checks from all teams the user has access to. 2017-10-14 21:36:39 +03:00
migrations Adding missing migrations. Fixes #145 2017-12-27 17:35:05 +02:00
tests Add test for case insensitive email addresses. 2018-04-19 19:29:53 +03:00
__init__.py Initial commit 2015-06-11 22:12:09 +03:00
admin.py team_access_allowed field is not used any more, removing. 2017-10-14 19:16:01 +03:00
backends.py Small tweaks to make sure we don't query accounts_profile multiple times on every request. 2017-08-30 22:18:31 +03:00
forms.py Adding an option to send daily or hourly reminders if any check is down. Fixes #48 2017-10-14 16:03:56 +03:00
middleware.py Fix tests, lazy-load user's teams. 2018-02-26 12:49:25 +02:00
models.py sendreports, sendalerts: and avoid db access while rendering templates--template renderer swallows any exceptions 2018-03-23 11:34:17 +02:00
urls.py More secure unsubscribe links for monthly reports. 2017-10-18 15:53:08 +03:00
views.py Clear out Profile.next_report_date and Profile.next_nag_date when unsubscribing from reports. 2017-12-29 18:03:42 +02:00