From bff713f61618bf664bb42653f417f099aec27c9c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 2 Apr 2025 14:15:05 +0000 Subject: [PATCH] fix permissions --- .github/workflows/greetings.yml | 0 .github/workflows/image.yml | 0 .github/workflows/main.yml | 0 .gitignore | 0 Admin/Install/Media.install.json | 0 Admin/Install/Media.php | 0 Admin/Install/Navigation.install.json | 0 Admin/Install/Navigation.php | 0 Admin/Install/db.json | 0 Admin/Install/driver_attributes.json | 0 Admin/Install/driver_inspectiontype.json | 0 Admin/Install/fueltype.json | 0 Admin/Install/vehicle_attributes.json | 0 Admin/Install/vehicle_inspectiontype.json | 0 Admin/Install/vehicle_type.json | 0 Admin/Installer.php | 0 Admin/Routes/Web/Api.php | 0 Admin/Routes/Web/Backend.php | 0 Admin/Status.php | 0 Admin/Uninstaller.php | 0 Admin/Updater.php | 0 Controller.js | 0 Controller/ApiController.php | 0 Controller/ApiDriverAttributeController.php | 0 Controller/ApiDriverController.php | 0 Controller/ApiVehicleAttributeController.php | 0 Controller/ApiVehicleController.php | 0 Controller/BackendController.php | 0 Controller/Controller.php | 0 Docs/Dev/en/SUMMARY.md | 0 ICLA.txt | 0 Models/Attribute/DriverAttributeMapper.php | 0 Models/Attribute/DriverAttributeTypeL11nMapper.php | 0 Models/Attribute/DriverAttributeTypeMapper.php | 0 Models/Attribute/DriverAttributeValueL11nMapper.php | 0 Models/Attribute/DriverAttributeValueMapper.php | 0 Models/Attribute/VehicleAttributeMapper.php | 0 Models/Attribute/VehicleAttributeTypeL11nMapper.php | 0 Models/Attribute/VehicleAttributeTypeMapper.php | 0 Models/Attribute/VehicleAttributeValueL11nMapper.php | 0 Models/Attribute/VehicleAttributeValueMapper.php | 0 Models/Cost.php | 0 Models/CostType.php | 0 Models/Driver/Driver.php | 0 Models/Driver/DriverInspectionMapper.php | 0 Models/Driver/DriverInspectionTypeL11nMapper.php | 0 Models/Driver/DriverInspectionTypeMapper.php | 0 Models/Driver/DriverMapper.php | 0 Models/Driver/DriverStatus.php | 0 Models/Driver/NullDriver.php | 0 Models/Driver/NullDriverInspection.php | 0 Models/FuelTypeL11nMapper.php | 0 Models/FuelTypeMapper.php | 0 Models/Inspection.php | 0 Models/InspectionMapper.php | 0 Models/InspectionStatus.php | 0 Models/InspectionTypeL11nMapper.php | 0 Models/InspectionTypeMapper.php | 0 Models/License.php | 0 Models/LicenseType.php | 0 Models/Milage.php | 0 Models/MilageMapper.php | 0 Models/NullInspection.php | 0 Models/NullMilage.php | 0 Models/NullVehicle.php | 0 Models/PermissionCategory.php | 0 Models/Vehicle.php | 0 Models/VehicleMapper.php | 0 Models/VehicleStatus.php | 0 Models/VehicleTypeL11nMapper.php | 0 Models/VehicleTypeMapper.php | 0 README.md | 0 Theme/Backend/Lang/Navigation.de.lang.php | 0 Theme/Backend/Lang/Navigation.en.lang.php | 0 Theme/Backend/Lang/de.lang.php | 0 Theme/Backend/Lang/en.lang.php | 0 Theme/Backend/driver-list.tpl.php | 0 Theme/Backend/driver-view.tpl.php | 0 Theme/Backend/inspection-list.tpl.php | 0 Theme/Backend/inspection-type-list.tpl.php | 0 Theme/Backend/inspection-view.tpl.php | 0 Theme/Backend/vehicle-list.tpl.php | 0 Theme/Backend/vehicle-view.tpl.php | 0 composer.json | 0 composer.lock | 0 info.json | 0 tests/Admin/AdminTest.php | 0 tests/Autoloader.php | 0 tests/Bootstrap.php | 0 tests/Controller/Api/ApiControllerAttributeTrait.php | 0 tests/Controller/Api/ApiControllerVehicleTrait.php | 0 tests/Controller/ApiControllerTest.php | 0 tests/Models/Driver/NullDriverInspection.php | 0 tests/Models/Driver/NullDriverTest.php | 0 tests/Models/NullInspectionTest.php | 0 tests/Models/NullVehicleTest.php | 0 tests/Models/Vehicle.php | 0 tests/phpunit_default.xml | 0 98 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .github/workflows/greetings.yml mode change 100755 => 100644 .github/workflows/image.yml mode change 100755 => 100644 .github/workflows/main.yml mode change 100755 => 100644 .gitignore mode change 100755 => 100644 Admin/Install/Media.install.json mode change 100755 => 100644 Admin/Install/Media.php mode change 100755 => 100644 Admin/Install/Navigation.install.json mode change 100755 => 100644 Admin/Install/Navigation.php mode change 100755 => 100644 Admin/Install/db.json mode change 100755 => 100644 Admin/Install/driver_attributes.json mode change 100755 => 100644 Admin/Install/driver_inspectiontype.json mode change 100755 => 100644 Admin/Install/fueltype.json mode change 100755 => 100644 Admin/Install/vehicle_attributes.json mode change 100755 => 100644 Admin/Install/vehicle_inspectiontype.json mode change 100755 => 100644 Admin/Install/vehicle_type.json mode change 100755 => 100644 Admin/Installer.php mode change 100755 => 100644 Admin/Routes/Web/Api.php mode change 100755 => 100644 Admin/Routes/Web/Backend.php mode change 100755 => 100644 Admin/Status.php mode change 100755 => 100644 Admin/Uninstaller.php mode change 100755 => 100644 Admin/Updater.php mode change 100755 => 100644 Controller.js mode change 100755 => 100644 Controller/ApiController.php mode change 100755 => 100644 Controller/ApiDriverAttributeController.php mode change 100755 => 100644 Controller/ApiDriverController.php mode change 100755 => 100644 Controller/ApiVehicleAttributeController.php mode change 100755 => 100644 Controller/ApiVehicleController.php mode change 100755 => 100644 Controller/BackendController.php mode change 100755 => 100644 Controller/Controller.php mode change 100755 => 100644 Docs/Dev/en/SUMMARY.md mode change 100755 => 100644 ICLA.txt mode change 100755 => 100644 Models/Attribute/DriverAttributeMapper.php mode change 100755 => 100644 Models/Attribute/DriverAttributeTypeL11nMapper.php mode change 100755 => 100644 Models/Attribute/DriverAttributeTypeMapper.php mode change 100755 => 100644 Models/Attribute/DriverAttributeValueL11nMapper.php mode change 100755 => 100644 Models/Attribute/DriverAttributeValueMapper.php mode change 100755 => 100644 Models/Attribute/VehicleAttributeMapper.php mode change 100755 => 100644 Models/Attribute/VehicleAttributeTypeL11nMapper.php mode change 100755 => 100644 Models/Attribute/VehicleAttributeTypeMapper.php mode change 100755 => 100644 Models/Attribute/VehicleAttributeValueL11nMapper.php mode change 100755 => 100644 Models/Attribute/VehicleAttributeValueMapper.php mode change 100755 => 100644 Models/Cost.php mode change 100755 => 100644 Models/CostType.php mode change 100755 => 100644 Models/Driver/Driver.php mode change 100755 => 100644 Models/Driver/DriverInspectionMapper.php mode change 100755 => 100644 Models/Driver/DriverInspectionTypeL11nMapper.php mode change 100755 => 100644 Models/Driver/DriverInspectionTypeMapper.php mode change 100755 => 100644 Models/Driver/DriverMapper.php mode change 100755 => 100644 Models/Driver/DriverStatus.php mode change 100755 => 100644 Models/Driver/NullDriver.php mode change 100755 => 100644 Models/Driver/NullDriverInspection.php mode change 100755 => 100644 Models/FuelTypeL11nMapper.php mode change 100755 => 100644 Models/FuelTypeMapper.php mode change 100755 => 100644 Models/Inspection.php mode change 100755 => 100644 Models/InspectionMapper.php mode change 100755 => 100644 Models/InspectionStatus.php mode change 100755 => 100644 Models/InspectionTypeL11nMapper.php mode change 100755 => 100644 Models/InspectionTypeMapper.php mode change 100755 => 100644 Models/License.php mode change 100755 => 100644 Models/LicenseType.php mode change 100755 => 100644 Models/Milage.php mode change 100755 => 100644 Models/MilageMapper.php mode change 100755 => 100644 Models/NullInspection.php mode change 100755 => 100644 Models/NullMilage.php mode change 100755 => 100644 Models/NullVehicle.php mode change 100755 => 100644 Models/PermissionCategory.php mode change 100755 => 100644 Models/Vehicle.php mode change 100755 => 100644 Models/VehicleMapper.php mode change 100755 => 100644 Models/VehicleStatus.php mode change 100755 => 100644 Models/VehicleTypeL11nMapper.php mode change 100755 => 100644 Models/VehicleTypeMapper.php mode change 100755 => 100644 README.md mode change 100755 => 100644 Theme/Backend/Lang/Navigation.de.lang.php mode change 100755 => 100644 Theme/Backend/Lang/Navigation.en.lang.php mode change 100755 => 100644 Theme/Backend/Lang/de.lang.php mode change 100755 => 100644 Theme/Backend/Lang/en.lang.php mode change 100755 => 100644 Theme/Backend/driver-list.tpl.php mode change 100755 => 100644 Theme/Backend/driver-view.tpl.php mode change 100755 => 100644 Theme/Backend/inspection-list.tpl.php mode change 100755 => 100644 Theme/Backend/inspection-type-list.tpl.php mode change 100755 => 100644 Theme/Backend/inspection-view.tpl.php mode change 100755 => 100644 Theme/Backend/vehicle-list.tpl.php mode change 100755 => 100644 Theme/Backend/vehicle-view.tpl.php mode change 100755 => 100644 composer.json mode change 100755 => 100644 composer.lock mode change 100755 => 100644 info.json mode change 100755 => 100644 tests/Admin/AdminTest.php mode change 100755 => 100644 tests/Autoloader.php mode change 100755 => 100644 tests/Bootstrap.php mode change 100755 => 100644 tests/Controller/Api/ApiControllerAttributeTrait.php mode change 100755 => 100644 tests/Controller/Api/ApiControllerVehicleTrait.php mode change 100755 => 100644 tests/Controller/ApiControllerTest.php mode change 100755 => 100644 tests/Models/Driver/NullDriverInspection.php mode change 100755 => 100644 tests/Models/Driver/NullDriverTest.php mode change 100755 => 100644 tests/Models/NullInspectionTest.php mode change 100755 => 100644 tests/Models/NullVehicleTest.php mode change 100755 => 100644 tests/Models/Vehicle.php mode change 100755 => 100644 tests/phpunit_default.xml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/Admin/Install/Media.install.json b/Admin/Install/Media.install.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Media.php b/Admin/Install/Media.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php old mode 100755 new mode 100644 diff --git a/Admin/Install/db.json b/Admin/Install/db.json old mode 100755 new mode 100644 diff --git a/Admin/Install/driver_attributes.json b/Admin/Install/driver_attributes.json old mode 100755 new mode 100644 diff --git a/Admin/Install/driver_inspectiontype.json b/Admin/Install/driver_inspectiontype.json old mode 100755 new mode 100644 diff --git a/Admin/Install/fueltype.json b/Admin/Install/fueltype.json old mode 100755 new mode 100644 diff --git a/Admin/Install/vehicle_attributes.json b/Admin/Install/vehicle_attributes.json old mode 100755 new mode 100644 diff --git a/Admin/Install/vehicle_inspectiontype.json b/Admin/Install/vehicle_inspectiontype.json old mode 100755 new mode 100644 diff --git a/Admin/Install/vehicle_type.json b/Admin/Install/vehicle_type.json old mode 100755 new mode 100644 diff --git a/Admin/Installer.php b/Admin/Installer.php old mode 100755 new mode 100644 diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php old mode 100755 new mode 100644 diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php old mode 100755 new mode 100644 diff --git a/Admin/Status.php b/Admin/Status.php old mode 100755 new mode 100644 diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php old mode 100755 new mode 100644 diff --git a/Admin/Updater.php b/Admin/Updater.php old mode 100755 new mode 100644 diff --git a/Controller.js b/Controller.js old mode 100755 new mode 100644 diff --git a/Controller/ApiController.php b/Controller/ApiController.php old mode 100755 new mode 100644 diff --git a/Controller/ApiDriverAttributeController.php b/Controller/ApiDriverAttributeController.php old mode 100755 new mode 100644 diff --git a/Controller/ApiDriverController.php b/Controller/ApiDriverController.php old mode 100755 new mode 100644 diff --git a/Controller/ApiVehicleAttributeController.php b/Controller/ApiVehicleAttributeController.php old mode 100755 new mode 100644 diff --git a/Controller/ApiVehicleController.php b/Controller/ApiVehicleController.php old mode 100755 new mode 100644 diff --git a/Controller/BackendController.php b/Controller/BackendController.php old mode 100755 new mode 100644 diff --git a/Controller/Controller.php b/Controller/Controller.php old mode 100755 new mode 100644 diff --git a/Docs/Dev/en/SUMMARY.md b/Docs/Dev/en/SUMMARY.md old mode 100755 new mode 100644 diff --git a/ICLA.txt b/ICLA.txt old mode 100755 new mode 100644 diff --git a/Models/Attribute/DriverAttributeMapper.php b/Models/Attribute/DriverAttributeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/DriverAttributeTypeL11nMapper.php b/Models/Attribute/DriverAttributeTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/DriverAttributeTypeMapper.php b/Models/Attribute/DriverAttributeTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/DriverAttributeValueL11nMapper.php b/Models/Attribute/DriverAttributeValueL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/DriverAttributeValueMapper.php b/Models/Attribute/DriverAttributeValueMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/VehicleAttributeMapper.php b/Models/Attribute/VehicleAttributeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/VehicleAttributeTypeL11nMapper.php b/Models/Attribute/VehicleAttributeTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/VehicleAttributeTypeMapper.php b/Models/Attribute/VehicleAttributeTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/VehicleAttributeValueL11nMapper.php b/Models/Attribute/VehicleAttributeValueL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/VehicleAttributeValueMapper.php b/Models/Attribute/VehicleAttributeValueMapper.php old mode 100755 new mode 100644 diff --git a/Models/Cost.php b/Models/Cost.php old mode 100755 new mode 100644 diff --git a/Models/CostType.php b/Models/CostType.php old mode 100755 new mode 100644 diff --git a/Models/Driver/Driver.php b/Models/Driver/Driver.php old mode 100755 new mode 100644 diff --git a/Models/Driver/DriverInspectionMapper.php b/Models/Driver/DriverInspectionMapper.php old mode 100755 new mode 100644 diff --git a/Models/Driver/DriverInspectionTypeL11nMapper.php b/Models/Driver/DriverInspectionTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Driver/DriverInspectionTypeMapper.php b/Models/Driver/DriverInspectionTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Driver/DriverMapper.php b/Models/Driver/DriverMapper.php old mode 100755 new mode 100644 diff --git a/Models/Driver/DriverStatus.php b/Models/Driver/DriverStatus.php old mode 100755 new mode 100644 diff --git a/Models/Driver/NullDriver.php b/Models/Driver/NullDriver.php old mode 100755 new mode 100644 diff --git a/Models/Driver/NullDriverInspection.php b/Models/Driver/NullDriverInspection.php old mode 100755 new mode 100644 diff --git a/Models/FuelTypeL11nMapper.php b/Models/FuelTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/FuelTypeMapper.php b/Models/FuelTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Inspection.php b/Models/Inspection.php old mode 100755 new mode 100644 diff --git a/Models/InspectionMapper.php b/Models/InspectionMapper.php old mode 100755 new mode 100644 diff --git a/Models/InspectionStatus.php b/Models/InspectionStatus.php old mode 100755 new mode 100644 diff --git a/Models/InspectionTypeL11nMapper.php b/Models/InspectionTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/InspectionTypeMapper.php b/Models/InspectionTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/License.php b/Models/License.php old mode 100755 new mode 100644 diff --git a/Models/LicenseType.php b/Models/LicenseType.php old mode 100755 new mode 100644 diff --git a/Models/Milage.php b/Models/Milage.php old mode 100755 new mode 100644 diff --git a/Models/MilageMapper.php b/Models/MilageMapper.php old mode 100755 new mode 100644 diff --git a/Models/NullInspection.php b/Models/NullInspection.php old mode 100755 new mode 100644 diff --git a/Models/NullMilage.php b/Models/NullMilage.php old mode 100755 new mode 100644 diff --git a/Models/NullVehicle.php b/Models/NullVehicle.php old mode 100755 new mode 100644 diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php old mode 100755 new mode 100644 diff --git a/Models/Vehicle.php b/Models/Vehicle.php old mode 100755 new mode 100644 diff --git a/Models/VehicleMapper.php b/Models/VehicleMapper.php old mode 100755 new mode 100644 diff --git a/Models/VehicleStatus.php b/Models/VehicleStatus.php old mode 100755 new mode 100644 diff --git a/Models/VehicleTypeL11nMapper.php b/Models/VehicleTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/VehicleTypeMapper.php b/Models/VehicleTypeMapper.php old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/driver-list.tpl.php b/Theme/Backend/driver-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/driver-view.tpl.php b/Theme/Backend/driver-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/inspection-list.tpl.php b/Theme/Backend/inspection-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/inspection-type-list.tpl.php b/Theme/Backend/inspection-type-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/inspection-view.tpl.php b/Theme/Backend/inspection-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/vehicle-list.tpl.php b/Theme/Backend/vehicle-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/vehicle-view.tpl.php b/Theme/Backend/vehicle-view.tpl.php old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 diff --git a/info.json b/info.json old mode 100755 new mode 100644 diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php old mode 100755 new mode 100644 diff --git a/tests/Autoloader.php b/tests/Autoloader.php old mode 100755 new mode 100644 diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/ApiControllerAttributeTrait.php b/tests/Controller/Api/ApiControllerAttributeTrait.php old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/ApiControllerVehicleTrait.php b/tests/Controller/Api/ApiControllerVehicleTrait.php old mode 100755 new mode 100644 diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/Driver/NullDriverInspection.php b/tests/Models/Driver/NullDriverInspection.php old mode 100755 new mode 100644 diff --git a/tests/Models/Driver/NullDriverTest.php b/tests/Models/Driver/NullDriverTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullInspectionTest.php b/tests/Models/NullInspectionTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullVehicleTest.php b/tests/Models/NullVehicleTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/Vehicle.php b/tests/Models/Vehicle.php old mode 100755 new mode 100644 diff --git a/tests/phpunit_default.xml b/tests/phpunit_default.xml old mode 100755 new mode 100644