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
Pēteris Caune
ef6e1870d9
Preliminary Django 2 support
7 years ago
Pēteris Caune
157bd74aeb
Add test for case insensitive email addresses.
7 years ago
Pēteris Caune
b191b968f3
sendreports, sendalerts: and avoid db access while rendering templates--template renderer swallows any exceptions
sendreports: use select_related() to avoid doing N queries
7 years ago
Pēteris Caune
ba6995198b
Fix tests, lazy-load user's teams.
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
a1c40bdbbf
Adding missing migrations. Fixes #145
7 years ago
Pēteris Caune
1b7d4f6f3e
Adding "Overall status" badge.
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 .
Apply the user's chosen sort order in emails also.
7 years ago
Pēteris Caune
e1d5fa8638
Nicer "your settings have been updated" message.
7 years ago