| Commit message (Expand) | Author | Age | Files | Lines |
* | Making OAuth2TokenService multi-login aware: | fgorski@chromium.org | 2013-09-20 | 3 | -254/+325 |
* | Add a fake GAIA implementation for use with the test server. | mnissler@chromium.org | 2013-09-19 | 6 | -0/+331 |
* | Revert "Making OAuth2TokenService multi-login aware:" | hidehiko@chromium.org | 2013-09-19 | 3 | -325/+254 |
* | Clean up GaiaUrls to actually return GURLs. | mnissler@chromium.org | 2013-09-19 | 8 | -193/+174 |
* | google_apis: Add a new target to run the unit tests. | tfarina@chromium.org | 2013-09-19 | 1 | -0/+15 |
* | Making OAuth2TokenService multi-login aware: | fgorski@chromium.org | 2013-09-19 | 3 | -254/+325 |
* | Handling of multiple concurrent requests from different clients in OAuth2Toke... | zelidrag@chromium.org | 2013-09-06 | 3 | -81/+308 |
* | Add UMA stats for initial user policy fetch on Chrome OS. | mnissler@chromium.org | 2013-09-05 | 1 | -2/+2 |
* | Revert "Handling of multiple concurrent requests from different clients in OA... | eustas@chromium.org | 2013-09-05 | 5 | -348/+89 |
* | Handling of multiple concurrent requests from different clients in OAuth2Toke... | zelidrag@chromium.org | 2013-09-04 | 5 | -89/+348 |
* | Fix memory leak in OAuth2TokenServiceTest. | kinaba@chromium.org | 2013-08-27 | 1 | -0/+5 |
* | Move OAuth2TokenService to google_apis/. | kinaba@chromium.org | 2013-08-26 | 6 | -0/+1490 |
* | Move remoting identity API client id into src-internal. | jamiewalch@chromium.org | 2013-08-17 | 1 | -0/+2 |
* | Remove LSO token fetch from TokenService. | rogerta@chromium.org | 2013-08-16 | 2 | -4/+0 |
* | Support service accounts in the chromoting host. | rmsousa@chromium.org | 2013-08-16 | 4 | -2/+88 |
* | Passed app-specific client id and secret to OAuth2TokenService | zelidrag@chromium.org | 2013-08-01 | 2 | -23/+2 |
* | Switch Enterprise enrollment to OAuth2 | mnissler@chromium.org | 2013-07-26 | 1 | -2/+2 |
* | Correctly integrate StoragePartition into TestingProfile. | ajwong@chromium.org | 2013-07-23 | 5 | -18/+7 |
* | Use a direct include of the message_loop header in dbus/, device/, extensions... | avi@chromium.org | 2013-07-17 | 4 | -4/+4 |
* | Updates to the experimental/identity API to remove dependency on TokenService. | fgorski@chromium.org | 2013-07-17 | 2 | -5/+5 |
* | Migrate from googleurl/ includes to url/ ones in the remaining top-level dire... | tfarina@chromium.org | 2013-07-13 | 12 | -12/+12 |
* | Cleaning up TODOs in //google_apis. | joi@chromium.org | 2013-07-08 | 3 | -36/+5 |
* | google_apis: Break the dependency on TestingProfile from chrome. | tfarina@chromium.org | 2013-07-04 | 5 | -63/+63 |
* | Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ... | avi@chromium.org | 2013-06-28 | 3 | -3/+3 |
* | Update includes and delete remaining strings forwarding headers. | avi@chromium.org | 2013-06-27 | 1 | -1/+1 |
* | Better document GaiaOAuthClient via comments and updated method name. | davidroche@chromium.org | 2013-06-26 | 3 | -19/+43 |
* | Device robot refresh token integrity validation. | davidroche@chromium.org | 2013-06-22 | 5 | -85/+205 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 5 | -12/+14 |
* | * Introducing Service Error and Unexpected Response for better handling of | fgorski@chromium.org | 2013-06-21 | 3 | -19/+96 |
* | Setup Sync to use OAuth token for managed users. | bauerb@chromium.org | 2013-06-20 | 2 | -0/+4 |
* | Removed LCID authentication from cloud print and cloud print setup dialog. | vitalybuka@chromium.org | 2013-06-19 | 6 | -728/+0 |
* | Use OAuth2 token for sync | pavely@chromium.org | 2013-06-13 | 2 | -0/+9 |
* | Use a direct include of strings headers in extensions/, google_apis/, gpu/. | avi@chromium.org | 2013-06-11 | 11 | -18/+18 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 2 | -2/+2 |
* | Per discussion, implement the Omaha Client Update Protocol (CUP) in src/crypto. | ryanmyers@chromium.org | 2013-06-07 | 7 | -0/+738 |
* | Reland 203015 "Add ManagedUserTokenFetcher to fetch scoped-down tokens" | bauerb@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | Update google_apis/ to use scoped_refptr<T>::get() rather than implicit "oper... | rsleevi@chromium.org | 2013-06-03 | 1 | -5/+4 |
* | Revert 203015 "Add ManagedUserTokenFetcher to fetch scoped-down ..." | timurrrr@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Add ManagedUserTokenFetcher to fetch scoped-down tokens. | bauerb@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Deprecate switches gaia-host and gaia-url-path in favor of gaia-url | achuith@chromium.org | 2013-05-18 | 5 | -109/+93 |
* | Identity API: web-based scope approval dialogs for getAuthToken | courage@chromium.org | 2013-05-17 | 2 | -0/+8 |
* | Display an infobar on startup when Google API keys are missing. | phajdan.jr@chromium.org | 2013-05-16 | 3 | -1/+29 |
* | Isolate check_internal.py to the .gypi files that need it. | joi@chromium.org | 2013-05-16 | 2 | -3/+40 |
* | Hide unused constant from public interface. | vitalybuka@chromium.org | 2013-05-08 | 2 | -3/+3 |
* | Remove myself from some OWNERS files and make per-file ownership more specific. | ben@chromium.org | 2013-05-03 | 1 | -1/+0 |
* | google_apis: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-29 | 6 | -30/+28 |
* | Modify the enterprise enrollment flow to fetch an optional device robot api t... | davidroche@chromium.org | 2013-04-29 | 2 | -0/+4 |
* | Remove support for ClientOAuth from GaiaAuthFetcher. | rogerta@chromium.org | 2013-04-29 | 10 | -690/+2 |
* | google_apis: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-26 | 5 | -5/+5 |