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
d403260e9b
Preload Profile.current_project, saves one query per request.
6 years ago
Pēteris Caune
3c1964b493
Prepare for the removal of Member.team_id
6 years ago
Pēteris Caune
c42a854e75
Fix project names in the top navigation dropdown menu, avoid duplicates.
6 years ago
Pēteris Caune
e98bd42438
Fix project names in the top navigation dropdown menu.
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
654516412e
Don't show Profile.api_key in admin.
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
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
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
urlsafe_b64encode return a byte, which will result in an api key saved with something like b'apikey'
I did not tested it but urlsafe_b64decode looks like doing the job also.
7 years ago