BigW Consortium Gitlab

  1. 10 May, 2017 1 commit
  2. 13 Apr, 2017 1 commit
  3. 07 Mar, 2017 2 commits
  4. 06 Mar, 2017 4 commits
  5. 01 Mar, 2017 1 commit
  6. 28 Feb, 2017 1 commit
  7. 23 Feb, 2017 4 commits
  8. 30 Jan, 2017 1 commit
    • Reduce hits to LDAP on Git HTTP auth by reordering auth mechanisms · 29414ab0
      Drew Blessing authored
      We accept half a dozen different authentication mechanisms for
      Git over HTTP. Fairly high in the list we were checking user
      password, which would also query LDAP. In the case of LFS,
      OAuth tokens or personal access tokens, we were unnecessarily
      hitting LDAP when the authentication will not succeed. This
      was causing some LDAP/AD systems to lock the account. Now,
      user password authentication is the last mechanism tried since
      it's the most expensive.
  9. 16 Dec, 2016 2 commits
    • View-related (and other minor) changes to !5951 based on @rymai's review. · f706a973
      Timothy Andrew authored
      - The `scopes_form` partial can be used in the `admin/applications` view
        as well
      
      - Don't allow partials to access instance variables directly. Instead, pass
        in the instance variables as local variables, and use `local_assigns.fetch`
        to assert that the variables are passed in as expected.
      
      - Change a few instances of `render :partial` to `render`
      
      - Remove an instance of `required: false` in a view, since this is the default
      
      - Inline many instances of a local variable (`ip = 'ip'`) in `auth_spec`
    • Validate access token scopes in `Gitlab::Auth` · 36b3210b
      Timothy Andrew authored
      - This module is used for git-over-http, as well as JWT.
      
      - The only valid scope here is `api`, currently.
  10. 28 Sep, 2016 1 commit
  11. 19 Sep, 2016 4 commits
  12. 16 Sep, 2016 3 commits
  13. 15 Sep, 2016 8 commits
  14. 01 Sep, 2016 1 commit
  15. 09 Aug, 2016 1 commit
  16. 16 Jun, 2016 2 commits
  17. 13 Jun, 2016 1 commit
  18. 10 Jun, 2016 1 commit
    • Improve Gitlab::Auth method names · 0e896ffe
      Jacob Vosmaer authored
      Auth.find was a very generic name for a very specific method.
      Auth.find_in_gitlab_or_ldap was inaccurate in GitLab EE where it also
      looks in Kerberos.
  19. 03 Jun, 2016 1 commit