324 Commits (8390ff12c967521584afcc234e36105c5360a851)

Author SHA1 Message Date
  Pēteris Caune 9dea24e937
A data migration to convert webhook values to the most recent format. 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 cdfc9840a7
Source formatted with Black 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 dd9fbc9e8c
Fixing a too low rate limit I had used while debugging. 6 years ago
  Pēteris Caune 6040759601
Add the `prunetokenbucket` management command. 6 years ago
  Pēteris Caune 32ee6d4ca9
Fix the "send_alert" admin action. 6 years ago
  Pēteris Caune afaa8767cd
Rate limit login-with-password attempts. 6 years ago
  Pēteris Caune beae8e62b4
Rate limit team invites to 20/day 6 years ago
  Pēteris Caune d299feb420
Salt the ip address before hashing 6 years ago
  Pēteris Caune aaa3b2748e
Rate limiting for the "Log In" emails 6 years ago
  Pēteris Caune 2a7129f8c8
Explicit decode_data=False (otherwise, py3.5 passes str, py3.6+ passes bytes). Should fix #242 6 years ago
  Pēteris Caune a4fde44e3a
Can configure the email integration to only report the "down" events. Fixes #231 6 years ago
  Michal Bryc 9b4c4482cb Always use "Pager Team" and use more descriptive tagline 6 years ago
  Michal Bryc 073bcb1f6f Add migration (autogenerated via `manage.py makemigrations`) 6 years ago
  Michal Bryc 5d368eb24e Clean migration 6 years ago
  Michal Bryc 6f1ade98e2 Add more views 6 years ago
  Pēteris Caune 945a66ab0a
Management command for sending inactive account notifications 6 years ago
  Pēteris Caune cb1b792d6c
smtpd: get a new db connection for every incoming email. cc: #213 6 years ago
  Pēteris Caune f8c0c20d34
Retire HipChat. 6 years ago
  Pēteris Caune f539e99652
Matrix integration WIP. cc: #175 6 years ago
  Pēteris Caune 5cbd99cb5c
Add the "desc" field (check's description) to API responses 6 years ago
  Pēteris Caune 3c4027b788
Quicker admin. 6 years ago
  Pēteris Caune c60a33874f
Quicker admin. 6 years ago
  Pēteris Caune c4c657f5d4
Add "Transfer to Another Project" dialog in check's Details page. 6 years ago
  Pēteris Caune 7ecd0b606d
Quicker prunenotifications, skip checks with low n_pings values. 6 years ago
  Pēteris Caune 0994006603
Drop Check.user_id and Channel.user_id (obsolete, using project_id now) 6 years ago
  Pēteris Caune caf6668478
Prepare for the removal of Check.user_id and Channel.user_id 6 years ago
  Pēteris Caune e1b999e83a
Prepare for the removal of Check.user_id 6 years ago
  Pēteris Caune c08f02ab7f
Drop Profile.api_key and Profile.api_key_readonly (both are stored with Project now) 6 years ago
  Pēteris Caune fba8806e97
Prepare for the removal of Member.team_id 6 years ago
  Pēteris Caune f357cd3305
Prepare for removing Check.user_id, Channel.user_id, Profile.current_team_id 6 years ago
  Pēteris Caune 82b644ae0a
Project.num_checks_available() method. 6 years ago
  Pēteris Caune 965998df18
Fix tests. 6 years ago
  Pēteris Caune 34e54cca42
project_id must be not null. 6 years ago
  Pēteris Caune 46c00e31a6
Use Project.badge_key in api.views.badge 6 years ago
  Pēteris Caune 6b7f212c8a
Use the api keys from project, not user profile 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 20df5843e3
Don't update Ping.start and Ping.fail fields (use Ping.kind instead) 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 179b085df4
Move Check.send_alert() to Flip.send_alerts() 6 years ago
  Pēteris Caune c225a67a3a
Index Channel.code 6 years ago
  Pēteris Caune 5067014a19
Prefetch Channel objects, avoid running a query per check. 6 years ago
  Pēteris Caune e76329a364
Admin tweaks 6 years ago
  Pēteris Caune eee6fc12f4
Overwrite Check.last_start value 6 years ago