Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If REMOVEAGENTFROMGROUP core groups call fails because requesting agent does ↵ | Justin Clark-Casey (justincc) | 2014-07-31 | 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. | ||||
* | Changing the visibility test in groups service to be UUID.Zero.ToString() ↵ | Diva Canto | 2013-07-28 | 1 | -2/+2 |
| | | | | instead of "all" because some paths in the code assume there's a UUI in the RequestingAgent string. | ||||
* | Same issue. | Diva Canto | 2013-07-28 | 1 | -0/+1 |
| | |||||
* | Same issue as previous commit. | Diva Canto | 2013-07-28 | 1 | -6/+12 |
| | |||||
* | Fixes mantis #6636 -- Groups | Diva Canto | 2013-05-13 | 1 | -0/+7 |
| | |||||
* | Groups: make some methods protected. | Diva Canto | 2013-04-25 | 1 | -7/+7 |
| | |||||
* | Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the ↵ | Diva Canto | 2013-02-25 | 1 | -0/+6 |
| | | | | roles cache. | ||||
* | First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵ | Diva Canto | 2013-02-19 | 3 | -0/+1451 |
rest to Addons.Groups.dll. |