BigW Consortium Gitlab

  1. 16 Dec, 2016 1 commit
    • Calls to the API are checked for scope. · 7fa06ed5
      Timothy Andrew authored
      - Move the `Oauth2::AccessTokenValidationService` class to
        `AccessTokenValidationService`, since it is now being used for
        personal access token validation as well.
      
      - Each API endpoint declares the scopes it accepts (if any). Currently,
        the top level API module declares the `api` scope, and the `Users` API
        module declares the `read_user` scope (for GET requests).
      
      - Move the `find_user_by_private_token` from the API `Helpers` module to
        the `APIGuard` module, to avoid littering `Helpers` with more
        auth-related methods to support `find_user_by_private_token`
  2. 18 Aug, 2016 3 commits
  3. 16 Jun, 2016 2 commits
  4. 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.
  5. 03 Jun, 2016 2 commits
  6. 02 Jun, 2016 1 commit
  7. 31 May, 2016 1 commit
  8. 30 May, 2016 1 commit
  9. 29 Apr, 2016 1 commit
  10. 31 Aug, 2015 1 commit
  11. 18 Jul, 2015 1 commit
  12. 17 Apr, 2015 1 commit
  13. 05 Feb, 2015 1 commit
  14. 03 Feb, 2015 1 commit
  15. 23 Jan, 2015 1 commit
  16. 17 Jan, 2015 1 commit
  17. 13 Jan, 2015 1 commit
  18. 24 Dec, 2014 1 commit