From f3518429768ee96789267cdb38dcb308a656ce17 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/Messages.install.json | 0 Admin/Install/Messages.php | 0 Admin/Install/Navigation.install.json | 0 Admin/Install/Navigation.php | 0 Admin/Install/Workflow.install.json | 0 Admin/Install/Workflow.php | 0 Admin/Install/db.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/introduction.md | 0 ICLA.txt | 0 Models/Channel.php | 0 Models/ChannelMapper.php | 0 Models/Elastic/Message.json | 0 Models/Email.php | 0 Models/EmailL11n.php | 0 Models/EmailL11nMapper.php | 0 Models/EmailMapper.php | 0 Models/NullEmail.php | 0 Models/NullEmailL11n.php | 0 Models/PermissionCategory.php | 0 Models/Server.php | 0 Models/ServerMapper.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/mail-create.tpl.php | 0 Theme/Backend/mail-dashboard.tpl.php | 0 Theme/Backend/mail-inbox.tpl.php | 0 Theme/Backend/mail-out-view.tpl.php | 0 Theme/Backend/mail-spam-view.tpl.php | 0 Theme/Backend/mail-template.tpl.php | 0 Theme/Backend/mail-templates.tpl.php | 0 Theme/Backend/mail-trash-view.tpl.php | 0 Theme/Backend/mail-view.tpl.php | 0 Theme/Backend/message-settings.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/NullEmailL11nTest.php | 0 tests/Models/NullEmailTest.php | 0 tests/phpunit_default.xml | 0 60 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/Messages.install.json mode change 100755 => 100644 Admin/Install/Messages.php mode change 100755 => 100644 Admin/Install/Navigation.install.json mode change 100755 => 100644 Admin/Install/Navigation.php mode change 100755 => 100644 Admin/Install/Workflow.install.json mode change 100755 => 100644 Admin/Install/Workflow.php mode change 100755 => 100644 Admin/Install/db.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/introduction.md mode change 100755 => 100644 ICLA.txt mode change 100755 => 100644 Models/Channel.php mode change 100755 => 100644 Models/ChannelMapper.php mode change 100755 => 100644 Models/Elastic/Message.json mode change 100755 => 100644 Models/Email.php mode change 100755 => 100644 Models/EmailL11n.php mode change 100755 => 100644 Models/EmailL11nMapper.php mode change 100755 => 100644 Models/EmailMapper.php mode change 100755 => 100644 Models/NullEmail.php mode change 100755 => 100644 Models/NullEmailL11n.php mode change 100755 => 100644 Models/PermissionCategory.php mode change 100755 => 100644 Models/Server.php mode change 100755 => 100644 Models/ServerMapper.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/mail-create.tpl.php mode change 100755 => 100644 Theme/Backend/mail-dashboard.tpl.php mode change 100755 => 100644 Theme/Backend/mail-inbox.tpl.php mode change 100755 => 100644 Theme/Backend/mail-out-view.tpl.php mode change 100755 => 100644 Theme/Backend/mail-spam-view.tpl.php mode change 100755 => 100644 Theme/Backend/mail-template.tpl.php mode change 100755 => 100644 Theme/Backend/mail-templates.tpl.php mode change 100755 => 100644 Theme/Backend/mail-trash-view.tpl.php mode change 100755 => 100644 Theme/Backend/mail-view.tpl.php mode change 100755 => 100644 Theme/Backend/message-settings.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/NullEmailL11nTest.php mode change 100755 => 100644 tests/Models/NullEmailTest.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/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/Workflow.install.json b/Admin/Install/Workflow.install.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Workflow.php b/Admin/Install/Workflow.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/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/introduction.md b/Docs/introduction.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/Channel.php b/Models/Channel.php old mode 100755 new mode 100644 diff --git a/Models/ChannelMapper.php b/Models/ChannelMapper.php old mode 100755 new mode 100644 diff --git a/Models/Elastic/Message.json b/Models/Elastic/Message.json old mode 100755 new mode 100644 diff --git a/Models/Email.php b/Models/Email.php old mode 100755 new mode 100644 diff --git a/Models/EmailL11n.php b/Models/EmailL11n.php old mode 100755 new mode 100644 diff --git a/Models/EmailL11nMapper.php b/Models/EmailL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/EmailMapper.php b/Models/EmailMapper.php old mode 100755 new mode 100644 diff --git a/Models/NullEmail.php b/Models/NullEmail.php old mode 100755 new mode 100644 diff --git a/Models/NullEmailL11n.php b/Models/NullEmailL11n.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/Server.php b/Models/Server.php old mode 100755 new mode 100644 diff --git a/Models/ServerMapper.php b/Models/ServerMapper.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/mail-create.tpl.php b/Theme/Backend/mail-create.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/mail-dashboard.tpl.php b/Theme/Backend/mail-dashboard.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/mail-inbox.tpl.php b/Theme/Backend/mail-inbox.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/mail-out-view.tpl.php b/Theme/Backend/mail-out-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/mail-spam-view.tpl.php b/Theme/Backend/mail-spam-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/mail-template.tpl.php b/Theme/Backend/mail-template.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/mail-templates.tpl.php b/Theme/Backend/mail-templates.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/mail-trash-view.tpl.php b/Theme/Backend/mail-trash-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/mail-view.tpl.php b/Theme/Backend/mail-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/message-settings.tpl.php b/Theme/Backend/message-settings.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/NullEmailL11nTest.php b/tests/Models/NullEmailL11nTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullEmailTest.php b/tests/Models/NullEmailTest.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