10 Commits (f3af13654ef8b8e4dac4f2bbdc7066deeda91f54)

Author SHA1 Message Date
  Pēteris Caune 548b2ac33c
Update the signup form to collect browser's timezone 4 years ago
  Pēteris Caune ffafc16fe5
Handle excessively long email addresses in the signup form. 4 years ago
  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. 4 years ago
  Ronald Ip c476f042ba
Fix logic bug in test_signup (#408) 4 years ago
  Pēteris Caune 8c13457037
Use separate counters for SMS and phone calls. 4 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 cdfc9840a7
Source formatted with Black 6 years ago
  Pēteris Caune d102f10a2d
Add Project.badge_key so we can preserve the current badge URLs 6 years ago
  Pēteris Caune 1c69cf7f89
Project model. cc: #183 6 years ago
  Pēteris Caune 9214265136
Separate sign up and login forms. 6 years ago
  Pēteris Caune 4acd6a16e8
Login form: rename the email box to "identity" to avoid some auto-signup bots 6 years ago
  Pēteris Caune a58ce791c0
Improved layout & style, fixed hamburger menu in login page. 6 years ago
  Pēteris Caune 9cbd0138da
Demo checks shown on welcome page are not saved to database. User's first check is created when creating the user. 7 years ago
  Pēteris Caune a4855e1900
Rename form field "email" to "identity" to hopefully avoid some auto-form-fill spam. 7 years ago
  Pēteris Caune 157bd74aeb
Add test for case insensitive email addresses. 7 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 d9171adb1d _associate_demo_check was crashing for returning users after cleaning up old checks. 8 years ago
  James Moore b1bb1540b8 adds a SITE_NAME setting that's used to label the site 8 years ago
  Di Wu 2ebad09d14 check token redirect to login on bad token 9 years ago
  Pēteris Caune 947f686c61 Organize imports using isort. 9 years ago
  Pēteris Caune 364e7ebec9 Tests for hc.accounts 9 years ago