1. 16 5月, 2019 1 次提交
    • L
      Add :registrations_recaptcha feature flag · 9d367684
      Luke Bennett 提交于
      Allows instance owners to toggle the recaptcha requirement
      on the user registration page by feature flag.
      Allows GitLab Growth team to measure
      reCAPTCHA's impact on registrations.
      9d367684
  2. 08 4月, 2019 1 次提交
  3. 19 9月, 2018 1 次提交
    • G
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      gfyoung 提交于
      Enables frozen string for the following:
      
      * app/controllers/*.rb
      * app/controllers/admin/**/*.rb
      * app/controllers/boards/**/*.rb
      * app/controllers/ci/**/*.rb
      * app/controllers/concerns/**/*.rb
      
      Partially addresses #47424.
      73322a0e
  4. 09 6月, 2018 1 次提交
    • B
      Users can accept terms during registration · 3d713ac1
      Bob Van Landuyt 提交于
      When a user checks the `accept` checkbox, we will track that
      acceptance as usual. That way they don't need to accept again after
      they complete the registration.
      
      When an unauthenticated user visits the `/-/users/terms` page, there
      is no button to accept, decline or continue. The 'current-user menu'
      is also hidden from the top bar.
      3d713ac1
  5. 17 5月, 2018 1 次提交
  6. 02 2月, 2018 1 次提交
    • Y
      Track and act upon the number of executed queries · cca61980
      Yorick Peterse 提交于
      This ensures that we have more visibility in the number of SQL queries
      that are executed in web requests. The current threshold is hardcoded to
      100 as we will rarely (maybe once or twice) change it.
      
      In production and development we use Sentry if enabled, in the test
      environment we raise an error. This feature is also only enabled in
      production/staging when running on GitLab.com as it's not very useful to
      other users.
      cca61980
  7. 07 10月, 2017 1 次提交
  8. 28 9月, 2017 1 次提交
    • B
      # This is a combination of 1 commit. · 8fa87ea3
      Brian Neel 提交于
      # This is the 1st commit message:
      Add logging for all web authentication events
      
      # This is the commit message #2:
      
      Re-add underscore to after_inactive_sign_up_path_for
      
      # This is the commit message #3:
      
      Standardize on username=
      
      # This is the commit message #4:
      
      after_filter -> after_action, _resource -> resource
      
      # This is the commit message #5:
      
      Add two-factor login failures and account lockouts
      
      # This is the commit message #6:
      
      Move logging from two-factor concern to user model
      
      # This is the commit message #7:
      
      Add spaces around default parameter assignments
      
      # This is the commit message #8:
      
      Move logs out of user model
      
      # This is the commit message #9:
      
      Replace filtered_params with user_params
      
      # This is the commit message #10:
      
      Standardize case
      
      # This is the commit message #1:
      
      Fixes for username and AppLogger.info
      8fa87ea3
  9. 07 6月, 2017 1 次提交
  10. 05 6月, 2017 1 次提交
  11. 13 4月, 2017 1 次提交
  12. 02 4月, 2017 1 次提交
  13. 27 3月, 2017 1 次提交
  14. 08 2月, 2017 1 次提交
  15. 07 2月, 2017 1 次提交
  16. 03 1月, 2017 2 次提交
    • D
      Properly handle failed reCAPTCHA on user registration · ca1c492b
      Drew Blessing 提交于
      If a user presses the 'Register' button too quickly after attempting
      to solve the reCAPTCHA, or the reCAPTCHA is not solved at all, the
      user would experience a 500 error. Now, the case is properly
      handled and the user will be sent back to the registration page
      with a clear error message and can try again.
      ca1c492b
    • D
      Add email and password confirmation fields to registration form · 33b41bc8
      Drew Blessing 提交于
      It's too easy to mistype an email or password when signing up.
      The support team is receiving an increasing number of requests
      because users mistype their email. We can eliminate this problem
      by requiring users to confirm the email before registering. The
      same issue can occur for the password field so we should add
      this, too. We should note that password confirmation is part
      of the default Devise forms. I don't know why/when GitLab
      removed it.
      33b41bc8
  17. 09 12月, 2016 1 次提交
  18. 06 8月, 2016 1 次提交
  19. 03 6月, 2016 2 次提交
  20. 21 5月, 2016 1 次提交
  21. 17 5月, 2016 1 次提交
  22. 22 4月, 2016 1 次提交
  23. 20 4月, 2016 1 次提交
  24. 29 1月, 2016 1 次提交
  25. 20 1月, 2016 1 次提交
  26. 29 12月, 2015 2 次提交
  27. 28 12月, 2015 2 次提交
  28. 23 6月, 2015 1 次提交
  29. 28 5月, 2015 2 次提交
  30. 20 4月, 2015 1 次提交
  31. 05 2月, 2015 1 次提交
  32. 09 1月, 2015 2 次提交
  33. 08 1月, 2015 1 次提交
  34. 28 12月, 2014 1 次提交