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 |
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
|
74f7c50a65
|
Fix deprecation warnings.
|
8 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
|
caa6b2758e
|
pruneusers management command does not touch users with team memberships. Tests.
|
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 |