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
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
9a9ec547d3
Cleanup in hc.accounts.views
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
9d8d96afbf
Fix tests.
7 years ago
Pēteris Caune
5f2da08d7e
Per-profile, per-month counters of sent SMS messages.
7 years ago
Pēteris Caune
dec006890c
Badges can now return either SVG or JSON
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
Pēteris Caune
edb8b88d06
Profile admin improvements
8 years ago
Pēteris Caune
9d244931b3
Profile admin improvements
8 years ago
Pēteris Caune
207b0f9048
Adding on_delete keywords, more to come.
8 years ago
Pēteris Caune
859a9ed735
Pricing page tweaks. Limit free accounts to 20 checks per account.
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
8d956b3365
email template from Litmus. CSS already inlined, so dropping premailer dependency.
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
James Moore
b1bb1540b8
adds a SITE_NAME setting that's used to label the site
8 years ago
Pēteris Caune
965e32884b
Django 1.10
8 years ago
Pēteris Caune
ee3f49c89b
TeamAccessMiddleware: create Profile object if it is missing. This solves problems for users created with "manage.py createsuperuser". Fixes #77
8 years ago