aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserProfilesData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-05Remove the core module extra profile settings support carried in with the latestMelanie1-2/+2
patches. We don't need it.
2013-12-16Fix issue with editing notes for other avatarsBlueWall1-0/+4
2013-12-16Populate user preferences with UserAccount email if it is present, else ↵BlueWall1-6/+10
return an error indicating no email is on record for the user.
2013-12-07Revert "Add support for user preferences (im via email)"Melanie1-18/+21
This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b.
2013-12-06Add support for user preferences (im via email)BlueWall1-21/+18
2013-12-05Stop writing partner id to record when updating profile data. This should be ↵BlueWall1-2/+0
changed only by admin in backend.
2013-05-31Adding standard OpenSim header to source filesBlueWall1-0/+27
2013-05-31Fill in fields with default values on profile creationBlueWall1-2/+48
2013-05-30UserProfilesBlueWall1-0/+1023
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.