174 Commits (d70539b397a0aac798b130accc377a922205e017)

Author SHA1 Message Date
  Pēteris Caune 82b644ae0a
Project.num_checks_available() method. 6 years ago
  Pēteris Caune 16bff94fab
Use BaseTestCase in test_login, less repetition 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 b5df5b3c6e
Project.badge_key must be not null and unique. 6 years ago
  Pēteris Caune d102f10a2d
Add Project.badge_key so we can preserve the current badge URLs 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 e76329a364
Admin tweaks 6 years ago
  Pēteris Caune 5aba9d6196
Fix after-login redirects to "Check Details" and other pages. 6 years ago
  Pēteris Caune b081631e90
Fix after-login redirects for users landing in the "Add Pushover" page 6 years ago
  Pēteris Caune bf1395801f
Fix after-login redirects for users landing in the "Add Slack" page 6 years ago
  Pēteris Caune b3c22dcfd2
A workaround for some email agents automatically opening "Unsubscribe" links 6 years ago
  Pēteris Caune 5ef67e8bbf
Remove Profile.bill_to field. 6 years ago
  Pēteris Caune 432e592e44
Add read-only API key support 6 years ago
  Pēteris Caune 58cfaaa527
Don't send monthly reports to inactive accounts (no pings in 6 months) 6 years ago
  Pēteris Caune 9f02371d6a
Report unsubscribe link works with POST. Include "X-Bounce-Url" header in report emails. 6 years ago
  Pēteris Caune b9a81ad382
Add "List-Unsubscribe" header to alert and report emails 6 years ago
  Pēteris Caune 9214265136
Separate sign up and login forms. 6 years ago
  Pēteris Caune 4acd6a16e8
Login form: rename the email box to "identity" to avoid some auto-signup bots 6 years ago
  Pēteris Caune a58ce791c0
Improved layout & style, fixed hamburger menu in login page. 6 years ago
  Pēteris Caune 621e04e845
Change "[email protected] is not available" message to "[email protected] is already registed". 6 years ago
  Pēteris Caune e4150e8514
Settings > Badges page shows badges from all teams user has access to. 7 years ago
  Pēteris Caune 9cbd0138da
Demo checks shown on welcome page are not saved to database. User's first check is created when creating the user. 7 years ago
  Pēteris Caune a4855e1900
Rename form field "email" to "identity" to hopefully avoid some auto-form-fill spam. 7 years ago
  Pēteris Caune 7ced981d45
Remove obsolete signature checking code in accounts.views.unsubscribe_reports 7 years ago
  Pēteris Caune 8a68ea50dc
Fix tests. Fix "View Profile" link in Subscriptions admin 7 years ago
  Pēteris Caune bc56da1d88
`pruneusers` command removes accounts older than 30 days that have never logged in. 7 years ago
  Mounir 0e4c66f395
Remove allow_tag as it's not needed anymore 7 years ago
  Mounir f9cc65c152
Use mark_safe to use html in users list admin 7 years ago
  Pēteris Caune 08f6e17e91 Tests check for correctly encoded API key. 7 years ago
  Mounir 48d12ac62c
Setting api key will save it as a byte 7 years ago
  Pēteris Caune ef6e1870d9
Preliminary Django 2 support 7 years ago
  Pēteris Caune 157bd74aeb
Add test for case insensitive email addresses. 7 years ago
  Pēteris Caune b191b968f3
sendreports, sendalerts: and avoid db access while rendering templates--template renderer swallows any exceptions 7 years ago
  Pēteris Caune ba6995198b Fix tests, lazy-load user's teams. 7 years ago
  Pēteris Caune c4b316003d Replace healthchecks.io branding with generic branding. 7 years ago
  Pēteris Caune fb17211320 Clear out `Profile.next_report_date` and `Profile.next_nag_date` when unsubscribing from reports. 7 years ago
  Pēteris Caune a1c40bdbbf Adding missing migrations. Fixes #145 7 years ago
  Pēteris Caune 1b7d4f6f3e Adding "Overall status" badge. 7 years ago
  Pēteris Caune 0b68393bb0 Profile.token generated from os.urandom 7 years ago
  Pēteris Caune 1fd5d0b3ce More secure unsubscribe links for monthly reports. 7 years ago
  Pēteris Caune 2a7ee66d1e Profile.set_next_nag_date does not touch already set dates. 7 years ago
  Pēteris Caune 5c64e0cd5d If profile has next_nag_date set in future then set_next_nag_date does not touch it. 7 years ago
  Pēteris Caune 882933668a Natural sort for check names, fixes #136. 7 years ago
  Pēteris Caune e1d5fa8638 Nicer "your settings have been updated" message. 7 years ago
  Pēteris Caune f611a23f0b Email reports list checks from all teams the user has access to. 7 years ago
  Pēteris Caune f6c585a10c team_access_allowed field is not used any more, removing. 7 years ago
  Pēteris Caune d520706c27 Adding an option to send daily or hourly reminders if any check is down. Fixes #48 7 years ago
  Pēteris Caune fc8d9ffe48 Checks can be sorted by name or last ping. Fixes #136 7 years ago