stable

Clone or download

Read-only

Use the namespace Tuleap\User everywhere

Depending on the area the namespace Tuleap\User or Tuleap\user where used. It is a bit painful to work with because autoloader generated by Composer are case sensitive. The folder src/common/user is renamed to ensure the PSR-4 compliance so developers does not have to dump the autoload each time a new class is added. This is part of story #12266: use an API key rather than a login / password Change-Id: I496a5df8dc32898f456d23a9b866ac28c9ba29bf

Modified Files

Name
M plugins/agiledashboard/tests/builders/aPlanningFactory.php +1 −6 Go to diff View file
M plugins/docman/include/Docman_BuildItemMappingVisitor.class.php +6 −10 Go to diff View file
M plugins/docman/include/Docman_Token.class.php +5 −8 Go to diff View file
M plugins/docman/include/Docman_WikiController.class.php +2 −9 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemRanking.class.php +0 −4 Go to diff View file
M plugins/fulltextsearch/tests/builders/Parameters_Builder.php +0 −5 Go to diff View file
M plugins/git/include/Git/HTTP/HTTPController.php +1 −1 Go to diff View file
M plugins/git/include/Git/RemoteServer/Gerrit/ReplicationSSHKey.class.php +1 −3 Go to diff View file
M plugins/git/include/Git_Gitolite_SSHKeyDumper.class.php +1 −3 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_LEGACY_REPO_ACCESS.class.php +5 −8 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Burndown_DataBuilder.class.php +6 −8 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_CumulativeFlow_DataBuilder.class.php +1 −3 Go to diff View file
M plugins/hudson/include/hudson_Widget_MyMonitoredJobs.class.php +0 −6 Go to diff View file
M plugins/hudson/include/hudson_Widget_ProjectJobsOverview.class.php +0 −6 Go to diff View file
M plugins/ldap/bin/registerUser.php +0 −2 Go to diff View file
M plugins/ldap/include/LDAP_UserSync.class.php +5 −7 Go to diff View file
M plugins/ldap/include/system_event/SystemEvent_PLUGIN_LDAP_UPDATE_LOGIN.class.php +1 −7 Go to diff View file
M plugins/ldap/tests/LDAP_UserSyncTest.php +5 −7 Go to diff View file
M plugins/tracker/bin/remove_multiple_artifacts.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/IFetchTrackerSwitcher.class.php +1 −4 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php +0 −5 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +3 −3 Go to diff View file
M plugins/tracker/tests/TrackerTest.php +6 −9 Go to diff View file
M plugins/tracker/tests/Tracker_ArtifactTest.php +1 −7 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetTest.php +0 −3 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ListTest.php +0 −4 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UsersValueTest.php +0 −3 Go to diff View file
M plugins/tracker/tests/Tracker_URLTest.php +1 −3 Go to diff View file
M src/common/REST/UserManager.class.php +1 −1 Go to diff View file
M src/common/Request/RouteCollector.php +1 −1 Go to diff View file
M src/common/Token/REST/v1/TokenResource.class.php +1 −1 Go to diff View file
R src/common/user/AccessKey/AccessKey.php Go to diff View file
R src/common/user/AccessKey/AccessKeyCreationController.php Go to diff View file
R src/common/user/AccessKey/AccessKeyCreator.php Go to diff View file
R src/common/user/AccessKey/AccessKeyException.php Go to diff View file
R src/common/user/AccessKey/AccessKeyVerificationString.php Go to diff View file
R src/common/user/AccessKey/IncorrectSizeVerificationStringException.php Go to diff View file
R src/common/user/AccessKey/LastAccessKeyIdentifierStore.php Go to diff View file
R src/common/user/Account/ChangePasswordController.php Go to diff View file
R src/common/user/Account/ChangePasswordPresenter.php Go to diff View file
R src/common/user/Admin/PendingProjectBuilder.php Go to diff View file
R src/common/user/Admin/PendingUserPresenter.php Go to diff View file
R src/common/user/Admin/PendingUsersCollectionPresenter.php Go to diff View file
R src/common/user/Admin/ProjectPendingPresenter.php Go to diff View file
R src/common/user/Admin/UserChangePasswordPresenter.php Go to diff View file
R src/common/user/Admin/UserDetailsAccessPresenter.php Go to diff View file
R src/common/user/Admin/UserDetailsFormatter.php Go to diff View file
R src/common/user/Admin/UserDetailsPresenter.php Go to diff View file
R src/common/user/Admin/UserDetailsProjectPresenter.php Go to diff View file
R src/common/user/Admin/UserListPresenter.php Go to diff View file
R src/common/user/Admin/UserListResultsPresenter.php Go to diff View file
R src/common/user/Admin/UserListResultsUserPresenter.php Go to diff View file
R src/common/user/Admin/UserListSearchFieldsPresenter.php Go to diff View file
R src/common/user/Admin/UserStatusBuilder.php Go to diff View file
R src/common/user/Admin/UserStatusChecker.php Go to diff View file
R src/common/user/ForgeUGroup.php Go to diff View file
R src/common/user/ForgeUserGroupFactory.php Go to diff View file
R src/common/user/ForgeUserGroupManager.class.php Go to diff View file
R src/common/user/ForgeUserGroupPermission.class.php Go to diff View file
R src/common/user/ForgeUserGroupPermission/NotFoundException.php Go to diff View file
R src/common/user/ForgeUserGroupPermission/ProjectApproval.class.php Go to diff View file
R src/common/user/ForgeUserGroupPermission/RetrieveSystemEventsInformationApi.class.php Go to diff View file
R src/common/user/ForgeUserGroupPermission/RetrieveUserMembershipInformation.class.php Go to diff View file
R src/common/user/ForgeUserGroupPermission/SiteAdministratorPermission.php Go to diff View file
R src/common/user/ForgeUserGroupPermission/SiteAdministratorPermissionChecker.php Go to diff View file
R src/common/user/ForgeUserGroupPermission/UserForgeUGroupPresenter.php Go to diff View file
R src/common/user/ForgeUserGroupPermission/UserManagement.class.php Go to diff View file
R src/common/user/ForgeUserGroupPermissionsDao.class.php Go to diff View file
R src/common/user/ForgeUserGroupPermissionsFactory.class.php Go to diff View file
R src/common/user/ForgeUserGroupPermissionsManager.class.php Go to diff View file
R src/common/user/ForgeUserGroupUsersDao.class.php Go to diff View file
R src/common/user/ForgeUserGroupUsersFactory.php Go to diff View file
R src/common/user/ForgeUserGroupUsersManager.class.php Go to diff View file
R src/common/user/GenericUser.class.php Go to diff View file
R src/common/user/GenericUserFactory.class.php Go to diff View file
R src/common/user/GroupCannotRemoveLastAdministrationPermission.php Go to diff View file
R src/common/user/History/HistoryCleaner.php Go to diff View file
R src/common/user/History/HistoryEntry.php Go to diff View file
R src/common/user/History/HistoryQuickLink.php Go to diff View file
R src/common/user/History/HistoryRetriever.php Go to diff View file
R src/common/user/IHaveAnSSHKey.php Go to diff View file
R src/common/user/ImmutableInfoPresenter.class.php Go to diff View file
R src/common/user/InvalidEntryInAutocompleterCollection.php Go to diff View file
R src/common/user/InvalidPasswordException.class.php Go to diff View file
R src/common/user/InvalidPasswordWithUserException.class.php Go to diff View file
R src/common/user/InvalidSessionException.php Go to diff View file
R src/common/user/LoginController.class.php Go to diff View file
R src/common/user/LoginException.class.php Go to diff View file
R src/common/user/LoginInstrumentation.php Go to diff View file
R src/common/user/LoginManager.class.php Go to diff View file
R src/common/user/LoginPresenter.class.php Go to diff View file
R src/common/user/LoginPresenterBuilder.php Go to diff View file
R src/common/user/MailConfirmationCodeGenerator.class.php Go to diff View file
R src/common/user/MutableInfoPresenter.class.php Go to diff View file
R src/common/user/PaginatedUserCollection.class.php Go to diff View file
R src/common/user/Password/Change/PasswordChangeException.php Go to diff View file
R src/common/user/Password/Change/PasswordChanger.php Go to diff View file
R src/common/user/Password/PasswordExpirationChecker.class.php Go to diff View file
R src/common/user/Password/PasswordExpiredException.class.php Go to diff View file
R src/common/user/Password/PasswordHandler.class.php Go to diff View file
R src/common/user/Password/PasswordHandlerFactory.class.php Go to diff View file
R src/common/user/Password/PasswordValidatorPresenter.php Go to diff View file
R src/common/user/Password/Reset/Creator.php Go to diff View file
R src/common/user/Password/Reset/DataAccessObject.php Go to diff View file
R src/common/user/Password/Reset/ExpiredTokenException.php Go to diff View file
R src/common/user/Password/Reset/InvalidIdentifierException.php Go to diff View file
R src/common/user/Password/Reset/InvalidTokenException.php Go to diff View file
R src/common/user/Password/Reset/Revoker.php Go to diff View file
R src/common/user/Password/Reset/Token.php Go to diff View file
R src/common/user/Password/Reset/TokenDataAccessException.php Go to diff View file
R src/common/user/Password/Reset/TokenNotCreatedException.php Go to diff View file
R src/common/user/Password/Reset/Verifier.php Go to diff View file
R src/common/user/Password/Reset/VerifierIncorrectlyFormattedException.php Go to diff View file
R src/common/user/Password/StandardPasswordHandler.class.php Go to diff View file
R src/common/user/PasswordVerifier.php Go to diff View file
R src/common/user/PendingUserNotifier.php Go to diff View file
R src/common/user/PreferencesPresenter.class.php Go to diff View file
R src/common/user/REST/MinimalUserRepresentation.class.php Go to diff View file
R src/common/user/REST/UserRepresentation.class.php Go to diff View file
R src/common/user/REST/v1/UserHistoryEntryRepresentation.php Go to diff View file
R src/common/user/REST/v1/UserHistoryQuickLinkRepresentation.php Go to diff View file
R src/common/user/REST/v1/UserHistoryRepresentation.php Go to diff View file
R src/common/user/REST/v1/UserMembershipRepresentation.class.php Go to diff View file
R src/common/user/REST/v1/UserMembershipResource.php Go to diff View file
R src/common/user/REST/v1/UserPreferenceRepresentation.class.php Go to diff View file
R src/common/user/REST/v1/UserResource.php Go to diff View file
R src/common/user/RandomNumberGenerator.class.php Go to diff View file
R src/common/user/RequestFromAutocompleter.php Go to diff View file
R src/common/user/SessionDataAccessException.php Go to diff View file
R src/common/user/SessionManager.php Go to diff View file
R src/common/user/SessionNotCreatedException.class.php Go to diff View file
R src/common/user/StatusDeletedException.class.php Go to diff View file
R src/common/user/StatusInvalidException.class.php Go to diff View file
R src/common/user/StatusPendingException.class.php Go to diff View file
R src/common/user/StatusSuspendedException.class.php Go to diff View file
R src/common/user/UGroup.class.php Go to diff View file
R src/common/user/UnableToCreateUserGroupException.php Go to diff View file
R src/common/user/User.class.php Go to diff View file
R src/common/user/UserActionPresenter.php Go to diff View file
R src/common/user/UserAutocompletePostSearchEvent.php Go to diff View file
R src/common/user/UserCannotRemoveLastAdministrationPermission.php Go to diff View file
R src/common/user/UserConnectionUpdateEvent.php Go to diff View file
R src/common/user/UserGroup/NameTranslator.php Go to diff View file
R src/common/user/UserGroupNotFoundException.php Go to diff View file
R src/common/user/UserHelper.class.php Go to diff View file
R src/common/user/UserImport.class.php Go to diff View file
R src/common/user/UserImportCollection.php Go to diff View file
R src/common/user/UserManager.class.php Go to diff View file
R src/common/user/UserNotActiveException.class.php Go to diff View file
R src/common/user/UserNotAuthorizedException.class.php Go to diff View file
R src/common/user/UserNotExistException.class.php Go to diff View file
R src/common/user/UserRetrieverByLoginNameEvent.php Go to diff View file
R src/common/user/UserStatusManager.class.php Go to diff View file
R src/common/user/User_SOAPServer.class.php Go to diff View file
R src/common/user/User_SSHKeyDumper.class.php Go to diff View file
R src/common/user/User_SSHKeyValidator.class.php Go to diff View file
R src/common/user/Users.class.php Go to diff View file
R src/common/user/XML/Import/ActionToBeTakenForUser.php Go to diff View file
R src/common/user/XML/Import/AlreadyExistingUser.php Go to diff View file
R src/common/user/XML/Import/EmailDoesNotMatchUser.php Go to diff View file
R src/common/user/XML/Import/IFindUserFromXMLReference.php Go to diff View file
R src/common/user/XML/Import/InvalidMappingFileException.php Go to diff View file
R src/common/user/XML/Import/InvalidUserTypeException.php Go to diff View file
R src/common/user/XML/Import/Mapping.php Go to diff View file
R src/common/user/XML/Import/MappingFileDoesNotExistException.php Go to diff View file
R src/common/user/XML/Import/MappingFileOptimusPrimeTransformer.php Go to diff View file
R src/common/user/XML/Import/MissingEntryInMappingFileException.php Go to diff View file
R src/common/user/XML/Import/ReadyToBeImportedUser.php Go to diff View file
R src/common/user/XML/Import/ReadyToBeImportedUsersCollection.php Go to diff View file
R src/common/user/XML/Import/ToBeActivatedUser.php Go to diff View file
R src/common/user/XML/Import/ToBeCreatedUser.php Go to diff View file
R src/common/user/XML/Import/ToBeMappedUser.php Go to diff View file
R src/common/user/XML/Import/User.php Go to diff View file
R src/common/user/XML/Import/UserCannotBeCreatedException.php Go to diff View file
R src/common/user/XML/Import/UserNotFoundException.php Go to diff View file
R src/common/user/XML/Import/UsersToBeImportedCollection.php Go to diff View file
R src/common/user/XML/Import/UsersToBeImportedCollectionBuilder.php Go to diff View file
R src/common/user/XML/Import/UsersXMLNotFoundException.php Go to diff View file
R src/common/user/XML/Import/WillBeActivatedUser.php Go to diff View file
R src/common/user/XML/Import/WillBeCreatedUser.php Go to diff View file
R src/common/user/XML/Import/WillBeMappedUser.php Go to diff View file
R src/common/user/XML/UserXMLExportedCollection.php Go to diff View file
R src/common/user/XML/UserXMLExporter.class.php Go to diff View file
R src/common/user/autoload.php Go to diff View file
M src/common/admin/PermissionDelegationController.php +4 −4 Go to diff View file
M src/common/dao/FileModuleMonitorDao.class.php +5 −7 Go to diff View file
M src/common/soap/SOAP_RequestValidator.class.php +1 −3 Go to diff View file
M src/common/svn/SVN_LogFactory.class.php +1 −5 Go to diff View file
M src/common/tracker/ArtifactField.class.php +0 −4 Go to diff View file
M src/common/tracker/ArtifactReport.class.php +0 −5 Go to diff View file
M src/www/account/change_pw.php +1 −1 Go to diff View file
M src/www/account/index.php +1 −1 Go to diff View file
M src/www/account/login.php +0 −2 Go to diff View file
M src/www/admin/generic_user.php +2 −3 Go to diff View file
M src/www/admin/permission_delegation.php +2 −2 Go to diff View file
M src/www/include/account.php +0 −1 Go to diff View file
M src/www/project/admin/editgenericmember.php +1 −2 Go to diff View file
M src/www/project/admin/userperms.php +1 −4 Go to diff View file
M src/www/soap/common/session.php +0 −2 Go to diff View file
M src/www/soap/project/index.php +0 −10 Go to diff View file
M src/www/svn/svn_utils.php +0 −4 Go to diff View file
M src/www/user/autocomplete.php +1 −1 Go to diff View file
M tests/bin/SimpleTest11x/TuleapTestCase.php +1 −1 Go to diff View file
M tests/phpunit/common/User/AccessKey/AccessKeyCreatorTest.php +1 −1 Go to diff View file
M tests/phpunit/common/User/AccessKey/AccessKeyTest.php +1 −1 Go to diff View file
M tests/phpunit/common/User/AccessKey/AccessKeyVerificationStringTest.php +2 −2 Go to diff View file
M tests/phpunit/common/User/AccessKey/LastAccessKeyIdentifierStoreTest.php +1 −1 Go to diff View file
M tests/phpunit/common/User/PasswordVerifierTest.php +0 −1 Go to diff View file
M tests/phpunit/phpunit.xml +1 −1 Go to diff View file
R tests/simpletest/common/user/Admin/UserStatusBuilderTest.php Go to diff View file
R tests/simpletest/common/user/Admin/UserStatusCheckerTest.php Go to diff View file
R tests/simpletest/common/user/ForgeUserGroupFactoryTest.php Go to diff View file
R tests/simpletest/common/user/ForgeUserGroupManagerTest.php Go to diff View file
R tests/simpletest/common/user/ForgeUserGroupPermission/SiteAdministratorPermissionCheckerTest.php Go to diff View file
R tests/simpletest/common/user/ForgeUserGroupPermissionsFactoryTest.php Go to diff View file
R tests/simpletest/common/user/GenericUserFactoryTest.php Go to diff View file
R tests/simpletest/common/user/LoginManagerTest.php Go to diff View file
R tests/simpletest/common/user/Password/Reset/CreatorTest.php Go to diff View file
R tests/simpletest/common/user/Password/Reset/RevokerTest.php Go to diff View file
R tests/simpletest/common/user/Password/Reset/TokenTest.php Go to diff View file
R tests/simpletest/common/user/Password/Reset/VerifierTest.php Go to diff View file
R tests/simpletest/common/user/PasswordExpirationCheckerTest.php Go to diff View file
R tests/simpletest/common/user/RandomNumberGeneratorTest.php Go to diff View file
R tests/simpletest/common/user/RequestFromAutocompleterTest.php Go to diff View file
R tests/simpletest/common/user/SessionManagerTest.php Go to diff View file
R tests/simpletest/common/user/StandardPasswordHandlerTest.php Go to diff View file
R tests/simpletest/common/user/UserAccountValidityTest.php Go to diff View file
R tests/simpletest/common/user/UserHelperTest.php Go to diff View file
R tests/simpletest/common/user/UserImportTest.php Go to diff View file
R tests/simpletest/common/user/UserManagerTest.php Go to diff View file
R tests/simpletest/common/user/UserStatusManagerTest.php Go to diff View file
R tests/simpletest/common/user/UserTest.php Go to diff View file
R tests/simpletest/common/user/UserTestBuilder.php Go to diff View file
R tests/simpletest/common/user/User_SOAPServerTest.php Go to diff View file
R tests/simpletest/common/user/User_SSHKeyDumperTest.php Go to diff View file
R tests/simpletest/common/user/User_SSHKeyValidatorTest.php Go to diff View file
R tests/simpletest/common/user/UsersTest.php Go to diff View file
R tests/simpletest/common/user/XML/Import/AlreadyExistingUserTest.php Go to diff View file
R tests/simpletest/common/user/XML/Import/EmailDoesNotMatchUserTest.php Go to diff View file
R tests/simpletest/common/user/XML/Import/MappingFileOptimusPrimeTransformerTest.php Go to diff View file
R tests/simpletest/common/user/XML/Import/MappingTest.php Go to diff View file
R tests/simpletest/common/user/XML/Import/ReadyToBeImportedUsersCollectionTest.php Go to diff View file
R tests/simpletest/common/user/XML/Import/ToBeActivatedUserTest.php Go to diff View file
R tests/simpletest/common/user/XML/Import/ToBeCreatedUserTest.php Go to diff View file
R tests/simpletest/common/user/XML/Import/ToBeMappedUserTest.php Go to diff View file
R tests/simpletest/common/user/XML/Import/UsersToBeImportedCollectionBuilderTest.php Go to diff View file
R tests/simpletest/common/user/XML/Import/UsersToBeImportedCollectionTest.php Go to diff View file
R tests/simpletest/common/user/XML/Import/WillBeCreatedUserTest.php Go to diff View file
R tests/simpletest/common/user/XML/UserXMLExportedCollectionTest.php Go to diff View file
R tests/simpletest/common/user/XML/UserXMLExporterTest.php Go to diff View file
R tests/simpletest/common/user/_fixtures/user_email_import.txt Go to diff View file
R tests/simpletest/common/user/_fixtures/user_import.txt Go to diff View file
R tests/simpletest/common/user/_fixtures/users/.gitkeep Go to diff View file
M tests/simpletest/common/backend/BackendCVSTest.php +1 −7 Go to diff View file
M tests/simpletest/common/backend/BackendSVNTest.php +1 −9 Go to diff View file
M tests/simpletest/common/backend/BackendSystemTest.php +1 −8 Go to diff View file
M tests/simpletest/common/project/Project_SOAPServerTest.php +0 −3 Go to diff View file
M tests/simpletest/common/svn/SVN_RepositoryListingTest.php +1 −6 Go to diff View file
M tests/simpletest/common/system_event/SystemEventManagerTest.php +0 −3 Go to diff View file
M tests/simpletest/common/system_event/include/SystemEvent_COMPUTE_MD5SUM_Test.php +5 −8 Go to diff View file
M tests/simpletest/common/system_event/include/SystemEvent_USER_RENAME_Test.php +5 −10 Go to diff View file
M tests/simpletest/common/tracker/ArtifactImportTest.php +0 −11 Go to diff View file
M tests/simpletest/common/valid/Rule_UserNameIntegrationTest.php +0 −6 Go to diff View file
M tests/simpletest/common/valid/Rule_UserNameTest.php +5 −9 Go to diff View file