From 9ad146c978219399af95c97714702b3fd86846eb 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/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/Search.php | 0 Admin/Install/SearchCommands.php | 0 Admin/Install/Workflow.install.json | 0 Admin/Install/attributes.json | 0 Admin/Install/db.json | 0 Admin/Install/localizations.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 Controller/SearchController.php | 0 Docs/Dev/en/SUMMARY.md | 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 ICLA.txt | 0 Models/Attribute/ClientAttributeMapper.php | 0 Models/Attribute/ClientAttributeTypeL11nMapper.php | 0 Models/Attribute/ClientAttributeTypeMapper.php | 0 Models/Attribute/ClientAttributeValueL11nMapper.php | 0 Models/Attribute/ClientAttributeValueMapper.php | 0 Models/Client.php | 0 Models/ClientL11nMapper.php | 0 Models/ClientL11nTypeMapper.php | 0 Models/ClientMapper.php | 0 Models/ClientStatus.php | 0 Models/NullClient.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/client-list.tpl.php | 0 Theme/Backend/client-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/ApiControllerClientTrait.php | 0 tests/Controller/Api/Test file.txt | 0 tests/Controller/Api/m_icon.png | 0 tests/Controller/ApiControllerTest.php | 0 tests/Models/ClientMapperTest.php | 0 tests/Models/ClientTest.php | 0 tests/Models/NullClientTest.php | 0 tests/phpunit_default.xml | 0 73 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/Search.php mode change 100755 => 100644 Admin/Install/SearchCommands.php mode change 100755 => 100644 Admin/Install/Workflow.install.json mode change 100755 => 100644 Admin/Install/attributes.json mode change 100755 => 100644 Admin/Install/db.json mode change 100755 => 100644 Admin/Install/localizations.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 Controller/SearchController.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/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 ICLA.txt mode change 100755 => 100644 Models/Attribute/ClientAttributeMapper.php mode change 100755 => 100644 Models/Attribute/ClientAttributeTypeL11nMapper.php mode change 100755 => 100644 Models/Attribute/ClientAttributeTypeMapper.php mode change 100755 => 100644 Models/Attribute/ClientAttributeValueL11nMapper.php mode change 100755 => 100644 Models/Attribute/ClientAttributeValueMapper.php mode change 100755 => 100644 Models/Client.php mode change 100755 => 100644 Models/ClientL11nMapper.php mode change 100755 => 100644 Models/ClientL11nTypeMapper.php mode change 100755 => 100644 Models/ClientMapper.php mode change 100755 => 100644 Models/ClientStatus.php mode change 100755 => 100644 Models/NullClient.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/client-list.tpl.php mode change 100755 => 100644 Theme/Backend/client-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/ApiControllerClientTrait.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/ClientMapperTest.php mode change 100755 => 100644 tests/Models/ClientTest.php mode change 100755 => 100644 tests/Models/NullClientTest.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/Search.php b/Admin/Install/Search.php old mode 100755 new mode 100644 diff --git a/Admin/Install/SearchCommands.php b/Admin/Install/SearchCommands.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Workflow.install.json b/Admin/Install/Workflow.install.json 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/localizations.json b/Admin/Install/localizations.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/Controller/SearchController.php b/Controller/SearchController.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/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/ICLA.txt b/ICLA.txt old mode 100755 new mode 100644 diff --git a/Models/Attribute/ClientAttributeMapper.php b/Models/Attribute/ClientAttributeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/ClientAttributeTypeL11nMapper.php b/Models/Attribute/ClientAttributeTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/ClientAttributeTypeMapper.php b/Models/Attribute/ClientAttributeTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/ClientAttributeValueL11nMapper.php b/Models/Attribute/ClientAttributeValueL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/Attribute/ClientAttributeValueMapper.php b/Models/Attribute/ClientAttributeValueMapper.php old mode 100755 new mode 100644 diff --git a/Models/Client.php b/Models/Client.php old mode 100755 new mode 100644 diff --git a/Models/ClientL11nMapper.php b/Models/ClientL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/ClientL11nTypeMapper.php b/Models/ClientL11nTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/ClientMapper.php b/Models/ClientMapper.php old mode 100755 new mode 100644 diff --git a/Models/ClientStatus.php b/Models/ClientStatus.php old mode 100755 new mode 100644 diff --git a/Models/NullClient.php b/Models/NullClient.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/client-list.tpl.php b/Theme/Backend/client-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/client-view.tpl.php b/Theme/Backend/client-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/ApiControllerClientTrait.php b/tests/Controller/Api/ApiControllerClientTrait.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/ClientMapperTest.php b/tests/Models/ClientMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/ClientTest.php b/tests/Models/ClientTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullClientTest.php b/tests/Models/NullClientTest.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