Pēteris Caune
|
481848a749
|
Add "/ping/<code>/start" API endpoint
|
6 years ago |
Pēteris Caune
|
a3ddf0ddef
|
Use email instead of team name in "<user> invites you to their account" emails. Unfortunately the team name is being abused for spam.
|
6 years ago |
Pēteris Caune
|
837cac300d
|
Use email instead of team name in "<user> invites you to their account" emails. Unfortunately the team name is being abused for spam.
|
6 years ago |
Pēteris Caune
|
eaba39d99b
|
Tweak HTML markup in alert emails for Gmail
|
6 years ago |
Pēteris Caune
|
01d94176dd
|
Tweak HTML and CSS in alert emails.
|
6 years ago |
Pēteris Caune
|
b3c22dcfd2
|
A workaround for some email agents automatically opening "Unsubscribe" links
|
6 years ago |
Pēteris Caune
|
c57a9dcbc4
|
Omit "Details..." link (testing if it's triggering Gmail warnings)
|
6 years ago |
Pēteris Caune
|
b9a81ad382
|
Add "List-Unsubscribe" header to alert and report emails
|
6 years ago |
Pēteris Caune
|
78aca869c5
|
"Details..." instead of "Show Log..." in emails.
|
6 years ago |
Pēteris Caune
|
1b664a6b54
|
Wider content area in emails
|
6 years ago |
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.
|
7 years ago |
Pēteris Caune
|
c4b316003d
|
Replace healthchecks.io branding with generic branding.
|
7 years ago |
Pēteris Caune
|
39bc12e351
|
Invoices to email.
|
7 years ago |
Pēteris Caune
|
56aa1b2b1f
|
Document `settelegramwebhook` in README, and 2017->2018
|
7 years ago |
Pēteris Caune
|
882933668a
|
Natural sort for check names, fixes #136.
Apply the user's chosen sort order in emails also.
|
7 years ago |
Pēteris Caune
|
f611a23f0b
|
Email reports list checks from all teams the user has access to.
|
7 years ago |
Pēteris Caune
|
d520706c27
|
Adding an option to send daily or hourly reminders if any check is down. Fixes #48
|
7 years ago |
Pēteris Caune
|
2393dad09e
|
Users can update their email addresses. Fixes #105
|
7 years ago |
Pēteris Caune
|
6a1c5dd3b7
|
"Unsubscribe" link in alert emails. Fixes #111
|
8 years ago |
Pēteris Caune
|
8d956b3365
|
email template from Litmus. CSS already inlined, so dropping premailer dependency.
|
8 years ago |
Pēteris Caune
|
d0f9a624ed
|
2016->2017
|
8 years ago |
James Moore
|
537b7c7541
|
fixed a few instances where the hc_extras wasn't loaded
|
8 years ago |
James Moore
|
1ae07b2028
|
made changes more concise
|
8 years ago |
James Moore
|
b1bb1540b8
|
adds a SITE_NAME setting that's used to label the site
|
8 years ago |
Pēteris Caune
|
4f3365e235
|
Cleanup, handle "paused" state in email alerts and reports
|
8 years ago |
Pēteris Caune
|
8ba981cb52
|
Upgrade link in alert emails.
|
8 years ago |
Di Wu
|
93f4f7b6fa
|
Update report-body-html.html
|
9 years ago |
Di Wu
|
4705186434
|
Update alert-body-html.html
|
9 years ago |
Pēteris Caune
|
aba0c0ebf0
|
Summary table tweaks
|
9 years ago |
Pēteris Caune
|
99434fcf9c
|
Correct path to logo
|
9 years ago |
Pēteris Caune
|
abd19ac901
|
Nicer alert email template, and plain text versions for all emails.
|
9 years ago |
Pēteris Caune
|
2df92c9c9e
|
Nicer html report
|
9 years ago |
Pēteris Caune
|
ce23d65ebf
|
Check.get_status() returns "up" also during grace period
|
9 years ago |
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.
|
9 years ago |
Pēteris Caune
|
c7845a965e
|
Text version for login message
|
9 years ago |
Pēteris Caune
|
e612eda0f8
|
Nicer login email.
|
9 years ago |
Pēteris Caune
|
435b8c220d
|
Fix bug in /accounts/switch_team/, updated messaging.
|
9 years ago |
Pēteris Caune
|
1bc0f82d25
|
Team access WIP
|
9 years ago |
Pēteris Caune
|
36f8ee2970
|
Basic text version of alert email.
|
9 years ago |
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.
|
9 years ago |
Pēteris Caune
|
1dacc8b797
|
Users can add passwords to their accounts. Fixes #6
|
9 years ago |
Pēteris Caune
|
91e6f80d9a
|
Code to send monthly reports (but no management command yet to actually send them)
|
9 years ago |
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.
|
9 years ago |
Pēteris Caune
|
cee2b52d3e
|
More tests.
|
9 years ago |
Pēteris Caune
|
f0089e2cd2
|
Send emails using djmail, can verify email addresses in /channels/
|
9 years ago |
Pēteris Caune
|
d8828b2d25
|
Frequency -> Period, messaging on welcome page.
|
9 years ago |
Pēteris Caune
|
4ccbac7e4a
|
Formatting of durations
|
9 years ago |
Pēteris Caune
|
fe78275d3f
|
Display "late" status in My Checks page and in alerts.
|
9 years ago |
Pēteris Caune
|
95181059f7
|
Nicer emails
|
9 years ago |
Pēteris Caune
|
2abec6ff6a
|
Nicer emails
|
9 years ago |