1. 18 7月, 2019 1 次提交
  2. 21 5月, 2019 1 次提交
  3. 24 4月, 2019 1 次提交
  4. 08 4月, 2019 1 次提交
  5. 15 11月, 2018 1 次提交
  6. 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
  7. 11 9月, 2018 1 次提交
  8. 23 7月, 2018 1 次提交
  9. 20 7月, 2018 1 次提交
  10. 09 7月, 2018 1 次提交
  11. 04 7月, 2018 1 次提交
  12. 22 6月, 2018 1 次提交
  13. 04 5月, 2018 1 次提交
    • B
      Reuses `InternalRedirect` when possible · 39916fdf
      Bob Van Landuyt 提交于
      `InternalRedirect` prevents Open redirect issues by only allowing
      redirection to paths on the same host.
      
      It cleans up any unwanted strings from the path that could point to
      another host (fe. //about.gitlab.com/hello). While preserving the
      querystring and fragment of the uri.
      
      It is already used by:
      
      - `TermsController`
      - `ContinueParams`
        - `ImportsController`
        - `ForksController`
      - `SessionsController`: Only for verifying the host in CE. EE allows
         redirecting to a different instance using Geo.
      39916fdf
  14. 28 2月, 2018 1 次提交
  15. 12 1月, 2018 1 次提交
  16. 23 11月, 2017 1 次提交
  17. 07 10月, 2017 1 次提交
    • T
      Create idea of read-only database · d1366971
      Toon Claes 提交于
      In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo
      secondary node). But in GitLab CE it also might be useful to have the
      "read-only" idea around. So port it back to GitLab CE.
      
      Also having the principle of read-only in GitLab CE would hopefully
      lead to less errors introduced, doing write operations when there
      aren't allowed for read-only calls.
      
      Closes gitlab-org/gitlab-ce#37534.
      d1366971
  18. 05 10月, 2017 1 次提交
  19. 30 9月, 2017 1 次提交
  20. 28 9月, 2017 4 次提交
    • J
      refactor users update service · 67d06dee
      James Lopez 提交于
      67d06dee
    • J
      refactor services to match EE signature · 9621dd0c
      James Lopez 提交于
      9621dd0c
    • B
      Standardize capitalization and status · 66d9d258
      Brian Neel 提交于
      66d9d258
    • 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
  21. 24 8月, 2017 1 次提交
  22. 27 7月, 2017 1 次提交
  23. 25 7月, 2017 1 次提交
  24. 13 7月, 2017 1 次提交
    • R
      Fixes needed when GitLab sign-in is not enabled · 672a68d3
      Robin Bobbitt 提交于
      When sign-in is disabled:
       - skip password expiration checks
       - prevent password reset requests
       - don’t show Password tab in User Settings
       - don’t allow login with username/password for Git over HTTP requests
       - render 404 on requests to Profiles::PasswordsController
      672a68d3
  25. 12 7月, 2017 1 次提交
  26. 23 6月, 2017 3 次提交
  27. 21 6月, 2017 1 次提交
  28. 03 6月, 2017 5 次提交
  29. 14 4月, 2017 1 次提交
  30. 06 4月, 2017 1 次提交
  31. 02 4月, 2017 1 次提交