fix permissions
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2025-04-02 14:15:05 +00:00
parent 39d3d5e6f8
commit bff713f616
98 changed files with 0 additions and 0 deletions

0
.github/workflows/greetings.yml vendored Executable file → Normal file
View File

0
.github/workflows/image.yml vendored Executable file → Normal file
View File

0
.github/workflows/main.yml vendored Executable file → Normal file
View File

0
.gitignore vendored Executable file → Normal file
View File

0
Admin/Install/Media.install.json Executable file → Normal file
View File

0
Admin/Install/Media.php Executable file → Normal file
View File

0
Admin/Install/Navigation.install.json Executable file → Normal file
View File

0
Admin/Install/Navigation.php Executable file → Normal file
View File

0
Admin/Install/db.json Executable file → Normal file
View File

0
Admin/Install/driver_attributes.json Executable file → Normal file
View File

0
Admin/Install/driver_inspectiontype.json Executable file → Normal file
View File

0
Admin/Install/fueltype.json Executable file → Normal file
View File

0
Admin/Install/vehicle_attributes.json Executable file → Normal file
View File

0
Admin/Install/vehicle_inspectiontype.json Executable file → Normal file
View File

0
Admin/Install/vehicle_type.json Executable file → Normal file
View File

0
Admin/Installer.php Executable file → Normal file
View File

0
Admin/Routes/Web/Api.php Executable file → Normal file
View File

0
Admin/Routes/Web/Backend.php Executable file → Normal file
View File

0
Admin/Status.php Executable file → Normal file
View File

0
Admin/Uninstaller.php Executable file → Normal file
View File

0
Admin/Updater.php Executable file → Normal file
View File

0
Controller.js Executable file → Normal file
View File

0
Controller/ApiController.php Executable file → Normal file
View File

0
Controller/ApiDriverAttributeController.php Executable file → Normal file
View File

0
Controller/ApiDriverController.php Executable file → Normal file
View File

0
Controller/ApiVehicleAttributeController.php Executable file → Normal file
View File

0
Controller/ApiVehicleController.php Executable file → Normal file
View File

0
Controller/BackendController.php Executable file → Normal file
View File

0
Controller/Controller.php Executable file → Normal file
View File

0
Docs/Dev/en/SUMMARY.md Executable file → Normal file
View File

0
ICLA.txt Executable file → Normal file
View File

0
Models/Attribute/DriverAttributeMapper.php Executable file → Normal file
View File

0
Models/Attribute/DriverAttributeTypeL11nMapper.php Executable file → Normal file
View File

0
Models/Attribute/DriverAttributeTypeMapper.php Executable file → Normal file
View File

0
Models/Attribute/DriverAttributeValueL11nMapper.php Executable file → Normal file
View File

0
Models/Attribute/DriverAttributeValueMapper.php Executable file → Normal file
View File

0
Models/Attribute/VehicleAttributeMapper.php Executable file → Normal file
View File

0
Models/Attribute/VehicleAttributeTypeL11nMapper.php Executable file → Normal file
View File

0
Models/Attribute/VehicleAttributeTypeMapper.php Executable file → Normal file
View File

0
Models/Attribute/VehicleAttributeValueL11nMapper.php Executable file → Normal file
View File

0
Models/Attribute/VehicleAttributeValueMapper.php Executable file → Normal file
View File

0
Models/Cost.php Executable file → Normal file
View File

0
Models/CostType.php Executable file → Normal file
View File

0
Models/Driver/Driver.php Executable file → Normal file
View File

0
Models/Driver/DriverInspectionMapper.php Executable file → Normal file
View File

0
Models/Driver/DriverInspectionTypeL11nMapper.php Executable file → Normal file
View File

0
Models/Driver/DriverInspectionTypeMapper.php Executable file → Normal file
View File

0
Models/Driver/DriverMapper.php Executable file → Normal file
View File

0
Models/Driver/DriverStatus.php Executable file → Normal file
View File

0
Models/Driver/NullDriver.php Executable file → Normal file
View File

0
Models/Driver/NullDriverInspection.php Executable file → Normal file
View File

0
Models/FuelTypeL11nMapper.php Executable file → Normal file
View File

0
Models/FuelTypeMapper.php Executable file → Normal file
View File

0
Models/Inspection.php Executable file → Normal file
View File

0
Models/InspectionMapper.php Executable file → Normal file
View File

0
Models/InspectionStatus.php Executable file → Normal file
View File

0
Models/InspectionTypeL11nMapper.php Executable file → Normal file
View File

0
Models/InspectionTypeMapper.php Executable file → Normal file
View File

0
Models/License.php Executable file → Normal file
View File

0
Models/LicenseType.php Executable file → Normal file
View File

0
Models/Milage.php Executable file → Normal file
View File

0
Models/MilageMapper.php Executable file → Normal file
View File

0
Models/NullInspection.php Executable file → Normal file
View File

0
Models/NullMilage.php Executable file → Normal file
View File

0
Models/NullVehicle.php Executable file → Normal file
View File

0
Models/PermissionCategory.php Executable file → Normal file
View File

0
Models/Vehicle.php Executable file → Normal file
View File

0
Models/VehicleMapper.php Executable file → Normal file
View File

0
Models/VehicleStatus.php Executable file → Normal file
View File

0
Models/VehicleTypeL11nMapper.php Executable file → Normal file
View File

0
Models/VehicleTypeMapper.php Executable file → Normal file
View File

0
README.md Executable file → Normal file
View File

0
Theme/Backend/Lang/Navigation.de.lang.php Executable file → Normal file
View File

0
Theme/Backend/Lang/Navigation.en.lang.php Executable file → Normal file
View File

0
Theme/Backend/Lang/de.lang.php Executable file → Normal file
View File

0
Theme/Backend/Lang/en.lang.php Executable file → Normal file
View File

0
Theme/Backend/driver-list.tpl.php Executable file → Normal file
View File

0
Theme/Backend/driver-view.tpl.php Executable file → Normal file
View File

0
Theme/Backend/inspection-list.tpl.php Executable file → Normal file
View File

0
Theme/Backend/inspection-type-list.tpl.php Executable file → Normal file
View File

0
Theme/Backend/inspection-view.tpl.php Executable file → Normal file
View File

0
Theme/Backend/vehicle-list.tpl.php Executable file → Normal file
View File

0
Theme/Backend/vehicle-view.tpl.php Executable file → Normal file
View File

0
composer.json Executable file → Normal file
View File

0
composer.lock generated Executable file → Normal file
View File

0
info.json Executable file → Normal file
View File

0
tests/Admin/AdminTest.php Executable file → Normal file
View File

0
tests/Autoloader.php Executable file → Normal file
View File

0
tests/Bootstrap.php Executable file → Normal file
View File

0
tests/Controller/Api/ApiControllerAttributeTrait.php Executable file → Normal file
View File

0
tests/Controller/Api/ApiControllerVehicleTrait.php Executable file → Normal file
View File

0
tests/Controller/ApiControllerTest.php Executable file → Normal file
View File

0
tests/Models/Driver/NullDriverInspection.php Executable file → Normal file
View File

0
tests/Models/Driver/NullDriverTest.php Executable file → Normal file
View File

0
tests/Models/NullInspectionTest.php Executable file → Normal file
View File

0
tests/Models/NullVehicleTest.php Executable file → Normal file
View File

0
tests/Models/Vehicle.php Executable file → Normal file
View File

0
tests/phpunit_default.xml Executable file → Normal file
View File