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/Application/Shop/Application.php b/Admin/Install/Application/Shop/Application.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/Controller/AppController.php b/Admin/Install/Application/Shop/Controller/AppController.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/Routes.php b/Admin/Install/Application/Shop/Routes.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/ShopView.php b/Admin/Install/Application/Shop/ShopView.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/Themes/Default/css/shop-small.css b/Admin/Install/Application/Shop/Themes/Default/css/shop-small.css old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/Themes/Default/css/shop.css b/Admin/Install/Application/Shop/Themes/Default/css/shop.css old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/Themes/Default/tpl/footer.tpl.php b/Admin/Install/Application/Shop/Themes/Default/tpl/footer.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/Themes/Default/tpl/front.tpl.php b/Admin/Install/Application/Shop/Themes/Default/tpl/front.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/Themes/Default/tpl/header.tpl.php b/Admin/Install/Application/Shop/Themes/Default/tpl/header.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/Themes/Default/tpl/imprint.tpl.php b/Admin/Install/Application/Shop/Themes/Default/tpl/imprint.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/Themes/Default/tpl/item.tpl.php b/Admin/Install/Application/Shop/Themes/Default/tpl/item.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/Themes/Default/tpl/list.tpl.php b/Admin/Install/Application/Shop/Themes/Default/tpl/list.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/Themes/Default/tpl/privacy.tpl.php b/Admin/Install/Application/Shop/Themes/Default/tpl/privacy.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/Themes/Default/tpl/terms.tpl.php b/Admin/Install/Application/Shop/Themes/Default/tpl/terms.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/index.tpl.php b/Admin/Install/Application/Shop/index.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/info.json b/Admin/Install/Application/Shop/info.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/js/shop.js b/Admin/Install/Application/Shop/js/shop.js old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/lang/en.lang.php b/Admin/Install/Application/Shop/lang/en.lang.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/manifest.json b/Admin/Install/Application/Shop/manifest.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/Shop/manifest.webmanifest b/Admin/Install/Application/Shop/manifest.webmanifest old mode 100755 new mode 100644 diff --git a/Admin/Install/CMS.install.json b/Admin/Install/CMS.install.json old mode 100755 new mode 100644 diff --git a/Admin/Install/CMS.php b/Admin/Install/CMS.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Messages.install.json b/Admin/Install/Messages.install.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Messages.php b/Admin/Install/Messages.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/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/Settings/Theme/Backend/settings.tpl.php b/Admin/Settings/Theme/Backend/settings.tpl.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/ICLA.txt b/ICLA.txt old mode 100755 new mode 100644 diff --git a/Models/NullSupportApp.php b/Models/NullSupportApp.php old mode 100755 new mode 100644 diff --git a/Models/NullTicket.php b/Models/NullTicket.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/SupportApp.php b/Models/SupportApp.php old mode 100755 new mode 100644 diff --git a/Models/SupportAppMapper.php b/Models/SupportAppMapper.php old mode 100755 new mode 100644 diff --git a/Models/SupportStatus.php b/Models/SupportStatus.php old mode 100755 new mode 100644 diff --git a/Models/Ticket.php b/Models/Ticket.php old mode 100755 new mode 100644 diff --git a/Models/TicketMapper.php b/Models/TicketMapper.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/support-list.tpl.php b/Theme/Backend/support-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/support-settings.tpl.php b/Theme/Backend/support-settings.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/support-ticket.tpl.php b/Theme/Backend/support-ticket.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/ticket-create.tpl.php b/Theme/Backend/ticket-create.tpl.php old mode 100755 new mode 100644 diff --git a/Views/TicketView.php b/Views/TicketView.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/Controller/Api/ApiControllerTicketTrait.php b/tests/Controller/Api/ApiControllerTicketTrait.php 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/NullSupportAppTest.php b/tests/Models/NullSupportAppTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullTicketTest.php b/tests/Models/NullTicketTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/SupportAppTest.php b/tests/Models/SupportAppTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/TicketTest.php b/tests/Models/TicketTest.php old mode 100755 new mode 100644 diff --git a/tests/Views/TicketViewTest.php b/tests/Views/TicketViewTest.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