From dcb030febd7f68b37ccf03708251c6daee43eb1a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 2 Apr 2025 14:15:04 +0000 Subject: [PATCH] fix permissions --- .github/workflows/greetings.yml | 0 .github/workflows/image.yml | 0 .github/workflows/main.yml | 0 .gitignore | 0 Admin/Install/Admin.install.php | 0 Admin/Install/Navigation.install.json | 0 Admin/Install/Navigation.php | 0 Admin/Install/Tag.install.json | 0 Admin/Install/Tag.php | 0 Admin/Install/db.json | 0 Admin/Install/types.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/ApiAttributeController.php | 0 Controller/ApiContractTypeController.php | 0 Controller/ApiController.php | 0 Controller/BackendController.php | 0 Controller/Controller.php | 0 Docs/Dev/en/SUMMARY.md | 0 ICLA.txt | 0 Models/Attribute/ContractAttributeMapper.php | 0 Models/Attribute/ContractAttributeTypeL11nMapper.php | 0 Models/Attribute/ContractAttributeTypeMapper.php | 0 Models/Attribute/ContractAttributeValueL11nMapper.php | 0 Models/Attribute/ContractAttributeValueMapper.php | 0 Models/Contract.php | 0 Models/ContractMapper.php | 0 Models/ContractTypeL11nMapper.php | 0 Models/ContractTypeMapper.php | 0 Models/NullContract.php | 0 Models/PermissionCategory.php | 0 Models/SettingsEnum.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/contract-list.tpl.php | 0 Theme/Backend/contract-type-list.tpl.php | 0 Theme/Backend/contract-type.tpl.php | 0 Theme/Backend/contract-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/ApiControllerContractTrait.php | 0 tests/Controller/Api/ApiControllerContractTypeTrait.php | 0 tests/Controller/Api/test.pdf | 0 tests/Controller/ApiControllerTest.php | 0 tests/Models/ContractTest.php | 0 tests/Models/NullContractTest.php | 0 tests/phpunit_default.xml | 0 59 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/Admin.install.php mode change 100755 => 100644 Admin/Install/Navigation.install.json mode change 100755 => 100644 Admin/Install/Navigation.php mode change 100755 => 100644 Admin/Install/Tag.install.json mode change 100755 => 100644 Admin/Install/Tag.php mode change 100755 => 100644 Admin/Install/db.json mode change 100755 => 100644 Admin/Install/types.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/ApiAttributeController.php mode change 100755 => 100644 Controller/ApiContractTypeController.php mode change 100755 => 100644 Controller/ApiController.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/ContractAttributeMapper.php mode change 100755 => 100644 Models/Attribute/ContractAttributeTypeL11nMapper.php mode change 100755 => 100644 Models/Attribute/ContractAttributeTypeMapper.php mode change 100755 => 100644 Models/Attribute/ContractAttributeValueL11nMapper.php mode change 100755 => 100644 Models/Attribute/ContractAttributeValueMapper.php mode change 100755 => 100644 Models/Contract.php mode change 100755 => 100644 Models/ContractMapper.php mode change 100755 => 100644 Models/ContractTypeL11nMapper.php mode change 100755 => 100644 Models/ContractTypeMapper.php mode change 100755 => 100644 Models/NullContract.php mode change 100755 => 100644 Models/PermissionCategory.php mode change 100755 => 100644 Models/SettingsEnum.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/contract-list.tpl.php mode change 100755 => 100644 Theme/Backend/contract-type-list.tpl.php mode change 100755 => 100644 Theme/Backend/contract-type.tpl.php mode change 100755 => 100644 Theme/Backend/contract-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/ApiControllerContractTrait.php mode change 100755 => 100644 tests/Controller/Api/ApiControllerContractTypeTrait.php mode change 100755 => 100644 tests/Controller/Api/test.pdf mode change 100755 => 100644 tests/Controller/ApiControllerTest.php mode change 100755 => 100644 tests/Models/ContractTest.php mode change 100755 => 100644 tests/Models/NullContractTest.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/Admin.install.php b/Admin/Install/Admin.install.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/Tag.install.json b/Admin/Install/Tag.install.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Tag.php b/Admin/Install/Tag.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/types.json b/Admin/Install/types.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/ApiAttributeController.php b/Controller/ApiAttributeController.php old mode 100755 new mode 100644 diff --git a/Controller/ApiContractTypeController.php b/Controller/ApiContractTypeController.php 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/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/ContractAttributeMapper.php b/Models/Attribute/ContractAttributeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/ContractAttributeTypeL11nMapper.php b/Models/Attribute/ContractAttributeTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/ContractAttributeTypeMapper.php b/Models/Attribute/ContractAttributeTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/ContractAttributeValueL11nMapper.php b/Models/Attribute/ContractAttributeValueL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/ContractAttributeValueMapper.php b/Models/Attribute/ContractAttributeValueMapper.php old mode 100755 new mode 100644 diff --git a/Models/Contract.php b/Models/Contract.php old mode 100755 new mode 100644 diff --git a/Models/ContractMapper.php b/Models/ContractMapper.php old mode 100755 new mode 100644 diff --git a/Models/ContractTypeL11nMapper.php b/Models/ContractTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/ContractTypeMapper.php b/Models/ContractTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/NullContract.php b/Models/NullContract.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/SettingsEnum.php b/Models/SettingsEnum.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/contract-list.tpl.php b/Theme/Backend/contract-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/contract-type-list.tpl.php b/Theme/Backend/contract-type-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/contract-type.tpl.php b/Theme/Backend/contract-type.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/contract-view.tpl.php b/Theme/Backend/contract-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/ApiControllerContractTrait.php b/tests/Controller/Api/ApiControllerContractTrait.php old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/ApiControllerContractTypeTrait.php b/tests/Controller/Api/ApiControllerContractTypeTrait.php old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/test.pdf b/tests/Controller/Api/test.pdf 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/ContractTest.php b/tests/Models/ContractTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullContractTest.php b/tests/Models/NullContractTest.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