Commit graph

1049 commits

Author SHA1 Message Date
Pēteris Caune
a0c7cbdfeb
Update changelog for 1.9.0 2019-09-03 09:27:57 +03:00
Pēteris Caune
60defd6244
Django 2.2.5 2019-09-03 09:25:43 +03:00
Pēteris Caune
93507fcc47
Cleanup in report-body-html.html.
Add a "Send Nag" admin command for easier testing.
2019-09-03 09:24:56 +03:00
Pēteris Caune
339ac5e9d9
After adding a new check redirect to the "Check Details" page. 2019-08-27 16:03:06 +03:00
Pēteris Caune
dfee69584b
Don't show the "Sign Up" link in the login page if registration is closed. Fixes #280 2019-08-26 10:55:41 +03:00
Pēteris Caune
9474006d83
Support informal time zones. 2019-08-22 11:41:08 +03:00
Pēteris Caune
dfd449b101
Three choices in timezone switcher (UTC / check's timezone / browser's timezone). Fixes #278 2019-08-22 11:17:27 +03:00
Pēteris Caune
dd83ec2214
Sort integrations into mostly alphabetic order, add Mattermost. 2019-08-21 09:12:04 +03:00
Pēteris Caune
6fce896e1a
Sort integrations into mostly alphabetic order. 2019-08-21 09:05:43 +03:00
Pēteris Caune
862bafc331
Mattermost integration WIP cc: #276 2019-08-20 22:59:11 +03:00
Pēteris Caune
2489f86b38
Delete customer from Braintree when closing account. 2019-08-19 11:47:36 +03:00
Pēteris Caune
fa16bd4e42
Prepare for 3DS 2 2019-08-18 18:16:37 +03:00
Pēteris Caune
33dece4ad2
Remove stray angle bracket. 2019-08-12 23:37:18 +03:00
Pēteris Caune
72d608902d
Fix JS to construct correct URLs when running from a subdirectory. Fixes #273 2019-08-12 23:29:32 +03:00
Pēteris Caune
4c39aeea83
Make sure account limits are reset when user cancels their subscription. 2019-08-12 16:10:49 +03:00
Pēteris Caune
dde2910c59
Cleanup. 2019-08-12 14:41:50 +03:00
Pēteris Caune
554f76e57a
Icon for Apprise. 2019-08-12 13:47:14 +03:00
Pēteris Caune
f1d7b4b39b
Fix alt text for the apprise icon. 2019-08-12 12:09:57 +03:00
Pēteris Caune
ba886e90cb
Merge pull request #272 from caronc/master
Apprise Integration
2019-08-12 11:58:27 +03:00
Pēteris Caune
a99a009491
Fix typo. 2019-08-11 23:46:27 +03:00
Chris Caron
d70539b397 updated apprise documentation 2019-08-08 21:58:30 -04:00
Chris Caron
86ad70f6d5 improved testing 2019-08-08 21:20:58 -04:00
Chris Caron
b5a03369b6 Apprise Notifications are now a controlled via settings 2019-08-08 20:28:54 -04:00
Chris Caron
c2b1d00422 Apprise Integration 2019-08-07 19:36:06 -04:00
Pēteris Caune
d39a1d5955
Django 2.2.4 2019-08-06 10:36:12 +03:00
Pēteris Caune
033d0ab197
Partial indexes for api_check.alert_after and api_flip.processed fields. 2019-07-20 16:58:41 +03:00
Pēteris Caune
c0d808271e
Add the pruneflips management command. 2019-07-20 12:25:58 +03:00
Pēteris Caune
b37d908879
Optimization: don't instantiate Flip objects in Check.downtimes() 2019-07-20 12:17:00 +03:00
Pēteris Caune
b2ebce6cf9
Show the number of downtimes and total downtime minutes in "Check Details" page. 2019-07-20 11:42:16 +03:00
Pēteris Caune
b7320b1b69
In monthly report, show months in ascending order. Cleanup. 2019-07-20 10:17:00 +03:00
Pēteris Caune
cb2e763e98
Cleanup in Check.outages_by_month() and tests. 2019-07-19 19:42:37 +03:00
Pēteris Caune
1de0ef16f6
Style tweaks. 2019-07-19 17:47:47 +03:00
Pēteris Caune
b74e56a273
Experimental: show the number of outages and total downtime in monthly reports. (#104) 2019-07-19 17:32:39 +03:00
Pēteris Caune
e174e1ef4c
Adding "and other contributors" in the copyright notice. 2019-07-18 22:52:35 +03:00
Pēteris Caune
429a69c2e9
Fancy quotes in whatsapp messages. 2019-07-12 14:55:03 +03:00
Pēteris Caune
e54aca6725
v1.8.0 2019-07-08 13:38:56 +03:00
Pēteris Caune
96c2cdbbb8
More information about read-only API keys in API docs. 2019-07-08 11:35:20 +03:00
Pēteris Caune
cc4f8b639b
Add healthchecks/dashboard to "Third-Party Resources" 2019-07-07 11:57:25 +03:00
Pēteris Caune
77fd0d00e0
Add "desc" back in the readonly API responses, and add "unique_key" field, derived from code. 2019-07-04 19:33:26 +03:00
Pēteris Caune
35b137a8d7
Allow caching CORS responses. 2019-07-04 12:50:01 +03:00
Pēteris Caune
e386ccaa0a
Don't mention whatsapp in the pricing page if it's not enabled in settings. 2019-07-04 09:39:31 +03:00
Pēteris Caune
5ab071ed56
Cleanup. 2019-07-04 09:36:41 +03:00
Pēteris Caune
1f1b1aedca
Don't include ping URLs in API responses when the read-only key is used 2019-07-04 09:36:27 +03:00
Pēteris Caune
3eef3c982f
Django 2.2.3 2019-07-02 14:21:13 +03:00
Pēteris Caune
e0f161157d
Fix prunepings and prunepingsslow, fixes #264 2019-06-24 18:02:36 +03:00
Pēteris Caune
4867fab291
Not using I18N so turning it off. 2019-06-21 13:12:05 +03:00
Pēteris Caune
479208abf0
Webhooks support the $TAGS placeholder 2019-06-04 23:40:08 +03:00
Pēteris Caune
71dd8a31eb
Project's name with capital H 2019-06-04 23:39:50 +03:00
Pēteris Caune
080e44f7ba
Show refunded transactions correctly in the billing history. 2019-06-04 23:38:21 +03:00
Pēteris Caune
3c0b9834e9
Django 2.2.2. Also, 1000th commit, cheers! 2019-06-04 23:37:36 +03:00