-
- Downloads
Refacto + fix phpstan and phpcs errors
Add template for no authorized user on capsule edition
parent
933acce9
No related branches found
No related tags found
Showing
- config/routes.yaml 1 addition, 4 deletionsconfig/routes.yaml
- src/Controller/CapsuleController.php 56 additions, 4 deletionssrc/Controller/CapsuleController.php
- src/Controller/FallbackController.php 32 additions, 34 deletionssrc/Controller/FallbackController.php
- src/Controller/ProjectController.php 27 additions, 18 deletionssrc/Controller/ProjectController.php
- src/Entity/Capsule.php 1 addition, 33 deletionssrc/Entity/Capsule.php
- src/Exception/CapsuleNotFoundException.php 8 additions, 0 deletionssrc/Exception/CapsuleNotFoundException.php
- src/Exception/CurlInitFailedException.php 0 additions, 1 deletionsrc/Exception/CurlInitFailedException.php
- src/Exception/ZipArchiveNotOpeningException.php 0 additions, 2 deletionssrc/Exception/ZipArchiveNotOpeningException.php
- src/Helper/LegacyHelper.php 11 additions, 1 deletionsrc/Helper/LegacyHelper.php
- src/Repository/CapsuleRepository.php 4 additions, 113 deletionssrc/Repository/CapsuleRepository.php
- src/Repository/UserRepository.php 2 additions, 0 deletionssrc/Repository/UserRepository.php
- templates/capsule/no_edition_access.html.twig 32 additions, 0 deletionstemplates/capsule/no_edition_access.html.twig
- templates/project/edit.html.twig 22 additions, 0 deletionstemplates/project/edit.html.twig
- translations/messages.en.yaml 6 additions, 1 deletiontranslations/messages.en.yaml
src/Exception/CapsuleNotFoundException.php
0 → 100644
templates/project/edit.html.twig
0 → 100644
Please register or sign in to comment