1117 Commits (9299ee451607f4d4ea1f93205c72c003205533f5)

Author SHA1 Message Date
  Pēteris Caune 027920ef2b
Fix ping handler to return "not found" in 404 body 3 years ago
  Pēteris Caune 6e3a1c790d
Fix the ping handler to reject status codes > 255 3 years ago
  Pēteris Caune d48b95c902
Improve tests to cover @csrf_exempt usage 3 years ago
  Pēteris Caune f8131741ef
Fix minor API inconsistencies 3 years ago
  Pēteris Caune 51f996ab4b
Fix /api/v1/badges/ to handle requests with missing X-Api-Key header 3 years ago
  Pēteris Caune 3dfdbc09ca
Add ability to create/revoke individual keys 3 years ago
  Pēteris Caune 688aa5b3c3
Implement hc.api.views.ping_by_slug 3 years ago
  Pēteris Caune 9517035501
Fix N+1 queries issue in "My Checks" and clean up Check.url() 3 years ago
  Pēteris Caune 250a8580ae
Fix tests 3 years ago
  Pēteris Caune 5b9008e321
Implement alternative ping URLs, WIP 3 years ago
  Pēteris Caune 3f078e6cda
Optimize HTML in the "list of checks" page 3 years ago
  Pēteris Caune be641aea96
Add tests for LINE and Trello transports 3 years ago
  Pēteris Caune 3e9e13104e
Remove unused code 3 years ago
  Pēteris Caune f9c470ef59
Clean up redundant json.loads() in the Channel class 3 years ago
  Pēteris Caune 6f5a22fd98
Improve up/down flag validation 3 years ago
  Pēteris Caune 8541ec59ca
Add ability to edit existing WhatsApp integrations 3 years ago
  Pēteris Caune 5af09ed4dd
Add ability to edit existing Signal integrations 3 years ago
  Pēteris Caune 3807c200ce
Add ability to edit existing SMS integrations 3 years ago
  Pēteris Caune c2e00f2105
Fix assign_all_checks() usage, add tests for it 3 years ago
  Pēteris Caune a27652d762
Combine the add_webhook and edit_webhook views 3 years ago
  Pēteris Caune 2a9a544ddf
Add ability to edit existing email integrations 3 years ago
  Pēteris Caune 98eb7cc14a
Add /api/v1/badges/ endpoint 3 years ago
  Pēteris Caune 1247cc4ea7
Fix a crash during login when user's profile does not exist 3 years ago
  Pēteris Caune f7dd16abca
Remove site_root from template context, it's never used 3 years ago
  Pēteris Caune 642d436ae9
Add absolute_site_logo_url template tag 3 years ago
  Pēteris Caune 484c0befbc
Fix email template to use SITE_LOGO_URL (with img/logo.png fallback) 3 years ago
  Pēteris Caune 3901a2825b
Replace str(exc) with exc.message to make CodeQL happy 3 years ago
  Pēteris Caune c196dc16d7
Fix latin-1 handling in webhook header values 3 years ago
  Pēteris Caune 544ec7ea69
Add handling for non-latin-1 characters in webhook headers 3 years ago
  Pēteris Caune af7e8fc949
Fix the login view to handle already authenticated users 3 years ago
  Pēteris Caune 7252f2f101
Fix _allow_redirect function to reject absolute URLs 3 years ago
  Pēteris Caune f85aec225d
Fix redirect-after-login when using TOTP 3 years ago
  Pēteris Caune e6427995b7
Add Whitenoise and improve README 3 years ago
  Pēteris Caune ca3afa33f9
Add auth method selection step 3 years ago
  Pēteris Caune f3af13654e
Refactor email sending functions to allow customization 3 years ago
  Pēteris Caune fca600659d
Improve hc.lib.emails.send() 3 years ago
  Pēteris Caune c3d458f6f0
Fix the unsubscribe_reports view to handle already deleted users 3 years ago
  Pēteris Caune d60d8a43b6
Add protection against TOTP code reuse 3 years ago
  Pēteris Caune 8ed5e93cd2
Add rate limiting for TOTP auth attempts 3 years ago
  Pēteris Caune 222722569e
Add support for 2FA using TOTP 3 years ago
  Pēteris Caune bbd2786e0f
Optimize queries and fix team member sorting 3 years ago
  Pēteris Caune e1c3beb4e9
Add test cases for manager operations 3 years ago
  Pēteris Caune 4f83f8c06b
Fix a 403 when transferring a project to a read-only team member 3 years ago
  swoga 9640d2242f feat: add manager role 3 years ago
  Pēteris Caune ce9ff3ac42
Add a migration to remove Member.rw 3 years ago
  Pēteris Caune cb799dbd29
Remove the Member.rw field (superseded by Member.role) 3 years ago
  Pēteris Caune 936a5213f8
Switch from Member.rw to Member.role as the source of truth 3 years ago
  Pēteris Caune d19cb8c681
Add a data migration to populate Member.role 3 years ago
  Pēteris Caune 5230dbb425
Add Member.role field 3 years ago
  Pēteris Caune e46000ecdf
Add admin action to log in as any user 3 years ago