Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change UserProfiles so that the parcel name is used for a ProfilePick and ↵ | AliciaRaven | 2015-04-12 | 1 | -2/+4 |
| | | | | | | not the parcel owners name. This change also fixes a bug where if the avatar enters and does not move, creating or editing a ProfilePick would set the parcelId as an empty UUID. This is because ScenePresence.currentParcelUUID is not set until the avatar moves. Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | ||||
* | Fix MySQL and PGSQL *UserProfilesData.GetUserAppData() calls to correctly ↵ | Justin Clark-Casey (justincc) | 2015-01-13 | 1 | -1/+1 |
| | | | | | | set the UserId parameter instead of the non-existing Id parameter when writing a record because none yet exists. SQLite version is already correct for this. | ||||
* | Fix whitespace hoping to avoid a flogging | BlueWall | 2014-11-25 | 1 | -5/+5 |
| | |||||
* | Re-work handling of email notifications settings. | BlueWall | 2014-11-24 | 1 | -3/+0 |
| | |||||
* | Fix handling of user preference updates where no email address is supplied | BlueWall | 2014-11-23 | 1 | -4/+9 |
| | |||||
* | Add hypergrid teleporting support to user profiles picks | BlueWall | 2014-10-27 | 1 | -2/+6 |
| | |||||
* | Fix logging level to Error in exception handlers | BlueWall | 2014-10-15 | 1 | -18/+18 |
| | |||||
* | Remove query locking in MySQLUserProfileData. This is not necessary as the ↵ | Justin Clark-Casey (justincc) | 2014-08-22 | 1 | -20/+8 |
| | | | | connection is not shared. | ||||
* | Add missing parts to profiles - classified delete | BlueWall | 2014-07-21 | 1 | -7/+3 |
| | |||||
* | When sending JSON-RPC calls (for UserProfile), use WebUtil instead of ↵ | Oren Hurvitz | 2014-04-24 | 1 | -5/+0 |
| | | | | constructing the HTTP requests manually. This allows the calls to be logged when using "debug http all 6". | ||||
* | Fixed updating usersettings in the database | Oren Hurvitz | 2014-03-24 | 1 | -2/+2 |
| | | | | Resolves http://opensimulator.org/mantis/view.php?id=6938 | ||||
* | Fix issue with editing notes for other avatars | BlueWall | 2013-12-16 | 1 | -0/+4 |
| | |||||
* | Populate user preferences with UserAccount email if it is present, else ↵ | BlueWall | 2013-12-16 | 1 | -6/+10 |
| | | | | return an error indicating no email is on record for the user. | ||||
* | Add support for user preferences (im via email) | BlueWall | 2013-12-06 | 1 | -21/+18 |
| | |||||
* | Stop writing partner id to record when updating profile data. This should be ↵ | BlueWall | 2013-12-05 | 1 | -2/+0 |
| | | | | changed only by admin in backend. | ||||
* | Adding standard OpenSim header to source files | BlueWall | 2013-05-31 | 1 | -0/+27 |
| | |||||
* | Fill in fields with default values on profile creation | BlueWall | 2013-05-31 | 1 | -2/+48 |
| | |||||
* | UserProfiles | BlueWall | 2013-05-30 | 1 | -0/+1023 |
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module. |