stable

Clone or download

Read-only

LDAP plugin uses front router

This is part of request #13030: Use front router for all plugins Change-Id: I3e97b687e49b9792cf3f85a04003cc5158401799

Modified Files

Name
A plugins/ldap/.use-front-controller +0 −0 Go to diff View file
A plugins/ldap/include/BindMembersConfirmController.php +156 −0 Go to diff View file
A plugins/ldap/include/BindUgroupConfirmController.php +133 −0 Go to diff View file
A plugins/ldap/include/GroupAutocompleteController.php +92 −0 Go to diff View file
A plugins/ldap/include/WelcomeDisplayController.php +157 −0 Go to diff View file
A plugins/ldap/include/WelcomeUpdateController.php +136 −0 Go to diff View file
M plugins/ldap/include/ldapPlugin.class.php +43 −1 Go to diff View file
D plugins/ldap/www/autocomplete.php +0 −68 Go to diff View file
D plugins/ldap/www/bind_members_confirm.php +0 −119 Go to diff View file
D plugins/ldap/www/bind_ugroup_confirm.php +0 −89 Go to diff View file
D plugins/ldap/www/index.html +0 −5 Go to diff View file
M plugins/ldap/www/scripts/autocomplete-for-select2.js +1 −1 Go to diff View file
M plugins/ldap/www/scripts/project-admin/project-admin-members.js +1 −1 Go to diff View file
M plugins/ldap/www/scripts/project-admin/project-admin-ugroups.js +1 −1 Go to diff View file
D plugins/ldap/www/welcome.php +0 −197 Go to diff View file
M src/common/account/TimezonesCollection.class.php +1 −1 Go to diff View file