From d01329f26784e896d4740b9186be50e8e5e70ee4 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/attributes.json | 0 Admin/Install/db.json | 0 Admin/Install/equipmenttype.json | 0 Admin/Install/inspectiontype.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/ApiEquipmentAttributeController.php | 0 Controller/ApiEquipmentTypeController.php | 0 Controller/ApiInspectionTypeController.php | 0 Controller/BackendController.php | 0 Controller/Controller.php | 0 Docs/Dev/en/SUMMARY.md | 0 ICLA.txt | 0 Models/Attribute/EquipmentAttributeMapper.php | 0 Models/Attribute/EquipmentAttributeTypeL11nMapper.php | 0 Models/Attribute/EquipmentAttributeTypeMapper.php | 0 Models/Attribute/EquipmentAttributeValueL11nMapper.php | 0 Models/Attribute/EquipmentAttributeValueMapper.php | 0 Models/Cost.php | 0 Models/CostType.php | 0 Models/Equipment.php | 0 Models/EquipmentMapper.php | 0 Models/EquipmentStatus.php | 0 Models/EquipmentTypeL11nMapper.php | 0 Models/EquipmentTypeMapper.php | 0 Models/Inspection.php | 0 Models/InspectionMapper.php | 0 Models/InspectionStatus.php | 0 Models/InspectionTypeL11nMapper.php | 0 Models/InspectionTypeMapper.php | 0 Models/NullEquipment.php | 0 Models/NullInspection.php | 0 Models/PermissionCategory.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/equipment-list.tpl.php | 0 Theme/Backend/equipment-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 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/ApiControllerEquipmentTrait.php | 0 tests/Controller/ApiControllerTest.php | 0 tests/Models/NullEquipmentTest.php | 0 tests/Models/NullInspectionTest.php | 0 tests/Models/Vehicle.php | 0 tests/phpunit_default.xml | 0 70 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/attributes.json mode change 100755 => 100644 Admin/Install/db.json mode change 100755 => 100644 Admin/Install/equipmenttype.json mode change 100755 => 100644 Admin/Install/inspectiontype.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/ApiEquipmentAttributeController.php mode change 100755 => 100644 Controller/ApiEquipmentTypeController.php mode change 100755 => 100644 Controller/ApiInspectionTypeController.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/EquipmentAttributeMapper.php mode change 100755 => 100644 Models/Attribute/EquipmentAttributeTypeL11nMapper.php mode change 100755 => 100644 Models/Attribute/EquipmentAttributeTypeMapper.php mode change 100755 => 100644 Models/Attribute/EquipmentAttributeValueL11nMapper.php mode change 100755 => 100644 Models/Attribute/EquipmentAttributeValueMapper.php mode change 100755 => 100644 Models/Cost.php mode change 100755 => 100644 Models/CostType.php mode change 100755 => 100644 Models/Equipment.php mode change 100755 => 100644 Models/EquipmentMapper.php mode change 100755 => 100644 Models/EquipmentStatus.php mode change 100755 => 100644 Models/EquipmentTypeL11nMapper.php mode change 100755 => 100644 Models/EquipmentTypeMapper.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/NullEquipment.php mode change 100755 => 100644 Models/NullInspection.php mode change 100755 => 100644 Models/PermissionCategory.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/equipment-list.tpl.php mode change 100755 => 100644 Theme/Backend/equipment-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 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/ApiControllerEquipmentTrait.php mode change 100755 => 100644 tests/Controller/ApiControllerTest.php mode change 100755 => 100644 tests/Models/NullEquipmentTest.php mode change 100755 => 100644 tests/Models/NullInspectionTest.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/attributes.json b/Admin/Install/attributes.json 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/equipmenttype.json b/Admin/Install/equipmenttype.json old mode 100755 new mode 100644 diff --git a/Admin/Install/inspectiontype.json b/Admin/Install/inspectiontype.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/ApiEquipmentAttributeController.php b/Controller/ApiEquipmentAttributeController.php old mode 100755 new mode 100644 diff --git a/Controller/ApiEquipmentTypeController.php b/Controller/ApiEquipmentTypeController.php old mode 100755 new mode 100644 diff --git a/Controller/ApiInspectionTypeController.php b/Controller/ApiInspectionTypeController.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/EquipmentAttributeMapper.php b/Models/Attribute/EquipmentAttributeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/EquipmentAttributeTypeL11nMapper.php b/Models/Attribute/EquipmentAttributeTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/EquipmentAttributeTypeMapper.php b/Models/Attribute/EquipmentAttributeTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/EquipmentAttributeValueL11nMapper.php b/Models/Attribute/EquipmentAttributeValueL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/EquipmentAttributeValueMapper.php b/Models/Attribute/EquipmentAttributeValueMapper.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/Equipment.php b/Models/Equipment.php old mode 100755 new mode 100644 diff --git a/Models/EquipmentMapper.php b/Models/EquipmentMapper.php old mode 100755 new mode 100644 diff --git a/Models/EquipmentStatus.php b/Models/EquipmentStatus.php old mode 100755 new mode 100644 diff --git a/Models/EquipmentTypeL11nMapper.php b/Models/EquipmentTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/EquipmentTypeMapper.php b/Models/EquipmentTypeMapper.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/NullEquipment.php b/Models/NullEquipment.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/PermissionCategory.php b/Models/PermissionCategory.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/equipment-list.tpl.php b/Theme/Backend/equipment-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/equipment-view.tpl.php b/Theme/Backend/equipment-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/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/ApiControllerEquipmentTrait.php b/tests/Controller/Api/ApiControllerEquipmentTrait.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/NullEquipmentTest.php b/tests/Models/NullEquipmentTest.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/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