diff --git a/.github/dev_bug_report.md b/.github/dev_bug_report.md old mode 100644 new mode 100755 diff --git a/.github/dev_feature_request.md b/.github/dev_feature_request.md old mode 100644 new mode 100755 diff --git a/.github/user_bug_report.md b/.github/user_bug_report.md old mode 100644 new mode 100755 diff --git a/.github/user_feature_request.md b/.github/user_feature_request.md old mode 100644 new mode 100755 diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100644 new mode 100755 diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json old mode 100644 new mode 100755 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php old mode 100644 new mode 100755 diff --git a/Admin/Install/db.json b/Admin/Install/db.json old mode 100644 new mode 100755 diff --git a/Admin/Installer.php b/Admin/Installer.php old mode 100644 new mode 100755 diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php old mode 100644 new mode 100755 diff --git a/Admin/Status.php b/Admin/Status.php old mode 100644 new mode 100755 diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php old mode 100644 new mode 100755 diff --git a/Admin/Updater.php b/Admin/Updater.php old mode 100644 new mode 100755 diff --git a/Assets/module_qa_list.svg b/Assets/module_qa_list.svg old mode 100644 new mode 100755 diff --git a/Assets/module_qa_list.xml b/Assets/module_qa_list.xml old mode 100644 new mode 100755 diff --git a/Assets/module_qa_question.svg b/Assets/module_qa_question.svg old mode 100644 new mode 100755 diff --git a/Assets/module_qa_question.xml b/Assets/module_qa_question.xml old mode 100644 new mode 100755 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/Controller/ApiController.php b/Controller/ApiController.php old mode 100644 new mode 100755 diff --git a/Controller/BackendController.php b/Controller/BackendController.php old mode 100644 new mode 100755 diff --git a/Controller/Controller.php b/Controller/Controller.php old mode 100644 new mode 100755 diff --git a/Docs/introduction.md b/Docs/introduction.md old mode 100644 new mode 100755 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100644 new mode 100755 diff --git a/Models/NullQAAnswer.php b/Models/NullQAAnswer.php old mode 100644 new mode 100755 diff --git a/Models/NullQACategory.php b/Models/NullQACategory.php old mode 100644 new mode 100755 diff --git a/Models/NullQAQuestion.php b/Models/NullQAQuestion.php old mode 100644 new mode 100755 diff --git a/Models/PermissionState.php b/Models/PermissionState.php old mode 100644 new mode 100755 diff --git a/Models/QAAnswer.php b/Models/QAAnswer.php old mode 100644 new mode 100755 diff --git a/Models/QAAnswerMapper.php b/Models/QAAnswerMapper.php old mode 100644 new mode 100755 diff --git a/Models/QAAnswerStatus.php b/Models/QAAnswerStatus.php old mode 100644 new mode 100755 diff --git a/Models/QACategory.php b/Models/QACategory.php old mode 100644 new mode 100755 diff --git a/Models/QACategoryMapper.php b/Models/QACategoryMapper.php old mode 100644 new mode 100755 diff --git a/Models/QAQuestion.php b/Models/QAQuestion.php old mode 100644 new mode 100755 diff --git a/Models/QAQuestionMapper.php b/Models/QAQuestionMapper.php old mode 100644 new mode 100755 diff --git a/Models/QAQuestionStatus.php b/Models/QAQuestionStatus.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/qa-dashboard.tpl.php b/Theme/Backend/qa-dashboard.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/qa-question-create.tpl.php b/Theme/Backend/qa-question-create.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/qa-question.tpl.php b/Theme/Backend/qa-question.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/qa-tag-edit.tpl.php b/Theme/Backend/qa-tag-edit.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/qa-tag-list.tpl.php b/Theme/Backend/qa-tag-list.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/styles.css b/Theme/Backend/styles.css old mode 100644 new mode 100755 diff --git a/Theme/Backend/styles.scss b/Theme/Backend/styles.scss old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 diff --git a/composer.lock b/composer.lock old mode 100644 new mode 100755 diff --git a/info.json b/info.json old mode 100644 new mode 100755 diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/2QACategoryMapperTest.php b/tests/Models/2QACategoryMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/3QAQuestionMapperTest.php b/tests/Models/3QAQuestionMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/4QAAnswerMapperTest.php b/tests/Models/4QAAnswerMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/QAAnswerTest.php b/tests/Models/QAAnswerTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/QACategoryTest.php b/tests/Models/QACategoryTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/QAQuestionTest.php b/tests/Models/QAQuestionTest.php old mode 100644 new mode 100755