Skip to content
Snippets Groups Projects
  1. Mar 11, 2020
  2. Feb 20, 2020
  3. Jan 21, 2020
  4. Nov 19, 2019
  5. Oct 22, 2019
  6. Sep 18, 2019
  7. Sep 13, 2019
  8. Sep 06, 2019
  9. Aug 26, 2019
  10. Aug 14, 2019
  11. Aug 12, 2019
  12. Aug 10, 2019
  13. Aug 08, 2019
  14. Jul 18, 2019
  15. Jun 25, 2019
  16. May 16, 2019
  17. Apr 08, 2019
  18. Sep 19, 2018
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      gfyoung authored
      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
  19. Jun 08, 2018
    • Bob Van Landuyt's avatar
      Users can accept terms during registration · 3d713ac1
      Bob Van Landuyt authored
      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
  20. May 17, 2018
  21. Feb 01, 2018
    • Yorick Peterse's avatar
      Track and act upon the number of executed queries · cca61980
      Yorick Peterse authored
      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.
      Unverified
      cca61980
  22. Oct 06, 2017
  23. Sep 28, 2017
    • Brian Neel's avatar
      # This is a combination of 1 commit. · 8fa87ea3
      Brian Neel authored
      # 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
  24. Jun 06, 2017
  25. Jun 05, 2017
  26. Apr 13, 2017
  27. Apr 02, 2017
  28. Mar 27, 2017
  29. Feb 08, 2017
  30. Feb 07, 2017
  31. Jan 03, 2017
    • Drew Blessing's avatar
      Properly handle failed reCAPTCHA on user registration · ca1c492b
      Drew Blessing authored
      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
    • Drew Blessing's avatar
      Add email and password confirmation fields to registration form · 33b41bc8
      Drew Blessing authored
      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
  32. Dec 09, 2016
  33. Aug 06, 2016
  34. Jun 03, 2016
  35. May 20, 2016
  36. May 16, 2016
  37. Apr 22, 2016
Loading