aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/Service (unfollow)
Commit message (Collapse)AuthorFilesLines
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-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.