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/Hooks/Cli.php b/Admin/Hooks/Cli.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/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/Cli.php b/Admin/Routes/Cli.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/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/CliController.php b/Controller/CliController.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/Definitions/actions.json b/Definitions/actions.json old mode 100755 new mode 100644 diff --git a/Definitions/triggers.json b/Definitions/triggers.json 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/specification.md b/Docs/Dev/en/specification.md old mode 100755 new mode 100644 diff --git a/Docs/Dev/en/workflow.md b/Docs/Dev/en/workflow.md old mode 100755 new mode 100644 diff --git a/Docs/Dev/img/workflow_execution_path.drawio.svg b/Docs/Dev/img/workflow_execution_path.drawio.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/introduction.md b/Docs/Help/en/introduction.md old mode 100755 new mode 100644 diff --git a/Docs/workflow_components.md b/Docs/workflow_components.md 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/NullWorkflowInstanceAbstract.php b/Models/NullWorkflowInstanceAbstract.php old mode 100755 new mode 100644 diff --git a/Models/NullWorkflowStep.php b/Models/NullWorkflowStep.php old mode 100755 new mode 100644 diff --git a/Models/NullWorkflowTemplate.php b/Models/NullWorkflowTemplate.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/WorkflowControllerInterface.php b/Models/WorkflowControllerInterface.php old mode 100755 new mode 100644 diff --git a/Models/WorkflowInstance.php b/Models/WorkflowInstance.php old mode 100755 new mode 100644 diff --git a/Models/WorkflowInstanceAbstract.php b/Models/WorkflowInstanceAbstract.php old mode 100755 new mode 100644 diff --git a/Models/WorkflowInstanceAbstractMapper.php b/Models/WorkflowInstanceAbstractMapper.php old mode 100755 new mode 100644 diff --git a/Models/WorkflowInstanceStatus.php b/Models/WorkflowInstanceStatus.php old mode 100755 new mode 100644 diff --git a/Models/WorkflowState.php b/Models/WorkflowState.php old mode 100755 new mode 100644 diff --git a/Models/WorkflowStatus.php b/Models/WorkflowStatus.php old mode 100755 new mode 100644 diff --git a/Models/WorkflowStep.php b/Models/WorkflowStep.php old mode 100755 new mode 100644 diff --git a/Models/WorkflowStepMapper.php b/Models/WorkflowStepMapper.php old mode 100755 new mode 100644 diff --git a/Models/WorkflowTemplate.php b/Models/WorkflowTemplate.php old mode 100755 new mode 100644 diff --git a/Models/WorkflowTemplateMapper.php b/Models/WorkflowTemplateMapper.php old mode 100755 new mode 100644 diff --git a/Models/WorkflowTemplateStatus.php b/Models/WorkflowTemplateStatus.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/workflow-instance-list.tpl.php b/Theme/Backend/workflow-instance-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/workflow-instance.tpl.php b/Theme/Backend/workflow-instance.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/workflow-template-create.tpl.php b/Theme/Backend/workflow-template-create.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/workflow-template-list.tpl.php b/Theme/Backend/workflow-template-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/workflow-template.tpl.php b/Theme/Backend/workflow-template.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/NullWorkflowInstanceAbstractTest.php b/tests/Models/NullWorkflowInstanceAbstractTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullWorkflowTemplateTest.php b/tests/Models/NullWorkflowTemplateTest.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