[TASK] Move FrontendBackendUserAuthentication into EXT:frontend
Since FrontendBackendUserAuthentication, required for executing the Frontend request process, has only dependencies to EXT:frontend and EXT:core it is now moved to EXT:frontend. Resolves: #105175 Releases: main Change-Id: Ib04e7d1e7a47b00b32d9c477cb7cdb47238b158e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85901 Tested-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com>
Showing
- composer.json 2 additions, 1 deletioncomposer.json
- composer.lock 1 addition, 1 deletioncomposer.lock
- typo3/sysext/adminpanel/Classes/Repositories/FrontendGroupsRepository.php 1 addition, 1 deletion...inpanel/Classes/Repositories/FrontendGroupsRepository.php
- typo3/sysext/adminpanel/Classes/Utility/StateUtility.php 1 addition, 1 deletiontypo3/sysext/adminpanel/Classes/Utility/StateUtility.php
- typo3/sysext/adminpanel/Tests/Unit/Middleware/AdminPanelInitiatorTest.php 1 addition, 1 deletion...inpanel/Tests/Unit/Middleware/AdminPanelInitiatorTest.php
- typo3/sysext/adminpanel/Tests/Unit/Utility/StateUtilityTest.php 1 addition, 1 deletion...sysext/adminpanel/Tests/Unit/Utility/StateUtilityTest.php
- typo3/sysext/core/Documentation/Changelog/13.4/Important-105175-MoveFrontendBackendUserAuthenticationIntoEXTfrontend.rst 22 additions, 0 deletions...-MoveFrontendBackendUserAuthenticationIntoEXTfrontend.rst
- typo3/sysext/frontend/Classes/Authentication/FrontendBackendUserAuthentication.php 1 addition, 1 deletion...sses/Authentication/FrontendBackendUserAuthentication.php
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 1 addition, 1 deletion...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php 1 addition, 1 deletion.../frontend/Classes/Middleware/BackendUserAuthenticator.php
- typo3/sysext/frontend/Classes/Page/PageInformationFactory.php 1 addition, 1 deletion...3/sysext/frontend/Classes/Page/PageInformationFactory.php
- typo3/sysext/frontend/Migrations/Code/ClassAliasMap.php 20 additions, 0 deletionstypo3/sysext/frontend/Migrations/Code/ClassAliasMap.php
- typo3/sysext/frontend/Migrations/Code/LegacyClassesForIde.php 27 additions, 0 deletions...3/sysext/frontend/Migrations/Code/LegacyClassesForIde.php
- typo3/sysext/frontend/composer.json 5 additions, 0 deletionstypo3/sysext/frontend/composer.json
- typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php 1 addition, 1 deletion...sysext/workspaces/Classes/Middleware/WorkspacePreview.php
Please register or sign in to comment