81 Commits (e174e1ef4c2a7fc02dba3cae611df2b196cf31b8)

Author SHA1 Message Date
  Pēteris Caune e54aca6725
v1.8.0 5 years ago
  Pēteris Caune 1f1b1aedca
Don't include ping URLs in API responses when the read-only key is used 5 years ago
  Pēteris Caune e0f161157d
Fix `prunepings` and `prunepingsslow`, fixes #264 5 years ago
  Pēteris Caune 479208abf0
Webhooks support the $TAGS placeholder 6 years ago
  Pēteris Caune 40f4adf78b
Add WhatsApp integration (uses Twilio same as the SMS integration) 6 years ago
  Pēteris Caune 5f0b02845e
Show check's code instead of full URL on 992px - 1200px wide screens. Fixes #253 6 years ago
  Pēteris Caune c7eca1c4a7
Better tests. 6 years ago
  Pēteris Caune d054970b02
Webhooks support PUT method. 6 years ago
  Pēteris Caune 8f6726d1ee
Prevent email clients from opening the one-time login links. Fixes #255 6 years ago
  Pēteris Caune d5bae3d3d8
Fix the "Integrations" page for when the user has no active project 6 years ago
  Pēteris Caune 1b948f4d5a
Show check counts in JSON "badges". Fixes #251 6 years ago
  Pēteris Caune b528b23996
Fix badges for tags containing special characters. Fixes #240, #237 6 years ago
  Pēteris Caune 6040759601
Add the `prunetokenbucket` management command. 6 years ago
  Pēteris Caune 824caa7698
v1.7.0 6 years ago
  Pēteris Caune 44bac9dd12
Include the description in email alerts. Fixes #247 6 years ago
  Pēteris Caune 23b197526c
Password strength meter and length check in the "Set Password" form 6 years ago
  Pēteris Caune afaa8767cd
Rate limit login-with-password attempts. 6 years ago
  Pēteris Caune aaa3b2748e
Rate limiting for the "Log In" emails 6 years ago
  Pēteris Caune ab86580b32
Add "Test!" function in the Integrations page. Fixes #207 6 years ago
  Pēteris Caune a4fde44e3a
Can configure the email integration to only report the "down" events. Fixes #231 6 years ago
  Pēteris Caune 499720a156
Hide the "Confirmation Needed" notice if email channel verification is turned off. Update changelog. 6 years ago
  Pēteris Caune 178b0ff95c
Show "Badges" and "Settings" in top navigation. Fixes #234 6 years ago
  Pēteris Caune 7c13adbf18
Add the EMAIL_USE_VERIFICATION configuration setting. Fixes #232 6 years ago
  Pēteris Caune 143c90674b
Update CHANGELOG for v1.6.0 6 years ago
  Pēteris Caune 67800782f8
v1.6.0 6 years ago
  Pēteris Caune 945a66ab0a
Management command for sending inactive account notifications 6 years ago
  Pēteris Caune 68b818a89b
Add Matrix environment variables to README 6 years ago
  Pēteris Caune 954ca4576b
Improved logic for displaying job execution times in log. Fixes #219 6 years ago
  Pēteris Caune 100bc3c5e7
Fix a "invalid time format" in front.views.status_single on Windows hosts. Fixes #224 6 years ago
  Pēteris Caune 290d46bc2a
Add maxlength attribute to HTML input=text elements. Fixes #225 6 years ago
  Pēteris Caune 15a853bd8a
Escape asterisks in Slack messages. Fixes #223 6 years ago
  Pēteris Caune 63b15d74a5
Fix refreshing of the checks page filtered by tags. Fixes #221 6 years ago
  Pēteris Caune 5cbd99cb5c
Add the "desc" field (check's description) to API responses 6 years ago
  Pēteris Caune 5d9f19d2f9
Update Changelog for v1.5.0 6 years ago
  Pēteris Caune c4c657f5d4
Add "Transfer to Another Project" dialog in check's Details page. 6 years ago
  Pēteris Caune b013a92c43
Move project-specific settings to a new "Project Settings" page 6 years ago
  Pēteris Caune 1c69cf7f89
Project model. cc: #183 6 years ago
  Pēteris Caune 5edcd42033
Add the "Email Settings..." dialog and the "Subject Must Contain" setting 6 years ago
  Pēteris Caune 4f2930bb05
Remove Ping.start and Ping.fail fields 6 years ago
  Pēteris Caune 7480eca2a5
Add Ping.kind field 6 years ago
  Pēteris Caune be4c4f7a26
set Check.user to not null, add uniqueness constraint to Check.code 6 years ago
  Pēteris Caune 5dc4a879e4
Add MyPropertyOffice/node-hchk to docs - resources. 6 years ago
  Pēteris Caune 67d72758be
v1.4.0 6 years ago
  Pēteris Caune b3e290b284
Show elapsed times in ping log 6 years ago
  Pēteris Caune b803d877d0
Fix formatting. 6 years ago
  Pēteris Caune 481848a749
Add "/ping/<code>/start" API endpoint 6 years ago
  Pēteris Caune a402dce293
Validate and reject cron schedules with six components 6 years ago
  Pēteris Caune cf08f54c30
Use timezone-aware datetimes with croniter, avoid conversions to and from naive datetimes. This avoids ambiguities around DST transitions and properly solves #196 6 years ago
  Pēteris Caune 925d34daad
Update Check.status field when user edits timeout & grace settings 6 years ago
  Pēteris Caune 5be6c403a4
Flip model, for tracking status changes of the Check objects. 6 years ago