Commit graph

1081 commits

Author SHA1 Message Date
Pēteris Caune
2848076d87
Update changelog for 1.10.0 release 2019-10-21 15:04:26 +03:00
Pēteris Caune
3f36d31cde
Display the error field in notifications admin list view, don't load all checks in details view. 2019-10-18 17:22:50 +03:00
Pēteris Caune
66a6de70c0
Send email notification when monthly SMS sending limit is reached. Fixes #292 2019-10-18 17:15:02 +03:00
Pēteris Caune
488ab2cce7
Add a "Create a Copy" function for cloning checks Fixes #288 2019-10-18 12:03:46 +03:00
Pēteris Caune
a5827c6458
Add link to borgmatic in the "Third-Party Resources" page 2019-10-17 11:49:10 +03:00
Pēteris Caune
82fb4ddece
Update OpsGenie logo 2019-10-14 21:14:36 +03:00
Pēteris Caune
01fc8e423b
Update OpsGenie screenshots. 2019-10-14 20:47:56 +03:00
Pēteris Caune
1dea8b6050
Add support for OpsGenie EU region. Fixes #294 2019-10-14 20:31:25 +03:00
Pēteris Caune
4625196ded
Autofocus the email field in the signup form, and submit on enter key 2019-10-12 20:22:28 +03:00
Pēteris Caune
163b020116
Signup form sets the "auto-login" cookie to avoid an extra click during first login 2019-10-12 20:14:57 +03:00
Pēteris Caune
2bb769f7bb
Send monthly reports on 1st of every month, not randomly during the month 2019-10-12 20:07:09 +03:00
Pēteris Caune
391921d8af
Revert deterministic username generation feature – it causes problems when users change their email address. See #290 for details. 2019-10-12 11:37:06 +03:00
Pēteris Caune
6cd4e494e8
Add go example to "manage.py pygmentize" command.
Make sure the Go snippet shows up in the welcome page and also in the check details page.
2019-10-07 15:10:36 +03:00
Pēteris Caune
ad731dfe0e
Merge pull request #293 from omurbekjk/feature/golang-example-added-for-code-snippets
feature: golang code snippet added
2019-10-07 15:00:08 +03:00
omurbekjk
fbc217ef35 feature: golang http get request changes to head 2019-10-07 16:55:09 +06:00
omurbekjk
3d9261c7c4 feature: golang code snippet added 2019-10-03 17:22:36 +06:00
Pēteris Caune
b0db5181d8
Don't validate plan_id if it has not changed from the old value (when updating payment method). 2019-10-02 17:28:20 +03:00
Pēteris Caune
f9ec5b482f
Upgrade to Django 2.2.6. Fixes #284 2019-10-01 17:17:36 +03:00
Pēteris Caune
41a0871452
Generate usernames as uuid3(const, email). Prevents multiple accts with the same email. Prevent double-clicking the submit button in signup form. Fixes #290 2019-09-30 16:40:45 +03:00
Pēteris Caune
335c73d6a2
Upgrade to psycopg2 2.8.3. Fixes #289 2019-09-30 16:08:37 +03:00
Pēteris Caune
ca5e19fd2d
Don't throw an exception if user's current project is unset. 2019-09-18 14:56:58 +03:00
Pēteris Caune
accdfb637b
Remove PDF invoice generation bits - these are unlikely to ever be useful in the open source version. 2019-09-15 18:39:32 +03:00
Pēteris Caune
34925f2cdf
Django compressor 2.2 -> 2.3 2019-09-12 11:01:45 +03:00
Pēteris Caune
0d2736059d
"Sign Up" link in top nav. 2019-09-12 11:01:21 +03:00
Pēteris Caune
4755e1c9da
Exclude sqlite from Travis builds. There's a Django bug that breaks sqlite (https://code.djangoproject.com/ticket/30754#ticket) and I don't want all builds to fail (and potentially mask other issues) until the upstream bugfix is released. 2019-09-09 14:53:21 +03:00
Pēteris Caune
5d8c5637b6
Wording tweaks 2019-09-09 14:47:05 +03:00
Pēteris Caune
6e4e7d737f
Merge pull request #287 from anymuster2/master
Adjusted Pushover notes for clarity on behaviour
2019-09-09 14:34:31 +03:00
anymuster2
4f2b5772df
Adjusted Pushover notes for clarity on behaviour 2019-09-09 21:10:16 +10:00
Pēteris Caune
7fffb95c96
load staticfiles -> load static 2019-09-09 10:55:38 +03:00
Pēteris Caune
c4bb20e3d5
Fixing typo. cc: #285 2019-09-05 08:17:04 +03:00
Pēteris Caune
69d4932194
Add the "Running in Production" section. cc: #283 2019-09-04 16:36:15 +03:00
Pēteris Caune
0d924f4627
Add the "Last Duration" field in the "My Checks" page. Add "last_duration" attribute to the Check API resource. Fixes #257 2019-09-03 13:46:41 +03:00
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