stable

Clone or download

Read-only

Introduce new object to remove user

This is part of story #10047 remove users that left the company from all the groups they belong to This object calls for now the old method from account.php. A refactoring will be done in a next commit. No special effort has been done for SOAP (no injection) Change-Id: I202b7ca3d00276cf478193a7810477edf2280c6d

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +3 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +3 −1 Go to diff View file
M plugins/docman/include/autoload.php +2 −3 Go to diff View file
M plugins/ldap/include/LDAP_ProjectGroupDao.class.php +18 −14 Go to diff View file
M plugins/ldap/include/LDAP_ProjectGroupManager.class.php +14 −1 Go to diff View file
M plugins/ldap/include/ldapPlugin.class.php +18 −2 Go to diff View file
M plugins/ldap/www/admin.php +6 −7 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +11 −3 Go to diff View file
M src/common/project/Project_SOAPServer.class.php +10 −5 Go to diff View file
M src/common/project/UGroupManager.class.php +4 −3 Go to diff View file
A src/common/project/UserRemover.php +31 −0 Go to diff View file
M src/utils/import_project_xml.php +3 −1 Go to diff View file
M src/www/my/rmproject.php +22 −15 Go to diff View file
M src/www/project/admin/index.php +4 −3 Go to diff View file
M tests/integration/ProjectImportTest.php +3 −2 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +2 −1 Go to diff View file
M tests/simpletest/common/project/ProjectXMLImporterTest.php +6 −3 Go to diff View file