aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/Service (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-23 change odd condition on groupsV2 add to roleUbitUmarov1-1/+1
2015-07-31Show last online status of group members from the PresenceService in group ↵Cinder2-43/+75
profiles Signed-off-by: Oren Hurvitz <orenh@kitely.com>
2014-11-19Minor: Include missing EventHost power for group owner role.AliciaRaven1-0/+1
2014-09-21Fixed a hard-to-run-into bug in groups: at the time of creation of a group, ↵Diva Canto1-10/+18
the OwnerRoleID in the groups table was inconsistent with the roleID in the roles table. OpenSim core was not running into this bug, but 3rd party modules (like Wifi) were.
2014-07-31If REMOVEAGENTFROMGROUP core groups call fails because requesting agent does ↵Justin Clark-Casey (justincc)2-4/+14
not have sufficient permission, return null failure result rather than true. On non-HG this is on the only recognized failure state so we can return more information in the error result. On HG there are multiple failure states which would require more work to distinguish, so currently return the unsatisfying "Internal Error" like some other existing calls.
2013-09-07Bring Core Groups up to current versionroot1-13/+27
2013-07-28Changing the visibility test in groups service to be UUID.Zero.ToString() ↵Diva Canto1-2/+2
instead of "all" because some paths in the code assume there's a UUI in the RequestingAgent string.
2013-07-28Same issue.Diva Canto1-0/+1
2013-07-28Same issue as previous commit.Diva Canto1-6/+12
2013-05-13Fixes mantis #6636 -- GroupsDiva Canto1-0/+7
2013-04-25Groups: make some methods protected.Diva Canto1-7/+7
2013-02-25Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the ↵Diva Canto1-0/+6
roles cache.
2013-02-19First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵Diva Canto3-0/+1451
rest to Addons.Groups.dll.