153 Commits (c196dc16d7528e8ca57145f173df1db642c8d6a1)

Author SHA1 Message Date
  Pēteris Caune ca715dd8d4
Check membership when initiating project's transfer. Use transaction.atomic() when completing the transfer. 5 years ago
  Pēteris Caune 57da17b8e2
Send an "Ownership Transfer Request" email notification. 5 years ago
  Pēteris Caune 3bf1ad9746
Fix invite suggestions. 5 years ago
  Pēteris Caune f7acaa57af
Adding tests. 5 years ago
  Pēteris Caune 4bcfba728e
Use unittest.mock 5 years ago
  Pēteris Caune 0c9c453ea0
Profile.current_project not used any more, remove last remaining references. cc: #336 5 years ago
  Pēteris Caune 157711bc95
Reduce usage of Profile.current_project cc: #336 5 years ago
  Pēteris Caune bb808852d9
Reduce usage of request.project cc: #336 5 years ago
  Pēteris Caune acce0808ce
Project code in URL for the "Add Slack" page. cc: #336 5 years ago
  Pēteris Caune 0ff4bd01e0
Improved UI to invite users from account's other projects. Fixes #258. 5 years ago
  Pēteris Caune 15b9611c5a
Show a warning in project's top navigation if the project has no configured integrations. Fixes #327 5 years ago
  Pēteris Caune f51a0a257e
Don't delete customer data in braintree when closing account. 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 8d81d27af3
Unsubscribe links serve a form, and require HTTP POST to actually unsubscribe 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 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 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 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 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 08810d1fca
Check membership before removing project member. 6 years ago
  Pēteris Caune 6b0d566922
"My Projects" page. 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 664aad916a
Remove Profile.team_name (use Project.name instead) and Profile.current_team (use Profile.current_project instead) 6 years ago
  Pēteris Caune 77e3212956
Prepare for the removal of Profile.current_team_id 6 years ago
  Pēteris Caune 0994006603
Drop Check.user_id and Channel.user_id (obsolete, using project_id now) 6 years ago
  Pēteris Caune e1b999e83a
Prepare for the removal of Check.user_id 6 years ago
  Pēteris Caune c08f02ab7f
Drop Profile.api_key and Profile.api_key_readonly (both are stored with Project now) 6 years ago
  Pēteris Caune c16e9dc4fe
Prepare for the removal of Profile.api_key 6 years ago
  Pēteris Caune fba8806e97
Prepare for the removal of Member.team_id 6 years ago
  Pēteris Caune 82b644ae0a
Project.num_checks_available() method. 6 years ago
  Pēteris Caune 16bff94fab
Use BaseTestCase in test_login, less repetition 6 years ago
  Pēteris Caune 965998df18
Fix tests. 6 years ago
  Pēteris Caune d102f10a2d
Add Project.badge_key so we can preserve the current badge URLs 6 years ago