1. 06 May, 2015 1 commit
  2. 04 May, 2015 1 commit
  3. 30 Apr, 2015 1 commit
  4. 29 Apr, 2015 2 commits
  5. 28 Apr, 2015 2 commits
  6. 27 Apr, 2015 1 commit
  7. 22 Apr, 2015 1 commit
  8. 21 Apr, 2015 3 commits
  9. 20 Apr, 2015 2 commits
  10. 18 Apr, 2015 1 commit
  11. 17 Apr, 2015 2 commits
  12. 16 Apr, 2015 4 commits
  13. 14 Apr, 2015 1 commit
  14. 13 Apr, 2015 3 commits
  15. 10 Apr, 2015 1 commit
    • vadimsh@chromium.org's avatar
      Add OAuth2 support for end users (i.e. 3-legged flow with the browser). · eed4df3d
      vadimsh@chromium.org authored
      This CL introduces new top level command for managing cached auth tokens:
        $ depot-tools-auth login codereview.chromium.org
        $ depot-tools-auth info codereview.chromium.org
        $ depot-tools-auth logout codereview.chromium.org
      
      All scripts that use rietveld.Rietveld internally should be able to use cached
      credentials created by 'depot-tools-auth' subcommand. Also 'depot-tools-auth'
      is the only way to run login flow. If some scripts stumbles over expired or
      revoked token, it dies with the error, asking user to run
      'depot-tools-auth login <hostname>'.
      
      Password login is still default. OAuth2 can be enabled by passing --oauth2 to
      all scripts.
      
      R=maruel@chromium.org
      BUG=356813
      
      Review URL: https://codereview.chromium.org/1074673002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294764 0039d316-1c4b-4281-b951-d872f2087c98
      eed4df3d
  16. 09 Apr, 2015 2 commits
  17. 08 Apr, 2015 3 commits
  18. 07 Apr, 2015 7 commits
  19. 03 Apr, 2015 2 commits