From 2238f7170d0d003beabee154a1919f24a55545e7 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/Navigation.install.json | 0 Admin/Install/Navigation.php | 0 Admin/Install/amounttypes.json | 0 Admin/Install/db.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/ApiController.php | 0 Controller/BackendController.php | 0 Controller/Controller.php | 0 Docs/Dev/en/SUMMARY.md | 0 Docs/introduction.md | 0 Models/Amount.php | 0 Models/AmountGroup.php | 0 Models/AmountGroupMapper.php | 0 Models/AmountMapper.php | 0 Models/AmountTypeL11nMapper.php | 0 Models/AmountTypeMapper.php | 0 Models/Attribute/InvestmentObjectAttributeMapper.php | 0 Models/Attribute/InvestmentObjectAttributeTypeL11nMapper.php | 0 Models/Attribute/InvestmentObjectAttributeTypeMapper.php | 0 Models/Attribute/InvestmentObjectAttributeValueL11nMapper.php | 0 Models/Attribute/InvestmentObjectAttributeValueMapper.php | 0 Models/Investment.php | 0 Models/InvestmentMapper.php | 0 Models/InvestmentObject.php | 0 Models/InvestmentObjectMapper.php | 0 Models/InvestmentStatus.php | 0 Models/InvestmentTypeL11nMapper.php | 0 Models/InvestmentTypeMapper.php | 0 Models/NullAmount.php | 0 Models/NullAmountGroup.php | 0 Models/NullInvestment.php | 0 Models/NullInvestmentObject.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/investment-list.tpl.php | 0 Theme/Backend/investment-option-view.tpl.php | 0 Theme/Backend/investment-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/Models/NullInvestmentTest.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/Navigation.install.json mode change 100755 => 100644 Admin/Install/Navigation.php mode change 100755 => 100644 Admin/Install/amounttypes.json mode change 100755 => 100644 Admin/Install/db.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/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 Docs/introduction.md mode change 100755 => 100644 Models/Amount.php mode change 100755 => 100644 Models/AmountGroup.php mode change 100755 => 100644 Models/AmountGroupMapper.php mode change 100755 => 100644 Models/AmountMapper.php mode change 100755 => 100644 Models/AmountTypeL11nMapper.php mode change 100755 => 100644 Models/AmountTypeMapper.php mode change 100755 => 100644 Models/Attribute/InvestmentObjectAttributeMapper.php mode change 100755 => 100644 Models/Attribute/InvestmentObjectAttributeTypeL11nMapper.php mode change 100755 => 100644 Models/Attribute/InvestmentObjectAttributeTypeMapper.php mode change 100755 => 100644 Models/Attribute/InvestmentObjectAttributeValueL11nMapper.php mode change 100755 => 100644 Models/Attribute/InvestmentObjectAttributeValueMapper.php mode change 100755 => 100644 Models/Investment.php mode change 100755 => 100644 Models/InvestmentMapper.php mode change 100755 => 100644 Models/InvestmentObject.php mode change 100755 => 100644 Models/InvestmentObjectMapper.php mode change 100755 => 100644 Models/InvestmentStatus.php mode change 100755 => 100644 Models/InvestmentTypeL11nMapper.php mode change 100755 => 100644 Models/InvestmentTypeMapper.php mode change 100755 => 100644 Models/NullAmount.php mode change 100755 => 100644 Models/NullAmountGroup.php mode change 100755 => 100644 Models/NullInvestment.php mode change 100755 => 100644 Models/NullInvestmentObject.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/investment-list.tpl.php mode change 100755 => 100644 Theme/Backend/investment-option-view.tpl.php mode change 100755 => 100644 Theme/Backend/investment-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/Models/NullInvestmentTest.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/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/amounttypes.json b/Admin/Install/amounttypes.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/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/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/Docs/introduction.md b/Docs/introduction.md old mode 100755 new mode 100644 diff --git a/Models/Amount.php b/Models/Amount.php old mode 100755 new mode 100644 diff --git a/Models/AmountGroup.php b/Models/AmountGroup.php old mode 100755 new mode 100644 diff --git a/Models/AmountGroupMapper.php b/Models/AmountGroupMapper.php old mode 100755 new mode 100644 diff --git a/Models/AmountMapper.php b/Models/AmountMapper.php old mode 100755 new mode 100644 diff --git a/Models/AmountTypeL11nMapper.php b/Models/AmountTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/AmountTypeMapper.php b/Models/AmountTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/InvestmentObjectAttributeMapper.php b/Models/Attribute/InvestmentObjectAttributeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/InvestmentObjectAttributeTypeL11nMapper.php b/Models/Attribute/InvestmentObjectAttributeTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/InvestmentObjectAttributeTypeMapper.php b/Models/Attribute/InvestmentObjectAttributeTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/InvestmentObjectAttributeValueL11nMapper.php b/Models/Attribute/InvestmentObjectAttributeValueL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/InvestmentObjectAttributeValueMapper.php b/Models/Attribute/InvestmentObjectAttributeValueMapper.php old mode 100755 new mode 100644 diff --git a/Models/Investment.php b/Models/Investment.php old mode 100755 new mode 100644 diff --git a/Models/InvestmentMapper.php b/Models/InvestmentMapper.php old mode 100755 new mode 100644 diff --git a/Models/InvestmentObject.php b/Models/InvestmentObject.php old mode 100755 new mode 100644 diff --git a/Models/InvestmentObjectMapper.php b/Models/InvestmentObjectMapper.php old mode 100755 new mode 100644 diff --git a/Models/InvestmentStatus.php b/Models/InvestmentStatus.php old mode 100755 new mode 100644 diff --git a/Models/InvestmentTypeL11nMapper.php b/Models/InvestmentTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/InvestmentTypeMapper.php b/Models/InvestmentTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/NullAmount.php b/Models/NullAmount.php old mode 100755 new mode 100644 diff --git a/Models/NullAmountGroup.php b/Models/NullAmountGroup.php old mode 100755 new mode 100644 diff --git a/Models/NullInvestment.php b/Models/NullInvestment.php old mode 100755 new mode 100644 diff --git a/Models/NullInvestmentObject.php b/Models/NullInvestmentObject.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/investment-list.tpl.php b/Theme/Backend/investment-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/investment-option-view.tpl.php b/Theme/Backend/investment-option-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/investment-view.tpl.php b/Theme/Backend/investment-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/Models/NullInvestmentTest.php b/tests/Models/NullInvestmentTest.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