aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/UserProfilesService (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker2-23/+23
2015-09-02seems to compile ( tests comented out)UbitUmarov1-2/+2
2015-01-21Fix OfflineIMEmail value overwriting every time its called. The request was ↵AliciaRaven1-3/+3
receiving a blank user prefs object to populate but then was checking for an email address. When this failed the email address was pulled from the User Account service and the empty prefs now including the email was saved before being loaded again to be returned. This was overwriting all other settings in the prefs. This fix returns the existing prefs first before checking the email address is set, and only updates email if missing.
2014-11-24Re-work handling of email notifications settings.BlueWall1-1/+11
2014-11-23Fix handling of user preference updates where no email address is suppliedBlueWall2-18/+12
2014-04-23Eliminated many warningsOren Hurvitz1-1/+0
2014-03-27Profiles local StorageProvider fix, round 3BlueWall1-1/+1
2014-03-27Fix to local StorageProvider overrideBlueWall1-3/+1
2014-03-27Add support for specifying non-default StorageProviderBlueWall1-0/+3
2014-01-05Remove the core module extra profile settings support carried in with the latestMelanie1-0/+2
patches. We don't need it.
2013-12-16Populate user preferences with UserAccount email if it is present, else ↵BlueWall1-0/+61
return an error indicating no email is on record for the user.
2013-12-07Revert "Add support for user preferences (im via email)"Melanie1-12/+0
This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b.
2013-12-06Add support for user preferences (im via email)BlueWall1-0/+12
2013-05-31Adding standard OpenSim header to source filesBlueWall2-0/+54
2013-05-30UserProfilesBlueWall2-0/+219
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.