Pēteris Caune
|
d73de68f70
|
Specify the read-write/read-only flag when inviting a team member.
|
2020-08-26 16:09:17 +03:00 |
|
Pēteris Caune
|
adb004b333
|
Read-only users cannot change project settings.
|
2020-08-26 15:04:12 +03:00 |
|
Pēteris Caune
|
2346ac3e80
|
Bugfix: don't allow duplicate team memberships
|
2020-08-19 12:07:48 +03:00 |
|
Pēteris Caune
|
c7af52637a
|
Less verbose output in the senddeletionnotices command
|
2020-08-18 11:05:04 +03:00 |
|
Pēteris Caune
|
697cb19bde
|
Handle excessively long email addresses in the team member invite form.
|
2020-08-17 12:05:19 +03:00 |
|
Pēteris Caune
|
ffafc16fe5
|
Handle excessively long email addresses in the signup form.
|
2020-08-17 11:31:24 +03:00 |
|
Pēteris Caune
|
f131123e0e
|
In the test_it_sends_link testcase, explicitly set the USE_PAYMENTS setting. This way tests work regardless of what's in the environment variable or local_settings.py file.
|
2020-08-05 17:35:37 +03:00 |
|
Ronald Ip
|
c476f042ba
|
Fix logic bug in test_signup (#408)
Resolves #408 by fixing the test_signup logic bug introduced in 8c13457.
|
2020-08-05 22:27:44 +08:00 |
|
Pēteris Caune
|
8c13457037
|
Use separate counters for SMS and phone calls.
|
2020-08-03 17:52:09 +03:00 |
|
Pēteris Caune
|
ca715dd8d4
|
Check membership when initiating project's transfer. Use transaction.atomic() when completing the transfer.
|
2020-04-13 15:19:37 +03:00 |
|
Pēteris Caune
|
57da17b8e2
|
Send an "Ownership Transfer Request" email notification.
|
2020-04-13 15:04:59 +03:00 |
|
Pēteris Caune
|
3bf1ad9746
|
Fix invite suggestions.
|
2020-04-13 12:26:05 +03:00 |
|
Pēteris Caune
|
f7acaa57af
|
Adding tests.
|
2020-04-12 18:21:08 +03:00 |
|
Pēteris Caune
|
4bcfba728e
|
Use unittest.mock
|
2020-03-01 22:30:12 +02:00 |
|
Pēteris Caune
|
0c9c453ea0
|
Profile.current_project not used any more, remove last remaining references. cc: #336
|
2020-02-27 12:34:21 +02:00 |
|
Pēteris Caune
|
157711bc95
|
Reduce usage of Profile.current_project cc: #336
|
2020-02-26 10:56:17 +02:00 |
|
Pēteris Caune
|
bb808852d9
|
Reduce usage of request.project cc: #336
|
2020-02-25 15:39:54 +02:00 |
|
Pēteris Caune
|
acce0808ce
|
Project code in URL for the "Add Slack" page. cc: #336
|
2020-02-25 14:22:34 +02:00 |
|
Pēteris Caune
|
0ff4bd01e0
|
Improved UI to invite users from account's other projects. Fixes #258.
The team size limit is applied to the number of distinct users across all projects. Fixes #332.
|
2020-02-14 13:05:21 +02:00 |
|
Pēteris Caune
|
15b9611c5a
|
Show a warning in project's top navigation if the project has no configured integrations. Fixes #327
|
2020-02-13 10:29:01 +02:00 |
|
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.
|
2020-02-03 11:11:21 +02:00 |
|
Pēteris Caune
|
4ee2646539
|
Show a red "!" in project's top navigation if any integration is not working
|
2020-01-03 13:15:24 +02:00 |
|
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
|
2019-12-18 16:10:30 +02:00 |
|
Pēteris Caune
|
d6be955fa7
|
Silence stdout output from management commands during tests
|
2019-12-11 15:35:23 +02:00 |
|
Pēteris Caune
|
15ba415298
|
senddeletionnotices command skips profiles with recent last_active_date
|
2019-12-11 15:24:51 +02:00 |
|
Pēteris Caune
|
2a8e7ee766
|
Django 3.0
|
2019-12-11 13:05:25 +02:00 |
|
Pēteris Caune
|
8d81d27af3
|
Unsubscribe links serve a form, and require HTTP POST to actually unsubscribe
|
2019-12-10 09:14:54 +02:00 |
|
Pēteris Caune
|
163b020116
|
Signup form sets the "auto-login" cookie to avoid an extra click during first login
|
2019-10-12 20:14:57 +03:00 |
|
Pēteris Caune
|
dfee69584b
|
Don't show the "Sign Up" link in the login page if registration is closed. Fixes #280
|
2019-08-26 10:55:41 +03:00 |
|
Pēteris Caune
|
2489f86b38
|
Delete customer from Braintree when closing account.
|
2019-08-19 11:47:36 +03:00 |
|
Pēteris Caune
|
cdfc9840a7
|
Source formatted with Black
|
2019-05-15 14:27:50 +03:00 |
|
Pēteris Caune
|
b528b23996
|
Fix badges for tags containing special characters. Fixes #240, #237
|
2019-05-14 14:43:43 +03:00 |
|
Pēteris Caune
|
23b197526c
|
Password strength meter and length check in the "Set Password" form
|
2019-04-29 23:16:49 +03:00 |
|
Pēteris Caune
|
afaa8767cd
|
Rate limit login-with-password attempts.
|
2019-04-26 15:51:10 +03:00 |
|
Pēteris Caune
|
beae8e62b4
|
Rate limit team invites to 20/day
|
2019-04-26 09:04:51 +03:00 |
|
Pēteris Caune
|
d299feb420
|
Salt the ip address before hashing
|
2019-04-25 21:55:30 +03:00 |
|
Pēteris Caune
|
aaa3b2748e
|
Rate limiting for the "Log In" emails
|
2019-04-25 21:28:40 +03:00 |
|
Pēteris Caune
|
178b0ff95c
|
Show "Badges" and "Settings" in top navigation. Fixes #234
|
2019-04-02 11:51:35 +03:00 |
|
Pēteris Caune
|
1b085a154b
|
"Don't have an account? Sign Up" line in the login page.
|
2019-02-01 14:14:55 +02:00 |
|
Pēteris Caune
|
d04f3cc328
|
Use Project.badge_key for generating badge URLs
|
2019-01-31 22:51:19 +02:00 |
|
Pēteris Caune
|
069bc9b735
|
Test cases for adding project, removing project and leaving project.
|
2019-01-29 19:57:18 +02:00 |
|
Pēteris Caune
|
4ff1654806
|
Don't create default projects for invited users.
|
2019-01-29 19:16:52 +02:00 |
|
Pēteris Caune
|
c1e4595ab2
|
If user has a single project, _redirect_after_login redirects to it.
|
2019-01-29 19:05:32 +02:00 |
|
Pēteris Caune
|
08810d1fca
|
Check membership before removing project member.
|
2019-01-29 16:42:12 +02:00 |
|
Pēteris Caune
|
6b0d566922
|
"My Projects" page.
|
2019-01-29 10:59:10 +02:00 |
|
Pēteris Caune
|
eaf49f2367
|
Don't switch projects when viewing the "Account Settings" page
|
2019-01-22 16:23:51 +02:00 |
|
Pēteris Caune
|
b12eb1ee75
|
Users switch between projects, not between accounts.
|
2019-01-22 15:58:07 +02:00 |
|
Pēteris Caune
|
b013a92c43
|
Move project-specific settings to a new "Project Settings" page
|
2019-01-22 15:44:54 +02:00 |
|
Pēteris Caune
|
664aad916a
|
Remove Profile.team_name (use Project.name instead) and Profile.current_team (use Profile.current_project instead)
|
2019-01-19 17:56:16 +02:00 |
|
Pēteris Caune
|
77e3212956
|
Prepare for the removal of Profile.current_team_id
|
2019-01-19 17:24:54 +02:00 |
|