Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change SimianGroupsServicesConnectorModule.GetAgentGroupMembership() so that ↵ | Justin Clark-Casey (justincc) | 2011-01-31 | 1 | -0/+19 |
| | | | | | | | it returns null if the user isn't a member of the group. This matches the behaviour of the same method for Flotsam Groups. This is the behaviour assumed by existing code. Method doc also added to IGroupsServicesConnector to the make the contract clear. | ||||
* | Add mock group services connector and use this in tests | Justin Clark-Casey (justincc) | 2010-12-14 | 1 | -3/+1 |
| | |||||
* | Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵ | Melanie | 2010-05-06 | 1 | -0/+6 |
| | | | | | | | | for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc. | ||||
* | Patch from mcortez: Update groups, add ALPHA Siman grid connector for groups | Melanie | 2010-05-05 | 1 | -6/+0 |
| | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | * May fix mantis #4603. | Diva Canto | 2010-04-05 | 1 | -6/+6 |
| | | | | * My local git wants to commit the groups files for line endings, I'm gonna let it do it. | ||||
* | Patch from mcortez. This appears to be a huge change to the groups module | Melanie | 2010-04-04 | 1 | -1/+7 |
| | | | | | and I can't say if this is beneficial or destructive due to the way it was delivered (zipfile). Pushing this on faith alone. | ||||
* | Adding the groups update (Mantis #4646) | Melanie | 2010-04-02 | 1 | -34/+27 |
| | | | | Thanks, mcortez. | ||||
* | minor: some debugging information and spacing changes to group module | Justin Clark-Casey (justincc) | 2010-03-25 | 1 | -1/+0 |
| | |||||
* | Begin refactoring XmlRpcGroups to a more generic Groups module that allows ↵ | Michael Cortez | 2009-08-05 | 1 | -0/+91 |
for replaceable Groups Service Connectors. |