67 Commits (b3e290b28474e9a7735df469a96ba21af77c2d1a)

Author SHA1 Message Date
  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 432e592e44
Add read-only API key support 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 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 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 ef6e1870d9
Preliminary Django 2 support 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 1b7d4f6f3e Adding "Overall status" badge. 7 years ago
  Pēteris Caune 1fd5d0b3ce More secure unsubscribe links for monthly reports. 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 d520706c27 Adding an option to send daily or hourly reminders if any check is down. Fixes #48 7 years ago
  Pēteris Caune 0723476a0c All plans now have team access, but different team size limits. 7 years ago
  Pēteris Caune 9a9ec547d3 Cleanup in hc.accounts.views 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 dec006890c Badges can now return either SVG or JSON 7 years ago
  Pēteris Caune 207b0f9048 Adding on_delete keywords, more to come. 8 years ago
  Pēteris Caune e685154cc2 "Close Account" section in Settings page. Fixes #95 8 years ago
  Pēteris Caune 4906a5247c Split "Account Settings" page into subpages. 8 years ago
  Pēteris Caune 965accaedb REGISTRATION_OPEN setting. superuser accounts by default have team access enabled. Fixes #97 and #113 8 years ago
  Pēteris Caune a4bcbb28aa /admin/login/ uses the same login view as the main site. 8 years ago
  Pēteris Caune a412f05651 /switch_team/ requires login and a valid target username 8 years ago
  Pēteris Caune d9171adb1d _associate_demo_check was crashing for returning users after cleaning up old checks. 8 years ago
  Pēteris Caune 965e32884b Django 1.10 8 years ago
  Pēteris Caune c8bcb23fd6 Material icons. 8 years ago
  Pēteris Caune 2ea01a5ff8 A work around for email servers that open our one-time login links. 8 years ago
  Pēteris Caune 760b5b4fdb Support for "Add to Slack" button 8 years ago
  Pēteris Caune c15a4871c2 Badges 8 years ago
  Pēteris Caune 813c316888 Access rights checks for team access stuff in profile page. 9 years ago
  Pēteris Caune b725b5c4a5 Team Access refinements. 9 years ago
  Pēteris Caune 435b8c220d Fix bug in /accounts/switch_team/, updated messaging. 9 years ago
  Pēteris Caune feb2294a7e Tests for team access. 9 years ago
  Pēteris Caune fdf9c607e5 Team Access, test cleanup 9 years ago
  Pēteris Caune 1bc0f82d25 Team access WIP 9 years ago
  Pēteris Caune 5d2edfa4a0 First stab at API, POST /api/v1/checks 9 years ago
  Pēteris Caune 5d2cc0b0fc Set and revoke API key in Settings page. 9 years ago
  Pēteris Caune 1dacc8b797 Users can add passwords to their accounts. Fixes #6 9 years ago
  Pēteris Caune dd188064fa Store the one time login token in profile so user.password can be used for regular passwords. 9 years ago
  Di Wu 2ebad09d14 check token redirect to login on bad token 9 years ago
  Pēteris Caune 91e6f80d9a Code to send monthly reports (but no management command yet to actually send them) 9 years ago
  Di Wu 427a0421c8 redirect already logged in user 9 years ago