Commit Graph

  • be10a5a8 Add more dependencies by Pēteris Caune 2020-11-20 10:31:38 +0200
  • 4b0d0297 Create django.yml by Pēteris Caune 2020-11-20 10:29:02 +0200
  • eed7ef36 Improve text instructions by Pēteris Caune 2020-11-19 17:35:21 +0200
  • 0b4251bd Add logic to handle exceptions thrown by the fido2 library by Pēteris Caune 2020-11-19 16:53:58 +0200
  • c8d387ae Improve text instructions by Pēteris Caune 2020-11-19 16:35:44 +0200
  • 3cfc3161 Add extra security checks in the login_webauthn view by Pēteris Caune 2020-11-19 16:21:31 +0200
  • 8448f882 Add notes about adding a second key, and removing the last key by Pēteris Caune 2020-11-19 15:05:08 +0200
  • 568a2878 Fix WebAuthn registration to use random bytes for user handle by Pēteris Caune 2020-11-19 13:59:23 +0200
  • 8dbf9e02 Fix capitalization, Webauthn -> WebAuthn by Pēteris Caune 2020-11-19 13:01:26 +0200
  • 7124383a Add checks for RP_ID, add a 2FA section in README by Pēteris Caune 2020-11-19 12:54:00 +0200
  • 9401bc39 Update the "Close Account" function to use confirmation codes by Pēteris Caune 2020-11-16 16:22:25 +0200
  • 48750ee6 Update "Change Password" to show messages in panel's footer by Pēteris Caune 2020-11-16 15:45:25 +0200
  • fb799487 Update the "Change Email" function to use confirmation codes by Pēteris Caune 2020-11-16 15:33:29 +0200
  • ed6b15bf Update the "Set Password" function to use confirmation codes by Pēteris Caune 2020-11-16 14:53:50 +0200
  • 1ca4caa3 Update the set_password view to use update_session_auth_hash by Pēteris Caune 2020-11-16 14:29:52 +0200
  • adb7702f Rename login_tfa to login_webauthn by Pēteris Caune 2020-11-16 14:16:06 +0200
  • 7639f0dd Add test cases for the login_tfa view by Pēteris Caune 2020-11-16 14:01:04 +0200
  • d0f327b2 Add Base64Field field (base64-encoded binary data) by Pēteris Caune 2020-11-16 13:10:38 +0200
  • 839c309c Refactor for testability, add more test cases by Pēteris Caune 2020-11-16 12:52:26 +0200
  • 155a1f13 Simplify super() calls in tests by Pēteris Caune 2020-11-16 11:20:01 +0200
  • 155226d8 Add tests for sudo mode by Pēteris Caune 2020-11-16 10:58:38 +0200
  • ecf964ea Remove a verify_origin workaround by Pēteris Caune 2020-11-15 21:49:25 +0200
  • 9f58ebfd Hook up a 2FA check after a password or email link authentication by Pēteris Caune 2020-11-15 21:39:49 +0200
  • 64be8713 Add a two-factor authentication form (WIP) by Pēteris Caune 2020-11-14 12:54:26 +0200
  • 2ac0f875 Implement a "Remove Security Key" feature by Pēteris Caune 2020-11-14 11:45:09 +0200
  • 42497fe9 Add rate limiting to the sudo code form by Pēteris Caune 2020-11-13 22:04:19 +0200
  • 2c3286c2 Improve the "add security key" UX, require sudo mode by Pēteris Caune 2020-11-13 16:23:28 +0200
  • e3aedd3b Add require_sudo_mode decorator by Pēteris Caune 2020-11-13 11:08:06 +0200
  • 03ea7256 Add Credential.created field by Pēteris Caune 2020-11-12 18:02:41 +0200
  • 53688f1d Add error handling on the client side, use Django form API by Pēteris Caune 2020-11-12 17:08:23 +0200
  • 1eaa216d Add experimental code for registering Webauthn credentials by Pēteris Caune 2020-11-12 16:15:07 +0200
  • cdd2e98b Remove USE_I18N and USE_L10N from settings by Pēteris Caune 2020-11-06 18:51:30 +0200
  • 816c1587 Fix code formatting in the Notification model by Pēteris Caune 2020-11-06 18:50:23 +0200
  • d5502c50 Add retries to the the email sending logic by Pēteris Caune 2020-10-30 14:18:38 +0200
  • 0b685e8b Disable retries when testing webhook integration by Pēteris Caune 2020-10-30 12:36:17 +0200
  • f7e004b2 Improve phone number sanitization: remove spaces and hyphens by Pēteris Caune 2020-10-30 11:32:09 +0200
  • 81e59ac5 Add support for script's exit status in ping URLs by Pēteris Caune 2020-10-28 14:28:32 +0200
  • 6f56ed7f Reduce the number of SQL queries used in the "Get Checks" API call by Pēteris Caune 2020-10-27 16:19:57 +0200
  • 078577cb Update the read-only dashboard's CSS for better mobile support by Pēteris Caune 2020-10-27 15:27:44 +0200
  • a37e83ac Update AddSmsForm to remove any invisible unicode characers by Pēteris Caune 2020-10-20 15:53:27 +0300
  • 7534f185 Add testcases for setting channels in the "Create Check" API call by Pēteris Caune 2020-10-14 18:12:35 +0300
  • 7e56156d Optimize the "Update Check" API call by Pēteris Caune 2020-10-14 18:03:13 +0300
  • 0e77064c Update API to allow specifying channels by names by Pēteris Caune 2020-10-14 15:37:04 +0300
  • 20008a1d Fix wording by Pēteris Caune 2020-10-14 13:15:11 +0300
  • 71d7b463 Add a tooltip to the 'confirmation link' label by Pēteris Caune 2020-10-14 13:13:22 +0300
  • a10215ce (tag: v1.17.0) Update CHANGELOG for 1.17.0 release by Pēteris Caune 2020-10-14 12:39:42 +0300
  • 463ec8c9 Set the "title" and "summary" fields in MS Teams notifications by Pēteris Caune 2020-10-06 16:43:56 +0300
  • 63beeb05 Add missing slashes by Pēteris Caune 2020-10-03 21:00:35 +0300
  • 6520c5c9 (refs/pull/438/head) Update README.md by Pravar Sharma 2020-10-02 00:22:54 +0530
  • a13b4428 Django 3.1.2 by Pēteris Caune 2020-10-01 09:16:59 +0300
  • 7f946e40 (refs/pull/437/head) Update README.md by ASHUTOSH RANJAN 2020-10-01 09:51:02 +0530
  • 1967c712 Add Matrix setup instructions in README cc: #427 by Pēteris Caune 2020-09-21 15:04:57 +0300
  • fd8da1b6 Update screenshots in Matrix setup instructions by Pēteris Caune 2020-09-21 14:47:22 +0300
  • 05c81e0a Escape markdown in MS Teams notifications. cc: #426 by Pēteris Caune 2020-09-11 11:48:52 +0300
  • ceceddd4 (refs/pull/426/head) Modify format of service name in Teams notification by Nigel Metheringham 2020-09-10 14:38:38 +0100
  • b64c8d1c API support for setting the allowed HTTP methods for making ping requests by Pēteris Caune 2020-09-10 10:29:44 +0300
  • c13f65e1 Grammar and style fixes. by Pēteris Caune 2020-09-09 17:53:24 +0300
  • b4729cdb Grammar and style fixes. by Pēteris Caune 2020-09-09 12:21:18 +0300
  • e63aa9fe Grammar and style fixes, updated illustration. by Pēteris Caune 2020-09-09 11:33:50 +0300
  • 66a1a108 When decoding inbound emails, decode encoded headers. Fixes #420 by Pēteris Caune 2020-09-08 12:06:32 +0300
  • bd98174d Fix missing Resume button. Fixes #421 by Pēteris Caune 2020-09-04 13:17:54 +0300
  • 0f0930fb Merge pull request #419 from healthchecks/snyk-fix-3b4d7e5e456fc8fadd61239890135796 by Pēteris Caune 2020-09-03 11:00:41 +0300
  • c8462604 (refs/pull/419/head) fix: requirements.txt to reduce vulnerabilities by snyk-bot 2020-09-02 22:16:56 +0000
  • 0362df55 Docs: update the "Filtering Rules" section with the new options. by Pēteris Caune 2020-09-01 15:00:41 +0300
  • ad720af2 Rename "hc-p-channels" to "hc-channels" by Pēteris Caune 2020-09-01 12:56:35 +0300
  • 5ebb5958 Remove unused "project" parameter in Pushbullet tests. by Pēteris Caune 2020-09-01 12:18:24 +0300
  • 9ba90323 Cleaner OAuth redirect_uri generation by Pēteris Caune 2020-09-01 12:07:13 +0300
  • d1b1a6c0 The LINE Notify integration uses OAuth2 flow. by Pēteris Caune 2020-09-01 11:38:08 +0300
  • 4f533257 THe LINE Notify integration uses OAuth2 flow. by Pēteris Caune 2020-09-01 11:37:54 +0300
  • 25a8ec6b Capitalize title by Pēteris Caune 2020-08-31 13:01:45 +0300
  • b4ba5822 Docs: add the "Viewing cron logs using journalctl" section by Pēteris Caune 2020-08-31 12:51:24 +0300
  • ae578a29 Docs: add "Using Runitor" and "Handling More Than 10KB of Logs" sections by Pēteris Caune 2020-08-31 12:32:16 +0300
  • a2c123c7 Docs: add a section about read-only team members by Pēteris Caune 2020-08-31 11:33:06 +0300
  • 0a85c5ed In Account Settings > My Projects, indicate read-only memberships as read-only by Pēteris Caune 2020-08-31 11:07:39 +0300
  • e424176a Remove mentions of "whitelist" by Pēteris Caune 2020-08-26 16:38:29 +0300
  • b2a1c0d3 Set USE_L10N to False until we've fixed issues caused by decimal comma formatting in templates. Fixes #416 by Pēteris Caune 2020-08-26 16:15:29 +0300
  • d73de68f Specify the read-write/read-only flag when inviting a team member. by Pēteris Caune 2020-08-26 16:09:17 +0300
  • adb004b3 Read-only users cannot change project settings. by Pēteris Caune 2020-08-26 15:04:12 +0300
  • 39198c82 Read-only users cannot edit or remove channels. by Pēteris Caune 2020-08-26 14:48:31 +0300
  • 24c34430 Read-only users cannot resume checks. by Pēteris Caune 2020-08-26 14:12:52 +0300
  • bdf99e0e The "Add Integration" pages require read-write access. by Pēteris Caune 2020-08-26 14:06:51 +0300
  • c9baa2d8 Read-only users cannot toggle channels on and off. by Pēteris Caune 2020-08-26 12:50:02 +0300
  • 024d0adb Read-only users cannot copy, transfer or remove checks. by Pēteris Caune 2020-08-26 12:44:55 +0300
  • cbd7ffbf Read-only users cannot edit filtering rules. by Pēteris Caune 2020-08-26 12:36:05 +0300
  • 11d8e619 Read-only users cannot add checks. Read-only users cannot pause checks. by Pēteris Caune 2020-08-26 12:29:03 +0300
  • 00790dc3 Member.rw flag. Read-only users cannot edit check's name/desc/tags or schedule by Pēteris Caune 2020-08-26 12:16:43 +0300
  • 84cc3341 When copying a check, copy all fields from the "Filtering Rules" dialog by Pēteris Caune 2020-08-26 10:08:37 +0300
  • 40f95d5a When copying a check, also copy the "failure keyword" field Fixes #417 by Pēteris Caune 2020-08-26 10:00:49 +0300
  • a5e1343a Merge pull request #415 from xakraz/master by Pēteris Caune 2020-08-21 18:02:53 +0300
  • dd5ca9d7 (refs/pull/415/head) Updated REAMDE.md: Add Slack integration instructions by Xavier Krantz 2020-08-21 14:49:59 +0200
  • 11c02d89 Go usage example in docs by Pēteris Caune 2020-08-20 13:56:43 +0300
  • 33639964 Add LINE Notify icon to the icon font. by Pēteris Caune 2020-08-20 11:37:30 +0300
  • 94b99335 Sort integrations in A-Z order. Rename "LineNotify" -> "LINE Notify". Update the LINE Notify icon. by Pēteris Caune 2020-08-20 11:16:59 +0300
  • f15e16a0 Remove HTML markup by carson.wang 2020-08-18 22:44:20 +0800
  • 74668551 Add tests & Doesn't get LineNotify token using setting by carson.wang 2020-08-14 18:39:19 +0800
  • 65b65188 Test LineNotify integration with healthcheck by carson.wang 2020-08-13 18:04:15 +0800
  • 2346ac3e Bugfix: don't allow duplicate team memberships by Pēteris Caune 2020-08-19 12:07:48 +0300
  • 43b8da98 (refs/pull/412/head) Remove HTML markup by carson.wang 2020-08-18 22:44:20 +0800
  • 9a112700 Link to the "Security" section in dashboard's README by Pēteris Caune 2020-08-18 14:21:38 +0300
  • b7e2404f Host a read-only dashboard (from github.com/healthchecks/dashboard/), link to it from "Project Settings" > "Show API keys" by Pēteris Caune 2020-08-18 14:07:55 +0300