BigW Consortium Gitlab

  1. 08 Jun, 2017 1 commit
  2. 06 Jun, 2017 1 commit
  3. 05 Jun, 2017 1 commit
    • Create read_registry scope with JWT auth · 0b81b5ac
      Z.J. van de Weg authored
      This is the first commit doing mainly 3 things:
      1. create a new scope and allow users to use it
      2. Have the JWTController respond correctly on this
      3. Updates documentation to suggest usage of PATs
      
      There is one gotcha, there will be no support for impersonation tokens, as this
      seems not needed.
      
      Fixes gitlab-org/gitlab-ce#19219
  4. 10 May, 2017 1 commit
  5. 13 Apr, 2017 1 commit
  6. 07 Mar, 2017 2 commits
  7. 06 Mar, 2017 4 commits
  8. 01 Mar, 2017 1 commit
  9. 28 Feb, 2017 1 commit
  10. 23 Feb, 2017 4 commits
  11. 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.
  12. 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.
  13. 28 Sep, 2016 1 commit
  14. 19 Sep, 2016 4 commits
  15. 16 Sep, 2016 3 commits
  16. 15 Sep, 2016 8 commits
  17. 01 Sep, 2016 1 commit
  18. 09 Aug, 2016 1 commit
  19. 16 Jun, 2016 2 commits