From 9be6923a152c3012249b0ec37e54d81835e6479b 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/Admin.install.php | 0 Admin/Install/Admin.php | 0 Admin/Install/Editor.install.json | 0 Admin/Install/Editor.php | 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/Tag.install.json | 0 Admin/Install/Tag.php | 0 Admin/Install/attributes.json | 0 Admin/Install/db.json | 0 Admin/Install/items.json | 0 Admin/Install/localizations.json | 0 Admin/Install/materialtypes.json | 0 Admin/Install/relations.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/ApiAttributeController.php | 0 Controller/ApiController.php | 0 Controller/BackendController.php | 0 Controller/Controller.php | 0 Docs/Dev/en/SUMMARY.md | 0 Docs/Dev/en/database.md | 0 Docs/Dev/img/uml.draw.svg | 0 Docs/Help/en/SUMMARY.md | 0 Docs/Help/en/accounting.md | 0 Docs/Help/en/attributes.md | 0 Docs/Help/en/introduction.md | 0 Docs/Help/en/localization.md | 0 Docs/Help/en/pricing.md | 0 Docs/Help/en/procurement.md | 0 Docs/Help/en/stock.md | 0 ICLA.txt | 0 Models/Attribute/ItemAttributeMapper.php | 0 Models/Attribute/ItemAttributeTypeL11nMapper.php | 0 Models/Attribute/ItemAttributeTypeMapper.php | 0 Models/Attribute/ItemAttributeValueL11nMapper.php | 0 Models/Attribute/ItemAttributeValueMapper.php | 0 Models/Container.php | 0 Models/ContainerMapper.php | 0 Models/InventoryType.php | 0 Models/Item.php | 0 Models/ItemL11nMapper.php | 0 Models/ItemL11nTypeMapper.php | 0 Models/ItemMapper.php | 0 Models/ItemPriceStatus.php | 0 Models/ItemRelation.php | 0 Models/ItemRelationMapper.php | 0 Models/ItemRelationType.php | 0 Models/ItemRelationTypeMapper.php | 0 Models/ItemStatus.php | 0 Models/Material.php | 0 Models/MaterialCategory.php | 0 Models/MaterialMapper.php | 0 Models/MaterialSubcategory.php | 0 Models/MaterialTypeL11nMapper.php | 0 Models/MaterialTypeMapper.php | 0 Models/NullContainer.php | 0 Models/NullItem.php | 0 Models/NullItemRelation.php | 0 Models/NullItemRelationType.php | 0 Models/NullMaterial.php | 0 Models/PermissionCategory.php | 0 Models/SettingsEnum.php | 0 Models/StockIdentifierType.php | 0 Models/StockManagementType.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/item-create.tpl.php | 0 Theme/Backend/item-list.tpl.php | 0 Theme/Backend/item-view.tpl.php | 0 Theme/Backend/material-type-list.tpl.php | 0 Theme/Backend/material-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/ApiControllerItemTrait.php | 0 tests/Controller/Api/ApiControllerL11nTrait.php | 0 tests/Controller/Api/Test file.txt | 0 tests/Controller/Api/m_icon.png | 0 tests/Controller/ApiControllerTest.php | 0 tests/Models/ItemMapperTest.php | 0 tests/Models/ItemTest.php | 0 tests/Models/NullItemRelationTest.php | 0 tests/Models/NullItemRelationTypeTest.php | 0 tests/Models/NullItemTest.php | 0 tests/phpunit_default.xml | 0 104 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/Admin.php mode change 100755 => 100644 Admin/Install/Editor.install.json mode change 100755 => 100644 Admin/Install/Editor.php 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/Tag.install.json mode change 100755 => 100644 Admin/Install/Tag.php mode change 100755 => 100644 Admin/Install/attributes.json mode change 100755 => 100644 Admin/Install/db.json mode change 100755 => 100644 Admin/Install/items.json mode change 100755 => 100644 Admin/Install/localizations.json mode change 100755 => 100644 Admin/Install/materialtypes.json mode change 100755 => 100644 Admin/Install/relations.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/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/Dev/en/database.md mode change 100755 => 100644 Docs/Dev/img/uml.draw.svg mode change 100755 => 100644 Docs/Help/en/SUMMARY.md mode change 100755 => 100644 Docs/Help/en/accounting.md mode change 100755 => 100644 Docs/Help/en/attributes.md mode change 100755 => 100644 Docs/Help/en/introduction.md mode change 100755 => 100644 Docs/Help/en/localization.md mode change 100755 => 100644 Docs/Help/en/pricing.md mode change 100755 => 100644 Docs/Help/en/procurement.md mode change 100755 => 100644 Docs/Help/en/stock.md mode change 100755 => 100644 ICLA.txt mode change 100755 => 100644 Models/Attribute/ItemAttributeMapper.php mode change 100755 => 100644 Models/Attribute/ItemAttributeTypeL11nMapper.php mode change 100755 => 100644 Models/Attribute/ItemAttributeTypeMapper.php mode change 100755 => 100644 Models/Attribute/ItemAttributeValueL11nMapper.php mode change 100755 => 100644 Models/Attribute/ItemAttributeValueMapper.php mode change 100755 => 100644 Models/Container.php mode change 100755 => 100644 Models/ContainerMapper.php mode change 100755 => 100644 Models/InventoryType.php mode change 100755 => 100644 Models/Item.php mode change 100755 => 100644 Models/ItemL11nMapper.php mode change 100755 => 100644 Models/ItemL11nTypeMapper.php mode change 100755 => 100644 Models/ItemMapper.php mode change 100755 => 100644 Models/ItemPriceStatus.php mode change 100755 => 100644 Models/ItemRelation.php mode change 100755 => 100644 Models/ItemRelationMapper.php mode change 100755 => 100644 Models/ItemRelationType.php mode change 100755 => 100644 Models/ItemRelationTypeMapper.php mode change 100755 => 100644 Models/ItemStatus.php mode change 100755 => 100644 Models/Material.php mode change 100755 => 100644 Models/MaterialCategory.php mode change 100755 => 100644 Models/MaterialMapper.php mode change 100755 => 100644 Models/MaterialSubcategory.php mode change 100755 => 100644 Models/MaterialTypeL11nMapper.php mode change 100755 => 100644 Models/MaterialTypeMapper.php mode change 100755 => 100644 Models/NullContainer.php mode change 100755 => 100644 Models/NullItem.php mode change 100755 => 100644 Models/NullItemRelation.php mode change 100755 => 100644 Models/NullItemRelationType.php mode change 100755 => 100644 Models/NullMaterial.php mode change 100755 => 100644 Models/PermissionCategory.php mode change 100755 => 100644 Models/SettingsEnum.php mode change 100755 => 100644 Models/StockIdentifierType.php mode change 100755 => 100644 Models/StockManagementType.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/item-create.tpl.php mode change 100755 => 100644 Theme/Backend/item-list.tpl.php mode change 100755 => 100644 Theme/Backend/item-view.tpl.php mode change 100755 => 100644 Theme/Backend/material-type-list.tpl.php mode change 100755 => 100644 Theme/Backend/material-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/ApiControllerItemTrait.php mode change 100755 => 100644 tests/Controller/Api/ApiControllerL11nTrait.php mode change 100755 => 100644 tests/Controller/Api/Test file.txt mode change 100755 => 100644 tests/Controller/Api/m_icon.png mode change 100755 => 100644 tests/Controller/ApiControllerTest.php mode change 100755 => 100644 tests/Models/ItemMapperTest.php mode change 100755 => 100644 tests/Models/ItemTest.php mode change 100755 => 100644 tests/Models/NullItemRelationTest.php mode change 100755 => 100644 tests/Models/NullItemRelationTypeTest.php mode change 100755 => 100644 tests/Models/NullItemTest.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/Admin.php b/Admin/Install/Admin.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Editor.install.json b/Admin/Install/Editor.install.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Editor.php b/Admin/Install/Editor.php 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/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/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/items.json b/Admin/Install/items.json old mode 100755 new mode 100644 diff --git a/Admin/Install/localizations.json b/Admin/Install/localizations.json old mode 100755 new mode 100644 diff --git a/Admin/Install/materialtypes.json b/Admin/Install/materialtypes.json old mode 100755 new mode 100644 diff --git a/Admin/Install/relations.json b/Admin/Install/relations.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/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/Dev/en/database.md b/Docs/Dev/en/database.md old mode 100755 new mode 100644 diff --git a/Docs/Dev/img/uml.draw.svg b/Docs/Dev/img/uml.draw.svg 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/accounting.md b/Docs/Help/en/accounting.md old mode 100755 new mode 100644 diff --git a/Docs/Help/en/attributes.md b/Docs/Help/en/attributes.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/localization.md b/Docs/Help/en/localization.md old mode 100755 new mode 100644 diff --git a/Docs/Help/en/pricing.md b/Docs/Help/en/pricing.md old mode 100755 new mode 100644 diff --git a/Docs/Help/en/procurement.md b/Docs/Help/en/procurement.md old mode 100755 new mode 100644 diff --git a/Docs/Help/en/stock.md b/Docs/Help/en/stock.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/ItemAttributeMapper.php b/Models/Attribute/ItemAttributeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/ItemAttributeTypeL11nMapper.php b/Models/Attribute/ItemAttributeTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/ItemAttributeTypeMapper.php b/Models/Attribute/ItemAttributeTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/ItemAttributeValueL11nMapper.php b/Models/Attribute/ItemAttributeValueL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/ItemAttributeValueMapper.php b/Models/Attribute/ItemAttributeValueMapper.php old mode 100755 new mode 100644 diff --git a/Models/Container.php b/Models/Container.php old mode 100755 new mode 100644 diff --git a/Models/ContainerMapper.php b/Models/ContainerMapper.php old mode 100755 new mode 100644 diff --git a/Models/InventoryType.php b/Models/InventoryType.php old mode 100755 new mode 100644 diff --git a/Models/Item.php b/Models/Item.php old mode 100755 new mode 100644 diff --git a/Models/ItemL11nMapper.php b/Models/ItemL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/ItemL11nTypeMapper.php b/Models/ItemL11nTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/ItemMapper.php b/Models/ItemMapper.php old mode 100755 new mode 100644 diff --git a/Models/ItemPriceStatus.php b/Models/ItemPriceStatus.php old mode 100755 new mode 100644 diff --git a/Models/ItemRelation.php b/Models/ItemRelation.php old mode 100755 new mode 100644 diff --git a/Models/ItemRelationMapper.php b/Models/ItemRelationMapper.php old mode 100755 new mode 100644 diff --git a/Models/ItemRelationType.php b/Models/ItemRelationType.php old mode 100755 new mode 100644 diff --git a/Models/ItemRelationTypeMapper.php b/Models/ItemRelationTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/ItemStatus.php b/Models/ItemStatus.php old mode 100755 new mode 100644 diff --git a/Models/Material.php b/Models/Material.php old mode 100755 new mode 100644 diff --git a/Models/MaterialCategory.php b/Models/MaterialCategory.php old mode 100755 new mode 100644 diff --git a/Models/MaterialMapper.php b/Models/MaterialMapper.php old mode 100755 new mode 100644 diff --git a/Models/MaterialSubcategory.php b/Models/MaterialSubcategory.php old mode 100755 new mode 100644 diff --git a/Models/MaterialTypeL11nMapper.php b/Models/MaterialTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/MaterialTypeMapper.php b/Models/MaterialTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/NullContainer.php b/Models/NullContainer.php old mode 100755 new mode 100644 diff --git a/Models/NullItem.php b/Models/NullItem.php old mode 100755 new mode 100644 diff --git a/Models/NullItemRelation.php b/Models/NullItemRelation.php old mode 100755 new mode 100644 diff --git a/Models/NullItemRelationType.php b/Models/NullItemRelationType.php old mode 100755 new mode 100644 diff --git a/Models/NullMaterial.php b/Models/NullMaterial.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/Models/StockIdentifierType.php b/Models/StockIdentifierType.php old mode 100755 new mode 100644 diff --git a/Models/StockManagementType.php b/Models/StockManagementType.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/item-create.tpl.php b/Theme/Backend/item-create.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/item-list.tpl.php b/Theme/Backend/item-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/item-view.tpl.php b/Theme/Backend/item-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/material-type-list.tpl.php b/Theme/Backend/material-type-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/material-view.tpl.php b/Theme/Backend/material-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/ApiControllerItemTrait.php b/tests/Controller/Api/ApiControllerItemTrait.php old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/ApiControllerL11nTrait.php b/tests/Controller/Api/ApiControllerL11nTrait.php old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/Test file.txt b/tests/Controller/Api/Test file.txt old mode 100755 new mode 100644 diff --git a/tests/Controller/Api/m_icon.png b/tests/Controller/Api/m_icon.png 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/ItemMapperTest.php b/tests/Models/ItemMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/ItemTest.php b/tests/Models/ItemTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullItemRelationTest.php b/tests/Models/NullItemRelationTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullItemRelationTypeTest.php b/tests/Models/NullItemRelationTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullItemTest.php b/tests/Models/NullItemTest.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