BigW Consortium Gitlab

  1. 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
  2. 07 Mar, 2017 2 commits
  3. 06 Mar, 2017 1 commit
  4. 01 Mar, 2017 1 commit
  5. 28 Feb, 2017 2 commits
  6. 03 Jun, 2016 1 commit
  7. 28 Apr, 2016 1 commit
    • Address @DouweM's feedback on !3749. · bafbf22c
      Timothy Andrew authored
      - Use `TokenAuthenticatable` to generate the personal access token
      - Remove a check for `authenticity_token` in application controller;
        this should've been `authentication_token`, maybe, and doesn't make
        any sense now.
      - Have the datepicker appear inline