stable

Clone or download

Read-only

Merge commit 'refs/changes/31/30031/9' of ssh://gerrit.tuleap.net:29418/tuleap

# By Yannis ROSSETTO # Via Yannis ROSSETTO * ssh://gerrit.tuleap.net:29418/tuleap: Fix request #35475 LDAP daily synchronization does not add project members anymore

Modified Files

Name
M plugins/ldap/include/LDAP_ProjectGroupManager.class.php +6 −5 Go to diff View file
A plugins/ldap/include/Project/AddProjectMembers.php +31 −0 Go to diff View file
A plugins/ldap/include/Project/DailySyncProjectMemberAdder.php +43 −0 Go to diff View file
A plugins/ldap/include/Project/ProjectMemberAdder.php +39 −0 Go to diff View file
M plugins/ldap/include/ldapPlugin.php +28 −3 Go to diff View file
A src/common/Project/Admin/ProjectMembers/DoNotCheckIfUserIsAllowedToManageProjectMembers.php +34 −0 Go to diff View file
M src/common/Project/UGroups/Membership/DynamicUGroups/AddProjectMember.php +15 −0 Go to diff View file
M src/common/Project/UGroups/Membership/DynamicUGroups/ProjectMemberAdderWithStatusCheckAndNotifications.php +9 −0 Go to diff View file
A tests/unit/common/Project/Admin/ProjectMembers/DoNotCheckIfUserIsAllowedToManageProjectMembersTest.php +39 −0 Go to diff View file