[FEATURE] Add submodule for filemounts
Adds a submodule to the beuser module, which provides an overview over all filemounts and allows them to modify, hide, delete and add those. Resolves: #99038 Releases: main Change-Id: I2769ad34562c0428226da4abe1ab79077fc52475 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76547 Tested-by:core-ci <typo3@b13.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Susanne Moog <look@susi.dev> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/beuser/Classes/Controller/BackendUserController.php 43 additions, 3 deletions...ysext/beuser/Classes/Controller/BackendUserController.php
- typo3/sysext/beuser/Classes/Domain/Model/FileMount.php 155 additions, 0 deletionstypo3/sysext/beuser/Classes/Domain/Model/FileMount.php
- typo3/sysext/beuser/Classes/Domain/Repository/FileMountRepository.php 37 additions, 0 deletions.../beuser/Classes/Domain/Repository/FileMountRepository.php
- typo3/sysext/beuser/Configuration/Backend/Modules.php 1 addition, 0 deletionstypo3/sysext/beuser/Configuration/Backend/Modules.php
- typo3/sysext/beuser/Configuration/Extbase/Persistence/Classes.php 3 additions, 0 deletions...sext/beuser/Configuration/Extbase/Persistence/Classes.php
- typo3/sysext/beuser/README.rst 3 additions, 0 deletionstypo3/sysext/beuser/README.rst
- typo3/sysext/beuser/Resources/Private/Language/locallang.xlf 24 additions, 0 deletionstypo3/sysext/beuser/Resources/Private/Language/locallang.xlf
- typo3/sysext/beuser/Resources/Private/Partials/Filemount/IndexListRow.html 68 additions, 0 deletions...er/Resources/Private/Partials/Filemount/IndexListRow.html
- typo3/sysext/beuser/Resources/Private/Partials/Filemount/NoFilemounts.html 28 additions, 0 deletions...er/Resources/Private/Partials/Filemount/NoFilemounts.html
- typo3/sysext/beuser/Resources/Private/Partials/Filemount/PaginatedList.html 29 additions, 0 deletions...r/Resources/Private/Partials/Filemount/PaginatedList.html
- typo3/sysext/beuser/Resources/Private/Partials/Filemount/TotalFilemounts.html 15 additions, 0 deletions...Resources/Private/Partials/Filemount/TotalFilemounts.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Filemounts.html 17 additions, 0 deletions...r/Resources/Private/Templates/BackendUser/Filemounts.html
- typo3/sysext/beuser/Tests/Unit/Domain/Repository/FileMountRepositoryTest.php 32 additions, 0 deletions.../Tests/Unit/Domain/Repository/FileMountRepositoryTest.php
- typo3/sysext/core/Documentation/Changelog/12.1/Feature-99038-SubmoduleForFilemountsInBeUsermodule.rst 25 additions, 0 deletions....1/Feature-99038-SubmoduleForFilemountsInBeUsermodule.rst
Please register or sign in to comment