1. 09 7月, 2018 1 次提交
  2. 04 7月, 2018 1 次提交
  3. 22 6月, 2018 1 次提交
  4. 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
  5. 28 2月, 2018 1 次提交
  6. 12 1月, 2018 1 次提交
  7. 23 11月, 2017 1 次提交
  8. 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
  9. 05 10月, 2017 1 次提交
  10. 30 9月, 2017 1 次提交
  11. 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
  12. 24 8月, 2017 1 次提交
  13. 27 7月, 2017 1 次提交
  14. 25 7月, 2017 1 次提交
  15. 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
  16. 12 7月, 2017 1 次提交
  17. 23 6月, 2017 3 次提交
  18. 21 6月, 2017 1 次提交
  19. 03 6月, 2017 5 次提交
  20. 14 4月, 2017 1 次提交
  21. 06 4月, 2017 1 次提交
  22. 02 4月, 2017 1 次提交
  23. 06 3月, 2017 2 次提交
  24. 23 2月, 2017 4 次提交
  25. 17 12月, 2016 1 次提交
  26. 12 12月, 2016 1 次提交
  27. 07 12月, 2016 1 次提交
    • J
      fix: 24982- Remove'Signed in successfully' message · 6ab74b1c
      jnoortheen 提交于
      After this change the sign-in-success flash message will not be shown
      
      refactor: set flash message to be nil while signing in
      
      test: changed tests to reflect removal of sign-in message
      
      refactor: adding signed_in message back
      
      See Merge Request !7837
      
      issue#24982
      6ab74b1c