From 13b90e6a5e7bfe75809dc6a37d1e3170db91522e 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/db.json | 0 Admin/Install/item_tax_categories.json | 0 Admin/Install/taxcodes.json | 0 Admin/Installer.php | 0 Admin/Routes/Web/Backend.php | 0 Admin/Status.php | 0 Admin/Uninstaller.php | 0 Admin/Updater.php | 0 Controller/ApiController.php | 0 Controller/BackendController.php | 0 Controller/Controller.php | 0 Docs/Dev/en/SUMMARY.md | 0 Docs/Help/en/SUMMARY.md | 0 Docs/Help/en/introduction.md | 0 Docs/Help/en/tax_codes.md | 0 Docs/Help/img/tax_code.png | Bin Docs/img.json | 0 ICLA.txt | 0 LICENSE.txt | 0 Models/EUVATRates.php | 0 Models/NullTaxCode.php | 0 Models/NullTaxCodeL11n.php | 0 Models/PermissionCategory.php | 0 Models/TaxCode.php | 0 Models/TaxCodeL11n.php | 0 Models/TaxCodeL11nMapper.php | 0 Models/TaxCodeMapper.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/taxcode-list.tpl.php | 0 Theme/Backend/taxcode-view.tpl.php | 0 composer.json | 0 composer.lock | 0 img/module_teaser_small.png | Bin info.json | 0 tests/Admin/AdminTest.php | 0 tests/Autoloader.php | 0 tests/Bootstrap.php | 0 tests/Models/NullTaxCodeL11nTest.php | 0 tests/Models/NullTaxCodeTest.php | 0 tests/phpunit_default.xml | 0 50 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/db.json mode change 100755 => 100644 Admin/Install/item_tax_categories.json mode change 100755 => 100644 Admin/Install/taxcodes.json mode change 100755 => 100644 Admin/Installer.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/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/Help/en/SUMMARY.md mode change 100755 => 100644 Docs/Help/en/introduction.md mode change 100755 => 100644 Docs/Help/en/tax_codes.md mode change 100755 => 100644 Docs/Help/img/tax_code.png mode change 100755 => 100644 Docs/img.json mode change 100755 => 100644 ICLA.txt mode change 100755 => 100644 LICENSE.txt mode change 100755 => 100644 Models/EUVATRates.php mode change 100755 => 100644 Models/NullTaxCode.php mode change 100755 => 100644 Models/NullTaxCodeL11n.php mode change 100755 => 100644 Models/PermissionCategory.php mode change 100755 => 100644 Models/TaxCode.php mode change 100755 => 100644 Models/TaxCodeL11n.php mode change 100755 => 100644 Models/TaxCodeL11nMapper.php mode change 100755 => 100644 Models/TaxCodeMapper.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/taxcode-list.tpl.php mode change 100755 => 100644 Theme/Backend/taxcode-view.tpl.php mode change 100755 => 100644 composer.json mode change 100755 => 100644 composer.lock mode change 100755 => 100644 img/module_teaser_small.png 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/NullTaxCodeL11nTest.php mode change 100755 => 100644 tests/Models/NullTaxCodeTest.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/db.json b/Admin/Install/db.json old mode 100755 new mode 100644 diff --git a/Admin/Install/item_tax_categories.json b/Admin/Install/item_tax_categories.json old mode 100755 new mode 100644 diff --git a/Admin/Install/taxcodes.json b/Admin/Install/taxcodes.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/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/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/Help/en/SUMMARY.md b/Docs/Help/en/SUMMARY.md old mode 100755 new mode 100644 diff --git a/Docs/Help/en/introduction.md b/Docs/Help/en/introduction.md old mode 100755 new mode 100644 diff --git a/Docs/Help/en/tax_codes.md b/Docs/Help/en/tax_codes.md old mode 100755 new mode 100644 diff --git a/Docs/Help/img/tax_code.png b/Docs/Help/img/tax_code.png old mode 100755 new mode 100644 diff --git a/Docs/img.json b/Docs/img.json old mode 100755 new mode 100644 diff --git a/ICLA.txt b/ICLA.txt old mode 100755 new mode 100644 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100755 new mode 100644 diff --git a/Models/EUVATRates.php b/Models/EUVATRates.php old mode 100755 new mode 100644 diff --git a/Models/NullTaxCode.php b/Models/NullTaxCode.php old mode 100755 new mode 100644 diff --git a/Models/NullTaxCodeL11n.php b/Models/NullTaxCodeL11n.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/TaxCode.php b/Models/TaxCode.php old mode 100755 new mode 100644 diff --git a/Models/TaxCodeL11n.php b/Models/TaxCodeL11n.php old mode 100755 new mode 100644 diff --git a/Models/TaxCodeL11nMapper.php b/Models/TaxCodeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/TaxCodeMapper.php b/Models/TaxCodeMapper.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/taxcode-list.tpl.php b/Theme/Backend/taxcode-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/taxcode-view.tpl.php b/Theme/Backend/taxcode-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/img/module_teaser_small.png b/img/module_teaser_small.png 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/NullTaxCodeL11nTest.php b/tests/Models/NullTaxCodeL11nTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullTaxCodeTest.php b/tests/Models/NullTaxCodeTest.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