stable

Clone or download

Read-only

Merge commit 'refs/changes/85/11885/20' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: (request #11619) Email notifications of LDAP Sync Change-Id: I5cd9d8520ba145c2243f3baa71d97150bc3618dd

Modified Files

Name
M plugins/ldap/etc/ActiveDirectory.inc.dist +3 −0 Go to diff View file
M plugins/ldap/etc/OpenLDAP.inc.dist +3 −0 Go to diff View file
A plugins/ldap/include/GroupSyncAdminEmailNotificationsManager.class.php +163 −0 Go to diff View file
A plugins/ldap/include/GroupSyncEmailPresenter.class.php +50 −0 Go to diff View file
A plugins/ldap/include/GroupSyncNotificationsManager.php +39 −0 Go to diff View file
A plugins/ldap/include/GroupSyncSilentNotificationsManager.class.php +45 −0 Go to diff View file
M plugins/ldap/include/LDAP_GroupManager.class.php +32 −12 Go to diff View file
M plugins/ldap/include/LDAP_ProjectGroupManager.class.php +10 −3 Go to diff View file
M plugins/ldap/include/LDAP_UserGroupManager.class.php +3 −2 Go to diff View file
M plugins/ldap/include/autoload.php +6 −2 Go to diff View file
M plugins/ldap/include/ldapPlugin.class.php +33 −4 Go to diff View file
M plugins/ldap/site-content/fr_FR/LC_MESSAGES/tuleap-ldap.po +19 −1 Go to diff View file
M plugins/ldap/site-content/tuleap-ldap.pot +18 −0 Go to diff View file
A plugins/ldap/templates/ldap-group-sync-email.mustache +19 −0 Go to diff View file
M plugins/ldap/tests/LDAP_GroupManagerTest.php +54 −4 Go to diff View file
M plugins/ldap/tests/UserGroupManagerTest.php +2 −1 Go to diff View file