Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make ScopeID optional for http GetAccount and GetAccounts | Justin Clark-Casey (justincc) | 2011-10-19 | 1 | -11/+6 |
| | | | | If not specified then it assumes UUID.Zero. as occurs elsewhere in the codebase | ||||
* | Make PrincipalID a synonym for UserID in GetUserAccount | Justin Clark-Casey (justincc) | 2011-10-19 | 1 | -0/+6 |
| | |||||
* | Get new NewUser and SetUserAccount calls to accept PrincipalID instead of ↵ | Justin Clark-Casey (justincc) | 2011-10-19 | 1 | -3/+3 |
| | | | | UserID for consistency with output | ||||
* | Allow an http call to set account details if AllowSetAccount = true in ↵ | Justin Clark-Casey (justincc) | 2011-10-19 | 1 | -3/+59 |
| | | | | | | [UserAccountService]. As before, default is false to not allow these calls. | ||||
* | Provide an option to allow remote calls to the CreateUser method on the ↵ | Justin Clark-Casey (justincc) | 2011-10-18 | 2 | -4/+62 |
| | | | | | | | | | UserAccountService Default is false, as before. Enabling AllowCreateUser in [UserAccountService] for ROBUST allows avatars to be created via an http call, with viewer 2 appropriate bits and pieces. Only Ruths can be created at present. Please don't rely on the config since at some point CreateUser will be moved to a separate co-ordinating service. | ||||
* | * Made UserAccountService handle UserLevel, UserFlags and UserTitle ↵ | Diva Canto | 2010-04-03 | 1 | -12/+1 |
| | | | | | | appropriately. * Removed Store service from the UserAccount handler. | ||||
* | Several more buglets removed. | Diva Canto | 2010-01-13 | 1 | -5/+6 |
| | |||||
* | Test client for remote user account connector and service. It seems to be ↵ | Diva Canto | 2010-01-02 | 1 | -8/+8 |
| | | | | working. | ||||
* | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount. | Melanie | 2009-12-31 | 1 | -22/+3 |
| | | | | | Implement the fetch operations fully. Rename one last UserService file to UserAccountService | ||||
* | * All modules and connectors for user account service are in place. Untested. | Diva Canto | 2009-12-29 | 2 | -0/+337 |
* Cleaned up a few things on presence connectors |