BigW Consortium Gitlab

  1. 17 Apr, 2017 1 commit
  2. 14 Apr, 2017 4 commits
  3. 13 Apr, 2017 1 commit
  4. 07 Mar, 2017 1 commit
    • Don't allow blocked users to authenticate through other means · 93daeee1
      Markus Koller authored
      Gitlab::Auth.find_with_user_password is currently used in these places:
      
      - resource_owner_from_credentials in config/initializers/doorkeeper.rb,
        which is used for the OAuth Resource Owner Password Credentials flow
      
      - the /session API call in lib/api/session.rb, which is used to reveal
        the user's current authentication_token
      
      In both cases users should only be authenticated if they're in the
      active state.
  5. 23 Feb, 2017 2 commits
  6. 05 Feb, 2017 1 commit
  7. 26 Jan, 2017 1 commit
  8. 25 Jan, 2017 1 commit
  9. 16 Dec, 2016 1 commit
  10. 09 Dec, 2016 1 commit
  11. 09 Nov, 2016 1 commit
  12. 14 Oct, 2016 1 commit
  13. 11 Oct, 2016 1 commit
  14. 10 Oct, 2016 1 commit
  15. 28 Sep, 2016 1 commit
  16. 20 Sep, 2016 1 commit
  17. 16 Sep, 2016 2 commits
  18. 15 Sep, 2016 2 commits
  19. 05 Sep, 2016 1 commit
  20. 01 Sep, 2016 1 commit
  21. 17 Aug, 2016 1 commit
  22. 16 Aug, 2016 1 commit
  23. 06 Aug, 2016 1 commit
  24. 03 Aug, 2016 1 commit
    • Stop 'git push' over HTTP early · b8f754dd
      Jacob Vosmaer authored
      Before this change we always let users push Git data over HTTP before
      deciding whether to accept to push. This was different from pushing
      over SSH where we terminate a 'git push' early if we already know the
      user is not allowed to push.
      
      This change let Git over HTTP follow the same behavior as Git over
      SSH. We also distinguish between HTTP 404 and 403 responses when
      denying Git requests, depending on whether the user is allowed to know
      the project exists.
  25. 01 Jul, 2016 1 commit
  26. 27 Jun, 2016 1 commit
  27. 16 Jun, 2016 2 commits
  28. 14 Jun, 2016 1 commit
  29. 09 Jun, 2016 2 commits
  30. 08 Jun, 2016 1 commit
  31. 29 Apr, 2016 1 commit
  32. 22 Apr, 2016 1 commit