Commit graph

1014 commits

Author SHA1 Message Date
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
Pēteris Caune
40f4adf78b
Add WhatsApp integration (uses Twilio same as the SMS integration) 2019-05-31 13:01:01 +03:00
Pēteris Caune
5f0b02845e
Show check's code instead of full URL on 992px - 1200px wide screens. Fixes #253 2019-05-30 11:52:33 +03:00
Pēteris Caune
9dea24e937
A data migration to convert webhook values to the most recent format. 2019-05-30 00:26:30 +03:00
Pēteris Caune
c7eca1c4a7
Better tests. 2019-05-28 15:35:05 +03:00
Pēteris Caune
d054970b02
Webhooks support PUT method.
.Webhooks can have different request bodies and headers for "up" and "events".
2019-05-28 14:25:29 +03:00
Pēteris Caune
8f6726d1ee
Prevent email clients from opening the one-time login links. Fixes #255 2019-05-21 11:26:55 +03:00
Pēteris Caune
78c9ee3e9e
requests==2.22.0 2019-05-20 12:30:34 +03:00
Pēteris Caune
d5bae3d3d8
Fix the "Integrations" page for when the user has no active project 2019-05-20 12:20:12 +03:00
Pēteris Caune
cdfc9840a7
Source formatted with Black 2019-05-15 14:27:50 +03:00
Pēteris Caune
1b948f4d5a
Show check counts in JSON "badges". Fixes #251 2019-05-15 13:42:38 +03:00
Pēteris Caune
0da7b12f55
Show description in text emails only for the "going down" notifications, and only if the description is not empty. 2019-05-14 16:01:22 +03:00
Pēteris Caune
14f504bd22
Updated plain-text alert body. cc: #252 2019-05-14 15:37:54 +03:00
Pēteris Caune
b528b23996
Fix badges for tags containing special characters. Fixes #240, #237 2019-05-14 14:43:43 +03:00
Pēteris Caune
dd9fbc9e8c
Fixing a too low rate limit I had used while debugging. 2019-05-07 12:26:08 +03:00
Pēteris Caune
253f554591
Looks better without Segoe UI on Windows. 2019-05-07 11:48:24 +03:00
Pēteris Caune
ffa23b6504
Empty meta description for the login page. 2019-05-07 10:53:10 +03:00
Pēteris Caune
90634610bb
Merge pull request #248 from Penagwin/master
Updated Build instructions
2019-05-07 10:15:41 +03:00
Penagwin
8f241f7da9
Update README.md 2019-05-06 13:04:21 -04:00
Pēteris Caune
6040759601
Add the prunetokenbucket management command. 2019-05-05 13:04:32 +03:00
Pēteris Caune
b03e2852ff
Update requirements. 2019-05-05 12:54:16 +03:00
Penagwin
573c0b84d4 Updated Build instructions 2019-05-03 14:55:26 -04:00
Pēteris Caune
824caa7698
v1.7.0 2019-05-02 15:39:40 +03:00
Pēteris Caune
6c53719002
Clicking on project's name in page header always goes to "My Projects" overview. 2019-05-02 15:36:18 +03:00
Pēteris Caune
6327b951d5
Tweak wording. 2019-05-02 14:45:38 +03:00
Pēteris Caune
d02a539a21
Skip the verification step if user is setting up email notifications to their own email address. 2019-05-02 14:38:55 +03:00
Pēteris Caune
44bac9dd12
Include the description in email alerts. Fixes #247 2019-05-02 14:10:10 +03:00
Pēteris Caune
32ee6d4ca9
Fix the "send_alert" admin action. 2019-05-02 14:06:56 +03:00
Pēteris Caune
9f69dcb158
Show the Description section in Check Details screen even if the description is missing. Fixes #246 2019-05-02 13:36:34 +03:00
Pēteris Caune
fcff4b48c6
Fixing markup. 2019-04-29 23:27:46 +03:00
Pēteris Caune
23b197526c
Password strength meter and length check in the "Set Password" form 2019-04-29 23:16:49 +03:00
Pēteris Caune
afaa8767cd
Rate limit login-with-password attempts. 2019-04-26 15:51:10 +03:00
Pēteris Caune
beae8e62b4
Rate limit team invites to 20/day 2019-04-26 09:04:51 +03:00
Pēteris Caune
d299feb420
Salt the ip address before hashing 2019-04-25 21:55:30 +03:00
Pēteris Caune
3b3ae8a82c
2018 -> 2019 in email footer 2019-04-25 21:31:53 +03:00
Pēteris Caune
aaa3b2748e
Rate limiting for the "Log In" emails 2019-04-25 21:28:40 +03:00