aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/Service (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-053-75/+75
|
* Fix some permissions checks in groupsMelanie Thielker2017-01-051-3/+16
| | | | | | The code checked the permissions of a person being added to a role rather than those of the person doing the adding. Also, limited permission role removal wasn't implemented.
* change odd condition on groupsV2 add to roleUbitUmarov2016-08-231-1/+1
|
* Show last online status of group members from the PresenceService in group ↵Cinder2015-07-312-43/+75
| | | | | | profiles Signed-off-by: Oren Hurvitz <orenh@kitely.com>
* Minor: Include missing EventHost power for group owner role.AliciaRaven2014-11-191-0/+1
|
* Fixed a hard-to-run-into bug in groups: at the time of creation of a group, ↵Diva Canto2014-09-211-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.
* If REMOVEAGENTFROMGROUP core groups call fails because requesting agent does ↵Justin Clark-Casey (justincc)2014-07-312-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.
* Changing the visibility test in groups service to be UUID.Zero.ToString() ↵Diva Canto2013-07-281-2/+2
| | | | instead of "all" because some paths in the code assume there's a UUI in the RequestingAgent string.
* Same issue.Diva Canto2013-07-281-0/+1
|
* Same issue as previous commit.Diva Canto2013-07-281-6/+12
|
* Fixes mantis #6636 -- GroupsDiva Canto2013-05-131-0/+7
|
* Groups: make some methods protected.Diva Canto2013-04-251-7/+7
|
* Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the ↵Diva Canto2013-02-251-0/+6
| | | | roles cache.
* First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵Diva Canto2013-02-193-0/+1451
rest to Addons.Groups.dll.