82 Commits (77fd0d00e0462c49e6d9044b0db844481ad6e380)

Author SHA1 Message Date
  Pēteris Caune cdfc9840a7
Source formatted with Black 6 years ago
  Pēteris Caune b528b23996
Fix badges for tags containing special characters. Fixes #240, #237 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 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 178b0ff95c
Show "Badges" and "Settings" in top navigation. Fixes #234 6 years ago
  Pēteris Caune 1b085a154b
"Don't have an account? Sign Up" line in the login page. 6 years ago
  Pēteris Caune d04f3cc328
Use Project.badge_key for generating badge URLs 6 years ago
  Pēteris Caune 069bc9b735
Test cases for adding project, removing project and leaving project. 6 years ago
  Pēteris Caune 4ff1654806
Don't create default projects for invited users. 6 years ago
  Pēteris Caune c1e4595ab2
If user has a single project, _redirect_after_login redirects to it. 6 years ago
  Pēteris Caune 08810d1fca
Check membership before removing project member. 6 years ago
  Pēteris Caune 6b0d566922
"My Projects" page. 6 years ago
  Pēteris Caune eaf49f2367
Don't switch projects when viewing the "Account Settings" page 6 years ago
  Pēteris Caune b12eb1ee75
Users switch between projects, not between accounts. 6 years ago
  Pēteris Caune b013a92c43
Move project-specific settings to a new "Project Settings" page 6 years ago
  Pēteris Caune 664aad916a
Remove Profile.team_name (use Project.name instead) and Profile.current_team (use Profile.current_project instead) 6 years ago
  Pēteris Caune 77e3212956
Prepare for the removal of Profile.current_team_id 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 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 c16e9dc4fe
Prepare for the removal of Profile.api_key 6 years ago
  Pēteris Caune fba8806e97
Prepare for the removal of Member.team_id 6 years ago
  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 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 5aba9d6196
Fix after-login redirects to "Check Details" and other pages. 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 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 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 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 08f6e17e91 Tests check for correctly encoded API key. 7 years ago
  Pēteris Caune 157bd74aeb
Add test for case insensitive email addresses. 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 1fd5d0b3ce More secure unsubscribe links for monthly reports. 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