| Commit message (Expand) | Author | Age | Files | Lines |
* | Make supervised user ChromeOS import aware of new password schema. | antrim@chromium.org | 2014-04-03 | 1 | -1/+3 |
* | Several small fixes: | antrim@chromium.org | 2014-04-03 | 1 | -2/+4 |
* | Componentize SigninManager. | blundell@chromium.org | 2014-04-01 | 1 | -1/+1 |
* | Revert of Componentize SigninManager. (https://codereview.chromium.org/218713... | dewittj@chromium.org | 2014-03-31 | 1 | -1/+1 |
* | Componentize SigninManager. | blundell@chromium.org | 2014-03-31 | 1 | -1/+1 |
* | Correctly wait for password data acknowledgement while creating managed user. | antrim@chromium.org | 2014-03-26 | 1 | -9/+6 |
* | Move signin_core target to signin_core_browser. | blundell@chromium.org | 2014-03-24 | 1 | -1/+1 |
* | Componentize (Mutable)ProfileOAuth2TokenService. | blundell@chromium.org | 2014-03-20 | 1 | -1/+1 |
* | Revert of Componentize (Mutable)ProfileOAuth2TokenService. (https://coderevie... | weitaosu@chromium.org | 2014-03-19 | 1 | -1/+1 |
* | Update ManagedUserRegistration utility to support new password scheme: | antrim@chromium.org | 2014-03-19 | 1 | -8/+61 |
* | Componentize (Mutable)ProfileOAuth2TokenService. | blundell@chromium.org | 2014-03-19 | 1 | -1/+1 |
* | Move clients of BrowserContextKeyedService to using KeyedService (#3) | blundell@chromium.org | 2014-03-13 | 1 | -2/+2 |
* | To support password sync for supervised users we need to sign (and, in future... | antrim@chromium.org | 2014-02-21 | 1 | -0/+4 |
* | Add observers for managed user list data changes. | akuegel@chromium.org | 2014-02-14 | 1 | -0/+3 |
* | Replace PO2TS::GetPrimaryAccountId() with SMB::GetAuthenticatedAccountId. | rogerta@chromium.org | 2014-02-14 | 1 | -1/+5 |
* | Revert of Replace PO2TS::GetPrimaryAccountId() with SMB::GetAuthenticatedAcco... | hubbe@chromium.org | 2014-02-14 | 1 | -5/+1 |
* | Replace PO2TS::GetPrimaryAccountId() with SMB::GetAuthenticatedAccountId. | rogerta@chromium.org | 2014-02-14 | 1 | -1/+5 |
* | Add avatar syncing for supervised users. | akuegel@chromium.org | 2014-02-13 | 1 | -5/+27 |
* | Update some uses of Value in chrome/browser to use the base:: namespace. | avi@chromium.org | 2013-12-23 | 1 | -1/+2 |
* | Revert 239921 "Revert 239759 "The comment in base64.h implies th..." | vadimt@chromium.org | 2013-12-11 | 1 | -3/+1 |
* | Revert 239759 "The comment in base64.h implies that base::Base64..." | vadimt@chromium.org | 2013-12-11 | 1 | -1/+3 |
* | The comment in base64.h implies that base::Base64Encode() can return false, but | ricea@chromium.org | 2013-12-10 | 1 | -3/+1 |
* | Add base namespace to some instances of string16. | brettw@chromium.org | 2013-12-06 | 1 | -2/+3 |
* | Fix WeakPtrFactory member order in chrome/browser/managed_mode/. | bauerb@chromium.org | 2013-11-15 | 1 | -4/+5 |
* | Remove unnecessary chrome/ includes from chrome/browser/managed_mode/. | bauerb@chromium.org | 2013-11-12 | 1 | -3/+1 |
* | Move ScopedUserPrefUpdate to base/prefs. | derat@chromium.org | 2013-10-30 | 1 | -1/+1 |
* | Clean up a few more unused globals. | thakis@chromium.org | 2013-09-25 | 1 | -4/+0 |
* | Making OAuth2TokenService multi-login aware: | fgorski@chromium.org | 2013-09-20 | 1 | -1/+5 |
* | Revert "Making OAuth2TokenService multi-login aware:" | hidehiko@chromium.org | 2013-09-19 | 1 | -5/+1 |
* | Making OAuth2TokenService multi-login aware: | fgorski@chromium.org | 2013-09-19 | 1 | -1/+5 |
* | Update managed user registration to allow updating the avatar | ibraaaa@chromium.org | 2013-09-16 | 1 | -15/+28 |
* | Avatar syncing for supervised users | ibraaaa@chromium.org | 2013-09-09 | 1 | -3/+6 |
* | Write automated tests for front-end Playpen | antrim@chromium.org | 2013-08-29 | 1 | -27/+143 |
* | Add logic for switches::kNoManagedUserAcknowledgmentCheck flag | ibraaaa@chromium.org | 2013-08-20 | 1 | -3/+7 |
* | Clean Up: Remove an extra space in a comment. | ibraaaa@chromium.org | 2013-08-13 | 1 | -1/+1 |
* | Don't send the name as |profile_name| when fetching the OAuth token for a man... | bauerb@chromium.org | 2013-08-07 | 1 | -3/+2 |
* | Remove managed user registration timeout. | bauerb@chromium.org | 2013-08-06 | 1 | -23/+0 |
* | This CL alters the user creation flow as follows: | ibraaaa@chromium.org | 2013-08-05 | 1 | -18/+34 |
* | Store the managed user ID in |ProfileInfoCache| instead of |is_managed| flag. | ibraaaa@chromium.org | 2013-08-05 | 1 | -4/+11 |
* | Refactoring |ManagedUserRegistrationService| into two classes: | ibraaaa@chromium.org | 2013-08-01 | 1 | -0/+181 |