Commit graph

48 commits

Author SHA1 Message Date
Pēteris Caune
01d94176dd
Tweak HTML and CSS in alert emails. 2018-11-14 11:04:48 +02:00
Pēteris Caune
b3c22dcfd2
A workaround for some email agents automatically opening "Unsubscribe" links 2018-11-09 22:12:11 +02:00
Pēteris Caune
c57a9dcbc4
Omit "Details..." link (testing if it's triggering Gmail warnings) 2018-10-29 12:16:50 +02:00
Pēteris Caune
b9a81ad382
Add "List-Unsubscribe" header to alert and report emails 2018-10-23 11:26:13 +03:00
Pēteris Caune
78aca869c5
"Details..." instead of "Show Log..." in emails. 2018-08-20 19:30:36 +03:00
Pēteris Caune
1b664a6b54
Wider content area in emails 2018-08-20 19:29:21 +03:00
Pēteris Caune
5cf6f1b51e
Merge Check.get_status() and Check.in_grace_period() into one.
This avoids duplicate calls to Check.get_grace_start() in several places.
2018-06-11 19:05:18 +03:00
Pēteris Caune
c4b316003d Replace healthchecks.io branding with generic branding. 2018-01-13 19:21:43 +02:00
Pēteris Caune
39bc12e351 Invoices to email. 2018-01-09 16:45:38 +02:00
Pēteris Caune
56aa1b2b1f Document settelegramwebhook in README, and 2017->2018 2018-01-02 15:29:35 +02:00
Pēteris Caune
882933668a Natural sort for check names, fixes #136.
Apply the user's chosen sort order in emails also.
2017-10-15 13:34:34 +03:00
Pēteris Caune
f611a23f0b Email reports list checks from all teams the user has access to. 2017-10-14 21:36:39 +03:00
Pēteris Caune
d520706c27 Adding an option to send daily or hourly reminders if any check is down. Fixes #48 2017-10-14 16:03:56 +03:00
Pēteris Caune
2393dad09e Users can update their email addresses. Fixes #105 2017-08-23 15:47:20 +03:00
Pēteris Caune
6a1c5dd3b7 "Unsubscribe" link in alert emails. Fixes #111 2017-01-28 12:17:22 +02:00
Pēteris Caune
8d956b3365 email template from Litmus. CSS already inlined, so dropping premailer dependency. 2017-01-15 13:10:08 +02:00
Pēteris Caune
d0f9a624ed 2016->2017 2017-01-05 16:18:26 +02:00
James Moore
537b7c7541 fixed a few instances where the hc_extras wasn't loaded 2016-09-22 16:11:20 -07:00
James Moore
1ae07b2028 made changes more concise 2016-09-22 14:56:15 -07:00
James Moore
b1bb1540b8 adds a SITE_NAME setting that's used to label the site 2016-09-22 13:40:35 -07:00
Pēteris Caune
4f3365e235 Cleanup, handle "paused" state in email alerts and reports 2016-08-02 09:48:17 +03:00
Pēteris Caune
8ba981cb52 Upgrade link in alert emails. 2016-07-19 23:17:53 +03:00
Pēteris Caune
1319175fe0 Merge pull request #64 from diwu1989/patch-2
Remove stray </a> from alert-body-html.html
2016-06-29 01:42:05 +03:00
Di Wu
93f4f7b6fa Update report-body-html.html 2016-06-28 15:38:21 -07:00
Di Wu
4705186434 Update alert-body-html.html 2016-06-28 15:37:33 -07:00
Pēteris Caune
aba0c0ebf0 Summary table tweaks 2016-06-25 06:32:10 +03:00
Pēteris Caune
99434fcf9c Correct path to logo 2016-06-25 06:05:11 +03:00
Pēteris Caune
abd19ac901 Nicer alert email template, and plain text versions for all emails. 2016-06-25 05:59:48 +03:00
Pēteris Caune
2df92c9c9e Nicer html report 2016-06-25 05:27:28 +03:00
Pēteris Caune
ce23d65ebf Check.get_status() returns "up" also during grace period 2016-06-21 02:22:51 +03:00
Pēteris Caune
1f70f56819 Check model gets "in_grace_period" method. It replaces the transient "grace" status. Also, remove references of the obsolete "paused" status. 2016-06-20 20:35:02 +03:00
Pēteris Caune
c7845a965e Text version for login message 2016-06-12 13:10:44 +03:00
Pēteris Caune
e612eda0f8 Nicer login email. 2016-06-06 16:21:42 +03:00
Pēteris Caune
435b8c220d Fix bug in /accounts/switch_team/, updated messaging. 2016-05-09 18:00:34 +03:00
Pēteris Caune
1bc0f82d25 Team access WIP 2016-05-09 11:54:18 +03:00
Pēteris Caune
36f8ee2970 Basic text version of alert email. 2016-04-16 01:13:24 +03:00
Pēteris Caune
da613963e9 Email alerts and monthly reports have links to Log pages.
Don't show ping URLs -- gmail converts them to clickable links, and people click on them.
2016-03-08 10:35:39 +02:00
Pēteris Caune
1dacc8b797 Users can add passwords to their accounts. Fixes #6 2016-01-05 00:25:08 +02:00
Pēteris Caune
91e6f80d9a Code to send monthly reports (but no management command yet to actually send them) 2015-12-15 02:27:24 +02:00
Pēteris Caune
c1840a92bd Checks now have a new status: "paused". sendalerts management command will mark checks as paused if sending a notification throws exception. This should avoid potential infinite loops of sendalerts crashes/respawns. 2015-10-30 14:21:12 +02:00
Pēteris Caune
cee2b52d3e More tests. 2015-08-18 21:17:13 +03:00
Pēteris Caune
f0089e2cd2 Send emails using djmail, can verify email addresses in /channels/ 2015-08-14 10:56:07 +03:00
Pēteris Caune
d8828b2d25 Frequency -> Period, messaging on welcome page. 2015-07-27 18:38:54 +03:00
Pēteris Caune
4ccbac7e4a Formatting of durations 2015-07-16 10:51:16 +03:00
Pēteris Caune
fe78275d3f Display "late" status in My Checks page and in alerts. 2015-07-16 10:14:32 +03:00
Pēteris Caune
95181059f7 Nicer emails 2015-07-11 14:20:56 +03:00
Pēteris Caune
2abec6ff6a Nicer emails 2015-07-11 14:19:02 +03:00
Pēteris Caune
c54cb6469d Send emails using djrill (Mandrill) 2015-07-11 11:45:38 +03:00