65 Commits (e3c4fe167af94c37f8166f642a38424deb9dc174)

Author SHA1 Message Date
  Pēteris Caune 945a66ab0a
Management command for sending inactive account notifications 6 years ago
  Pēteris Caune c89a0b4e40
Index the api_key fields. 6 years ago
  Pēteris Caune b0f4bd3fce
Show "grace" status in the "List of Projects" page. Fix the query for badges in top nav. 6 years ago
  Pēteris Caune 62310a5181
Show overall project status in the top navigation menu and in the "Select Project" page. cc: #183 6 years ago
  Pēteris Caune 02609ac05e
This query can return duplicates, add distinct() 6 years ago
  Pēteris Caune 8dd91b247b
When user has no projects, don't auto-create a project. 6 years ago
  Pēteris Caune ac2a120ee8
"Create New Project" button in "My Projects" page. 6 years ago
  Pēteris Caune 4e6fa38ec6
Users can create and remove Projects -- WIP 6 years ago
  Pēteris Caune eaf49f2367
Don't switch projects when viewing the "Account Settings" page 6 years ago
  Pēteris Caune b013a92c43
Move project-specific settings to a new "Project Settings" page 6 years ago
  Pēteris Caune a144bc762d
Fix the team member list in Account Settings > Team Access 6 years ago
  Pēteris Caune d52d292889
Remove Member.team_id (use Member.project_id instead) 6 years ago
  Pēteris Caune 70e467fb71
Use a subquery in Profile.checks_from_all_projects, saves one query 6 years ago
  Pēteris Caune 3c1964b493
Prepare for the removal of Member.team_id 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 c08f02ab7f
Drop Profile.api_key and Profile.api_key_readonly (both are stored with Project now) 6 years ago
  Pēteris Caune e2d2665edf
Prepare for the removal of Check.user_id 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 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 1c69cf7f89
Project model. cc: #183 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 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
  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 b191b968f3
sendreports, sendalerts: and avoid db access while rendering templates--template renderer swallows any exceptions 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 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
  Pēteris Caune 0723476a0c All plans now have team access, but different team size limits. 7 years ago
  Pēteris Caune 367f5a595d Small tweaks to make sure we don't query accounts_profile multiple times on every request. 7 years ago
  Pēteris Caune de7160a0e6 login, set-password, and change-email tokens use different salts. 7 years ago
  Pēteris Caune 2393dad09e Users can update their email addresses. Fixes #105 7 years ago
  Pēteris Caune 5f2da08d7e Per-profile, per-month counters of sent SMS messages. 7 years ago
  Pēteris Caune dc76e4bdde Add Profile.bill_to field which goes on invoices. 8 years ago
  Pēteris Caune 74f7c50a65 Fix deprecation warnings. 8 years ago