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 |
Pēteris Caune
|
4e6fa38ec6
|
Users can create and remove Projects -- WIP
|
6 years ago |
Pēteris Caune
|
6d7942d7f9
|
Admin improvements.
|
6 years ago |
Pēteris Caune
|
229e2a3922
|
Admin improvements.
|
6 years ago |
Pēteris Caune
|
eaf49f2367
|
Don't switch projects when viewing the "Account Settings" page
|
6 years ago |
Pēteris Caune
|
b12eb1ee75
|
Users switch between projects, not between accounts.
|
6 years ago |
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 |