Pēteris Caune
|
f51a0a257e
|
Don't delete customer data in braintree when closing account.
Need customer data to stay in braintree until the end of each month for tax reports.
|
5 years ago |
Pēteris Caune
|
c4edb415a2
|
Removing debug statement.
|
5 years ago |
Pēteris Caune
|
012ad88bb3
|
createsuperuser management command requires an unique email address (#318)
|
5 years ago |
Pēteris Caune
|
4ee2646539
|
Show a red "!" in project's top navigation if any integration is not working
|
5 years ago |
Pēteris Caune
|
0d2c6217d3
|
Auto-submit the unsubscribe confirmation form only if signature is more than 5 minutes old. Idea from https://stackoverflow.com/questions/59281750/strategies-to-prevent-email-scanners-from-activating-unsubscribe-links/59381066#59381066
|
5 years ago |
Pēteris Caune
|
d6be955fa7
|
Silence stdout output from management commands during tests
|
5 years ago |
Pēteris Caune
|
15ba415298
|
`senddeletionnotices` command skips profiles with recent last_active_date
|
5 years ago |
Pēteris Caune
|
2a8e7ee766
|
Django 3.0
|
5 years ago |
Pēteris Caune
|
f7496fb8cf
|
Add List-Unsubscribe-Post email header
|
5 years ago |
Pēteris Caune
|
8d81d27af3
|
Unsubscribe links serve a form, and require HTTP POST to actually unsubscribe
|
5 years ago |
Pēteris Caune
|
f9c61dad23
|
Fix List-Unsubscribe email header value: add angle brackets
|
5 years ago |
Pēteris Caune
|
1cdb6e6d1d
|
Don't set CSRF cookie on first visit. Signup is exempt from CSRF protection.
|
5 years ago |
Pēteris Caune
|
f74860bc0c
|
Add Profile.last_active_date field for more accurate inactive user detection
|
5 years ago |
Pēteris Caune
|
7db11fa7aa
|
Fix the senddeletionnotices command to take into account the new default SMS limit.
|
5 years ago |
Pēteris Caune
|
c13ec18a27
|
5 SMS & WhatsApp sends/mo for free plans
|
5 years ago |
Pēteris Caune
|
66a6de70c0
|
Send email notification when monthly SMS sending limit is reached. Fixes #292
|
5 years ago |
Pēteris Caune
|
163b020116
|
Signup form sets the "auto-login" cookie to avoid an extra click during first login
|
5 years ago |
Pēteris Caune
|
2bb769f7bb
|
Send monthly reports on 1st of every month, not randomly during the month
|
5 years ago |
Pēteris Caune
|
391921d8af
|
Revert deterministic username generation feature – it causes problems when users change their email address. See #290 for details.
|
5 years ago |
Pēteris Caune
|
41a0871452
|
Generate usernames as uuid3(const, email). Prevents multiple accts with the same email. Prevent double-clicking the submit button in signup form. Fixes #290
|
5 years ago |
Pēteris Caune
|
93507fcc47
|
Cleanup in report-body-html.html.
Add a "Send Nag" admin command for easier testing.
|
5 years ago |
Pēteris Caune
|
dfee69584b
|
Don't show the "Sign Up" link in the login page if registration is closed. Fixes #280
|
5 years ago |
Pēteris Caune
|
2489f86b38
|
Delete customer from Braintree when closing account.
|
5 years ago |
Pēteris Caune
|
b74e56a273
|
Experimental: show the number of outages and total downtime in monthly reports. (#104)
|
5 years ago |
Pēteris Caune
|
8f6726d1ee
|
Prevent email clients from opening the one-time login links. Fixes #255
|
6 years ago |
Pēteris Caune
|
cdfc9840a7
|
Source formatted with Black
|
6 years ago |
Pēteris Caune
|
b528b23996
|
Fix badges for tags containing special characters. Fixes #240, #237
|
6 years ago |
Pēteris Caune
|
23b197526c
|
Password strength meter and length check in the "Set Password" form
|
6 years ago |
Pēteris Caune
|
afaa8767cd
|
Rate limit login-with-password attempts.
|
6 years ago |
Pēteris Caune
|
beae8e62b4
|
Rate limit team invites to 20/day
|
6 years ago |
Pēteris Caune
|
d299feb420
|
Salt the ip address before hashing
|
6 years ago |
Pēteris Caune
|
aaa3b2748e
|
Rate limiting for the "Log In" emails
|
6 years ago |
Pēteris Caune
|
178b0ff95c
|
Show "Badges" and "Settings" in top navigation. Fixes #234
|
6 years ago |
Pēteris Caune
|
945a66ab0a
|
Management command for sending inactive account notifications
|
6 years ago |
Pēteris Caune
|
c89a0b4e40
|
Index the api_key fields.
|
6 years ago |
Pēteris Caune
|
c60a33874f
|
Quicker admin.
|
6 years ago |
Pēteris Caune
|
b0f4bd3fce
|
Show "grace" status in the "List of Projects" page. Fix the query for badges in top nav.
|
6 years ago |
Pēteris Caune
|
62310a5181
|
Show overall project status in the top navigation menu and in the "Select Project" page. cc: #183
|
6 years ago |
Pēteris Caune
|
886643db84
|
Prefetch projects in profile admin.
|
6 years ago |
Pēteris Caune
|
1b085a154b
|
"Don't have an account? Sign Up" line in the login page.
|
6 years ago |
Pēteris Caune
|
d04f3cc328
|
Use Project.badge_key for generating badge URLs
|
6 years ago |
Pēteris Caune
|
069bc9b735
|
Test cases for adding project, removing project and leaving project.
|
6 years ago |
Pēteris Caune
|
02609ac05e
|
This query can return duplicates, add distinct()
|
6 years ago |
Pēteris Caune
|
4ff1654806
|
Don't create default projects for invited users.
|
6 years ago |
Pēteris Caune
|
c1e4595ab2
|
If user has a single project, _redirect_after_login redirects to it.
|
6 years ago |
Pēteris Caune
|
f2ae573872
|
Reduce the usage of request.project.
|
6 years ago |
Pēteris Caune
|
08810d1fca
|
Check membership before removing project member.
|
6 years ago |
Pēteris Caune
|
8dd91b247b
|
When user has no projects, don't auto-create a project.
|
6 years ago |
Pēteris Caune
|
ac2a120ee8
|
"Create New Project" button in "My Projects" page.
|
6 years ago |
Pēteris Caune
|
6b0d566922
|
"My Projects" page.
|
6 years ago |