BigW Consortium Gitlab

  1. 01 Aug, 2017 1 commit
  2. 25 Jul, 2017 1 commit
  3. 03 Jul, 2017 1 commit
  4. 30 Jun, 2017 1 commit
    • Implement review comments for !12445 from @godfat and @rymai. · 3c88a786
      Timothy Andrew authored
      - Use `GlobalPolicy` to authorize the users that a non-authenticated user can
        fetch from `/api/v4/users`. We allow access if the `Gitlab::VisibilityLevel::PUBLIC`
        visibility level is not restricted.
      
      - Further, as before, `/api/v4/users` is only accessible to unauthenticated users if
        the `username` parameter is passed.
      
      - Turn off `authenticate!` for the `/api/v4/users` endpoint by matching on the actual
        route + method, rather than the description.
      
      - Change the type of `current_user` check in `UsersFinder` to be more
        compatible with EE.
  5. 27 Jun, 2017 1 commit
  6. 15 Jun, 2017 1 commit
  7. 07 Apr, 2017 1 commit
  8. 09 Mar, 2017 3 commits
  9. 30 Aug, 2016 2 commits