Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-10-24 | Add optional getauthinfo and setauthinfo authentication service calls. | Justin Clark-Casey (justincc) | 1 | -2/+0 | |
These are disabled by default, as before. Please only turn these on in secure grids, since they allow the same facilities as the existing SetPassword call (also disabled by default) These facilities can be helpful when integrating external systems, in addition to the existing option of adapting an IAuthenticationService or using WebLoginKey | |||||
2011-10-19 | Make ScopeID optional for http GetAccount and GetAccounts | Justin Clark-Casey (justincc) | 1 | -11/+6 | |
If not specified then it assumes UUID.Zero. as occurs elsewhere in the codebase | |||||
2011-10-19 | Make PrincipalID a synonym for UserID in GetUserAccount | Justin Clark-Casey (justincc) | 1 | -0/+6 | |
2011-10-19 | Get new NewUser and SetUserAccount calls to accept PrincipalID instead of ↵ | Justin Clark-Casey (justincc) | 1 | -3/+3 | |
UserID for consistency with output | |||||
2011-10-19 | Allow an http call to set account details if AllowSetAccount = true in ↵ | Justin Clark-Casey (justincc) | 1 | -3/+59 | |
[UserAccountService]. As before, default is false to not allow these calls. | |||||
2011-10-18 | Provide an option to allow remote calls to the CreateUser method on the ↵ | Justin Clark-Casey (justincc) | 1 | -3/+61 | |
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. | |||||
2010-04-03 | * Made UserAccountService handle UserLevel, UserFlags and UserTitle ↵ | Diva Canto | 1 | -12/+1 | |
appropriately. * Removed Store service from the UserAccount handler. | |||||
2010-01-13 | Several more buglets removed. | Diva Canto | 1 | -5/+6 | |
2010-01-02 | Test client for remote user account connector and service. It seems to be ↵ | Diva Canto | 1 | -8/+8 | |
working. | |||||
2009-12-31 | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount. | Melanie | 1 | -22/+3 | |
Implement the fetch operations fully. Rename one last UserService file to UserAccountService | |||||
2009-12-29 | * All modules and connectors for user account service are in place. Untested. | Diva Canto | 1 | -154/+94 | |
* Cleaned up a few things on presence connectors | |||||
2009-12-28 | Adding new fields and home location methid to presence. Adding cleanup | Melanie | 1 | -0/+29 | |
(deleting all but one presence record) on logout so that they don't pile up. | |||||
2009-12-28 | Database and presence changes. Untested | Melanie | 1 | -5/+4 | |
2009-12-27 | Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵ | Diva Canto | 1 | -8/+144 | |
just compiles. | |||||
2009-12-27 | Change the signature of the forms requester data in preparation to getting | Melanie | 1 | -4/+4 | |
to where lists can be sent as requests | |||||
2009-12-27 | Just make it compile :) | Melanie | 1 | -2/+2 | |
2009-12-27 | Presence Step 1 | Melanie | 1 | -10/+0 | |
2009-11-18 | Tweak presence handling and whip up a database connector and handler | Melanie | 1 | -0/+27 | |
for testign the new generic table handling | |||||
2009-11-17 | Add the presence server connector | Melanie | 1 | -110/+32 | |
2009-09-19 | Adding the deserializer for server form/xml replies | Melanie | 1 | -3/+3 | |
2009-09-04 | Implement plain password authentication partway. Tested, but no user | Melanie | 1 | -0/+233 | |
functionality yet. |