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
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
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
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
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
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
5f2da08d7e
Per-profile, per-month counters of sent SMS messages.
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
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
965accaedb
REGISTRATION_OPEN setting. superuser accounts by default have team access enabled. Fixes #97 and #113
8 years ago
Pēteris Caune
8d956b3365
email template from Litmus. CSS already inlined, so dropping premailer dependency.
8 years ago
Pēteris Caune
965e32884b
Django 1.10
8 years ago
Pēteris Caune
435b8c220d
Fix bug in /accounts/switch_team/, updated messaging.
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
bb193cf4f1
Profile and Subscription managers use get_or_create to avoid some boilerplate
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
Pēteris Caune
31c10d357e
Updated pricing page, added billing history and invoices.
9 years ago
Pēteris Caune
91e6f80d9a
Code to send monthly reports (but no management command yet to actually send them)
9 years ago
Pēteris Caune
00cdc313ec
Initial commit
10 years ago