aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/UserProfilesService (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-052-23/+23
|
* seems to compile ( tests comented out)UbitUmarov2015-09-021-2/+2
|
* bad merge?UbitUmarov2015-09-011-0/+2
|\
| * Remove the core module extra profile settings support carried in with the latestMelanie2014-01-051-0/+2
| | | | | | | | patches. We don't need it.
* | Fix OfflineIMEmail value overwriting every time its called. The request was ↵AliciaRaven2015-01-211-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.
* | Re-work handling of email notifications settings.BlueWall2014-11-241-1/+11
| |
* | Fix handling of user preference updates where no email address is suppliedBlueWall2014-11-232-18/+12
| |
* | Eliminated many warningsOren Hurvitz2014-04-231-1/+0
| |
* | Profiles local StorageProvider fix, round 3BlueWall2014-03-271-1/+1
| |
* | Fix to local StorageProvider overrideBlueWall2014-03-271-3/+1
| |
* | Add support for specifying non-default StorageProviderBlueWall2014-03-271-0/+3
|/
* Populate user preferences with UserAccount email if it is present, else ↵BlueWall2013-12-161-0/+61
| | | | return an error indicating no email is on record for the user.
* Add support for user preferences (im via email)BlueWall2013-12-061-0/+12
|
* Adding standard OpenSim header to source filesBlueWall2013-05-312-0/+54
|
* UserProfilesBlueWall2013-05-302-0/+219
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.