From 2016b7232f9fde78454de84bbfa3d6d09c28e7ec Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 2 Apr 2025 14:15:06 +0000 Subject: [PATCH] fix permissions --- .github/workflows/greetings.yml | 0 .github/workflows/image.yml | 0 .github/workflows/main.yml | 0 .gitignore | 0 Admin/Install/Application/QA/Application.php | 0 Admin/Install/Application/QA/Controller/AppController.php | 0 Admin/Install/Application/QA/QAView.php | 0 Admin/Install/Application/QA/Routes.php | 0 Admin/Install/Application/QA/Themes/Default/css/qa-small.css | 0 Admin/Install/Application/QA/Themes/Default/css/qa.css | 0 .../Application/QA/Themes/Default/tpl/account-create.tpl.php | 0 Admin/Install/Application/QA/Themes/Default/tpl/footer.tpl.php | 0 Admin/Install/Application/QA/Themes/Default/tpl/header.tpl.php | 0 Admin/Install/Application/QA/Themes/Default/tpl/imprint.tpl.php | 0 Admin/Install/Application/QA/Themes/Default/tpl/list.tpl.php | 0 Admin/Install/Application/QA/Themes/Default/tpl/login.tpl.php | 0 Admin/Install/Application/QA/Themes/Default/tpl/privacy.tpl.php | 0 Admin/Install/Application/QA/Themes/Default/tpl/profile.tpl.php | 0 Admin/Install/Application/QA/Themes/Default/tpl/question.tpl.php | 0 Admin/Install/Application/QA/Themes/Default/tpl/terms.tpl.php | 0 Admin/Install/Application/QA/index.tpl.php | 0 Admin/Install/Application/QA/info.json | 0 Admin/Install/Application/QA/js/qa.js | 0 Admin/Install/Application/QA/lang/en.lang.php | 0 Admin/Install/Application/QA/manifest.json | 0 Admin/Install/Application/QA/manifest.webmanifest | 0 Admin/Install/CMS.install.json | 0 Admin/Install/CMS.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/db.json | 0 Admin/Installer.php | 0 Admin/Routes/Web/Api.php | 0 Admin/Routes/Web/Backend.php | 0 Admin/Settings/Theme/Backend/settings-app.tpl.php | 0 Admin/Settings/Theme/Backend/settings.tpl.php | 0 Admin/Status.php | 0 Admin/Uninstaller.php | 0 Admin/Updater.php | 0 Assets/module_qa_list.svg | 0 Assets/module_qa_list.xml | 0 Assets/module_qa_question.svg | 0 Assets/module_qa_question.xml | 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 LICENSE.txt | 0 Models/NullQAAnswer.php | 0 Models/NullQAAnswerVote.php | 0 Models/NullQAApp.php | 0 Models/NullQAQuestion.php | 0 Models/NullQAQuestionVote.php | 0 Models/PermissionCategory.php | 0 Models/QAAnswer.php | 0 Models/QAAnswerMapper.php | 0 Models/QAAnswerStatus.php | 0 Models/QAAnswerVote.php | 0 Models/QAAnswerVoteMapper.php | 0 Models/QAApp.php | 0 Models/QAAppMapper.php | 0 Models/QAHelperMapper.php | 0 Models/QAQuestion.php | 0 Models/QAQuestionMapper.php | 0 Models/QAQuestionStatus.php | 0 Models/QAQuestionVote.php | 0 Models/QAQuestionVoteMapper.php | 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/qa-app-list.tpl.php | 0 Theme/Backend/qa-app-view.tpl.php | 0 Theme/Backend/qa-dashboard.tpl.php | 0 Theme/Backend/qa-question-create.tpl.php | 0 Theme/Backend/qa-question.tpl.php | 0 Theme/Backend/styles.css | 0 Theme/Backend/styles.scss | 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/ApiControllerTest.php | 0 tests/Controller/test.md | 0 tests/Models/NullQAAnswerTest.php | 0 tests/Models/NullQAAnswerVoteTest.php | 0 tests/Models/NullQAAppTest.php | 0 tests/Models/NullQAQuestionTest.php | 0 tests/Models/NullQAQuestionVoteTest.php | 0 tests/Models/QAAnswerMapperTest.php | 0 tests/Models/QAAnswerTest.php | 0 tests/Models/QAAnswerVoteMapperTest.php | 0 tests/Models/QAAnswerVoteTest.php | 0 tests/Models/QAAppTest.php | 0 tests/Models/QAHelperMapperTest.php | 0 tests/Models/QAQuestionMapperTest.php | 0 tests/Models/QAQuestionTest.php | 0 tests/Models/QAQuestionVoteMapperTest.php | 0 tests/Models/QAQuestionVoteTest.php | 0 tests/phpunit_default.xml | 0 106 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/Application/QA/Application.php mode change 100755 => 100644 Admin/Install/Application/QA/Controller/AppController.php mode change 100755 => 100644 Admin/Install/Application/QA/QAView.php mode change 100755 => 100644 Admin/Install/Application/QA/Routes.php mode change 100755 => 100644 Admin/Install/Application/QA/Themes/Default/css/qa-small.css mode change 100755 => 100644 Admin/Install/Application/QA/Themes/Default/css/qa.css mode change 100755 => 100644 Admin/Install/Application/QA/Themes/Default/tpl/account-create.tpl.php mode change 100755 => 100644 Admin/Install/Application/QA/Themes/Default/tpl/footer.tpl.php mode change 100755 => 100644 Admin/Install/Application/QA/Themes/Default/tpl/header.tpl.php mode change 100755 => 100644 Admin/Install/Application/QA/Themes/Default/tpl/imprint.tpl.php mode change 100755 => 100644 Admin/Install/Application/QA/Themes/Default/tpl/list.tpl.php mode change 100755 => 100644 Admin/Install/Application/QA/Themes/Default/tpl/login.tpl.php mode change 100755 => 100644 Admin/Install/Application/QA/Themes/Default/tpl/privacy.tpl.php mode change 100755 => 100644 Admin/Install/Application/QA/Themes/Default/tpl/profile.tpl.php mode change 100755 => 100644 Admin/Install/Application/QA/Themes/Default/tpl/question.tpl.php mode change 100755 => 100644 Admin/Install/Application/QA/Themes/Default/tpl/terms.tpl.php mode change 100755 => 100644 Admin/Install/Application/QA/index.tpl.php mode change 100755 => 100644 Admin/Install/Application/QA/info.json mode change 100755 => 100644 Admin/Install/Application/QA/js/qa.js mode change 100755 => 100644 Admin/Install/Application/QA/lang/en.lang.php mode change 100755 => 100644 Admin/Install/Application/QA/manifest.json mode change 100755 => 100644 Admin/Install/Application/QA/manifest.webmanifest mode change 100755 => 100644 Admin/Install/CMS.install.json mode change 100755 => 100644 Admin/Install/CMS.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/db.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/Settings/Theme/Backend/settings-app.tpl.php mode change 100755 => 100644 Admin/Settings/Theme/Backend/settings.tpl.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 Assets/module_qa_list.svg mode change 100755 => 100644 Assets/module_qa_list.xml mode change 100755 => 100644 Assets/module_qa_question.svg mode change 100755 => 100644 Assets/module_qa_question.xml 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 LICENSE.txt mode change 100755 => 100644 Models/NullQAAnswer.php mode change 100755 => 100644 Models/NullQAAnswerVote.php mode change 100755 => 100644 Models/NullQAApp.php mode change 100755 => 100644 Models/NullQAQuestion.php mode change 100755 => 100644 Models/NullQAQuestionVote.php mode change 100755 => 100644 Models/PermissionCategory.php mode change 100755 => 100644 Models/QAAnswer.php mode change 100755 => 100644 Models/QAAnswerMapper.php mode change 100755 => 100644 Models/QAAnswerStatus.php mode change 100755 => 100644 Models/QAAnswerVote.php mode change 100755 => 100644 Models/QAAnswerVoteMapper.php mode change 100755 => 100644 Models/QAApp.php mode change 100755 => 100644 Models/QAAppMapper.php mode change 100755 => 100644 Models/QAHelperMapper.php mode change 100755 => 100644 Models/QAQuestion.php mode change 100755 => 100644 Models/QAQuestionMapper.php mode change 100755 => 100644 Models/QAQuestionStatus.php mode change 100755 => 100644 Models/QAQuestionVote.php mode change 100755 => 100644 Models/QAQuestionVoteMapper.php 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/qa-app-list.tpl.php mode change 100755 => 100644 Theme/Backend/qa-app-view.tpl.php mode change 100755 => 100644 Theme/Backend/qa-dashboard.tpl.php mode change 100755 => 100644 Theme/Backend/qa-question-create.tpl.php mode change 100755 => 100644 Theme/Backend/qa-question.tpl.php mode change 100755 => 100644 Theme/Backend/styles.css mode change 100755 => 100644 Theme/Backend/styles.scss 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/ApiControllerTest.php mode change 100755 => 100644 tests/Controller/test.md mode change 100755 => 100644 tests/Models/NullQAAnswerTest.php mode change 100755 => 100644 tests/Models/NullQAAnswerVoteTest.php mode change 100755 => 100644 tests/Models/NullQAAppTest.php mode change 100755 => 100644 tests/Models/NullQAQuestionTest.php mode change 100755 => 100644 tests/Models/NullQAQuestionVoteTest.php mode change 100755 => 100644 tests/Models/QAAnswerMapperTest.php mode change 100755 => 100644 tests/Models/QAAnswerTest.php mode change 100755 => 100644 tests/Models/QAAnswerVoteMapperTest.php mode change 100755 => 100644 tests/Models/QAAnswerVoteTest.php mode change 100755 => 100644 tests/Models/QAAppTest.php mode change 100755 => 100644 tests/Models/QAHelperMapperTest.php mode change 100755 => 100644 tests/Models/QAQuestionMapperTest.php mode change 100755 => 100644 tests/Models/QAQuestionTest.php mode change 100755 => 100644 tests/Models/QAQuestionVoteMapperTest.php mode change 100755 => 100644 tests/Models/QAQuestionVoteTest.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/Application/QA/Application.php b/Admin/Install/Application/QA/Application.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/Controller/AppController.php b/Admin/Install/Application/QA/Controller/AppController.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/QAView.php b/Admin/Install/Application/QA/QAView.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/Routes.php b/Admin/Install/Application/QA/Routes.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/Themes/Default/css/qa-small.css b/Admin/Install/Application/QA/Themes/Default/css/qa-small.css old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/Themes/Default/css/qa.css b/Admin/Install/Application/QA/Themes/Default/css/qa.css old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/Themes/Default/tpl/account-create.tpl.php b/Admin/Install/Application/QA/Themes/Default/tpl/account-create.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/Themes/Default/tpl/footer.tpl.php b/Admin/Install/Application/QA/Themes/Default/tpl/footer.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/Themes/Default/tpl/header.tpl.php b/Admin/Install/Application/QA/Themes/Default/tpl/header.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/Themes/Default/tpl/imprint.tpl.php b/Admin/Install/Application/QA/Themes/Default/tpl/imprint.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/Themes/Default/tpl/list.tpl.php b/Admin/Install/Application/QA/Themes/Default/tpl/list.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/Themes/Default/tpl/login.tpl.php b/Admin/Install/Application/QA/Themes/Default/tpl/login.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/Themes/Default/tpl/privacy.tpl.php b/Admin/Install/Application/QA/Themes/Default/tpl/privacy.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/Themes/Default/tpl/profile.tpl.php b/Admin/Install/Application/QA/Themes/Default/tpl/profile.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/Themes/Default/tpl/question.tpl.php b/Admin/Install/Application/QA/Themes/Default/tpl/question.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/Themes/Default/tpl/terms.tpl.php b/Admin/Install/Application/QA/Themes/Default/tpl/terms.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/index.tpl.php b/Admin/Install/Application/QA/index.tpl.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/info.json b/Admin/Install/Application/QA/info.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/js/qa.js b/Admin/Install/Application/QA/js/qa.js old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/lang/en.lang.php b/Admin/Install/Application/QA/lang/en.lang.php old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/manifest.json b/Admin/Install/Application/QA/manifest.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Application/QA/manifest.webmanifest b/Admin/Install/Application/QA/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/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/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-app.tpl.php b/Admin/Settings/Theme/Backend/settings-app.tpl.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/Assets/module_qa_list.svg b/Assets/module_qa_list.svg old mode 100755 new mode 100644 diff --git a/Assets/module_qa_list.xml b/Assets/module_qa_list.xml old mode 100755 new mode 100644 diff --git a/Assets/module_qa_question.svg b/Assets/module_qa_question.svg old mode 100755 new mode 100644 diff --git a/Assets/module_qa_question.xml b/Assets/module_qa_question.xml 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/LICENSE.txt b/LICENSE.txt old mode 100755 new mode 100644 diff --git a/Models/NullQAAnswer.php b/Models/NullQAAnswer.php old mode 100755 new mode 100644 diff --git a/Models/NullQAAnswerVote.php b/Models/NullQAAnswerVote.php old mode 100755 new mode 100644 diff --git a/Models/NullQAApp.php b/Models/NullQAApp.php old mode 100755 new mode 100644 diff --git a/Models/NullQAQuestion.php b/Models/NullQAQuestion.php old mode 100755 new mode 100644 diff --git a/Models/NullQAQuestionVote.php b/Models/NullQAQuestionVote.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/QAAnswer.php b/Models/QAAnswer.php old mode 100755 new mode 100644 diff --git a/Models/QAAnswerMapper.php b/Models/QAAnswerMapper.php old mode 100755 new mode 100644 diff --git a/Models/QAAnswerStatus.php b/Models/QAAnswerStatus.php old mode 100755 new mode 100644 diff --git a/Models/QAAnswerVote.php b/Models/QAAnswerVote.php old mode 100755 new mode 100644 diff --git a/Models/QAAnswerVoteMapper.php b/Models/QAAnswerVoteMapper.php old mode 100755 new mode 100644 diff --git a/Models/QAApp.php b/Models/QAApp.php old mode 100755 new mode 100644 diff --git a/Models/QAAppMapper.php b/Models/QAAppMapper.php old mode 100755 new mode 100644 diff --git a/Models/QAHelperMapper.php b/Models/QAHelperMapper.php old mode 100755 new mode 100644 diff --git a/Models/QAQuestion.php b/Models/QAQuestion.php old mode 100755 new mode 100644 diff --git a/Models/QAQuestionMapper.php b/Models/QAQuestionMapper.php old mode 100755 new mode 100644 diff --git a/Models/QAQuestionStatus.php b/Models/QAQuestionStatus.php old mode 100755 new mode 100644 diff --git a/Models/QAQuestionVote.php b/Models/QAQuestionVote.php old mode 100755 new mode 100644 diff --git a/Models/QAQuestionVoteMapper.php b/Models/QAQuestionVoteMapper.php 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/qa-app-list.tpl.php b/Theme/Backend/qa-app-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/qa-app-view.tpl.php b/Theme/Backend/qa-app-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/qa-dashboard.tpl.php b/Theme/Backend/qa-dashboard.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/qa-question-create.tpl.php b/Theme/Backend/qa-question-create.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/qa-question.tpl.php b/Theme/Backend/qa-question.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/styles.css b/Theme/Backend/styles.css old mode 100755 new mode 100644 diff --git a/Theme/Backend/styles.scss b/Theme/Backend/styles.scss 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/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php old mode 100755 new mode 100644 diff --git a/tests/Controller/test.md b/tests/Controller/test.md old mode 100755 new mode 100644 diff --git a/tests/Models/NullQAAnswerTest.php b/tests/Models/NullQAAnswerTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullQAAnswerVoteTest.php b/tests/Models/NullQAAnswerVoteTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullQAAppTest.php b/tests/Models/NullQAAppTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullQAQuestionTest.php b/tests/Models/NullQAQuestionTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullQAQuestionVoteTest.php b/tests/Models/NullQAQuestionVoteTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/QAAnswerMapperTest.php b/tests/Models/QAAnswerMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/QAAnswerTest.php b/tests/Models/QAAnswerTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/QAAnswerVoteMapperTest.php b/tests/Models/QAAnswerVoteMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/QAAnswerVoteTest.php b/tests/Models/QAAnswerVoteTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/QAAppTest.php b/tests/Models/QAAppTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/QAHelperMapperTest.php b/tests/Models/QAHelperMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/QAQuestionMapperTest.php b/tests/Models/QAQuestionMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/QAQuestionTest.php b/tests/Models/QAQuestionTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/QAQuestionVoteMapperTest.php b/tests/Models/QAQuestionVoteMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/QAQuestionVoteTest.php b/tests/Models/QAQuestionVoteTest.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