[TASK] Cleanup CLI handling of CLI commands
The new _CLI_ user authentication is now explictly set and required in each command (if a user is needed) during runtime, and not done by the bootstrap anymore, so this needs to be called separately. Additionally, some cleanups to the new CommandLineUserAuthentication is made. Resolves: #79260 Releases: master Change-Id: I6a882d083ec6fd878519c1472702f2a724bd7ed3 Reviewed-on: https://review.typo3.org/51248 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/sysext/core/Classes/Authentication/CommandLineUserAuthentication.php 12 additions, 10 deletions.../Classes/Authentication/CommandLineUserAuthentication.php
- typo3/sysext/core/Classes/Console/CommandRequestHandler.php 7 additions, 29 deletionstypo3/sysext/core/Classes/Console/CommandRequestHandler.php
- typo3/sysext/core/Documentation/Changelog/8.0/Feature-73042-IntroduceNativeSupportForSymfonyConsole.rst 3 additions, 4 deletions...Feature-73042-IntroduceNativeSupportForSymfonyConsole.rst
- typo3/sysext/lowlevel/Classes/Command/CleanFlexFormsCommand.php 3 additions, 16 deletions...sysext/lowlevel/Classes/Command/CleanFlexFormsCommand.php
- typo3/sysext/lowlevel/Classes/Command/DeletedRecordsCommand.php 3 additions, 16 deletions...sysext/lowlevel/Classes/Command/DeletedRecordsCommand.php
- typo3/sysext/lowlevel/Classes/Command/FilesWithMultipleReferencesCommand.php 4 additions, 0 deletions...el/Classes/Command/FilesWithMultipleReferencesCommand.php
- typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php 4 additions, 0 deletionstypo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php
- typo3/sysext/lowlevel/Classes/Command/MissingFilesCommand.php 4 additions, 0 deletions...3/sysext/lowlevel/Classes/Command/MissingFilesCommand.php
- typo3/sysext/lowlevel/Classes/Command/MissingRelationsCommand.php 4 additions, 0 deletions...sext/lowlevel/Classes/Command/MissingRelationsCommand.php
- typo3/sysext/lowlevel/Classes/Command/OrphanRecordsCommand.php 3 additions, 16 deletions.../sysext/lowlevel/Classes/Command/OrphanRecordsCommand.php
- typo3/sysext/lowlevel/Classes/Command/RteImagesCommand.php 4 additions, 0 deletionstypo3/sysext/lowlevel/Classes/Command/RteImagesCommand.php
- typo3/sysext/lowlevel/Classes/Command/WorkspaceVersionRecordsCommand.php 3 additions, 18 deletions...wlevel/Classes/Command/WorkspaceVersionRecordsCommand.php
Please register or sign in to comment