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/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/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/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/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/LICENSE.txt b/LICENSE.txt old mode 100755 new mode 100644 diff --git a/Models/Comment.php b/Models/Comment.php old mode 100755 new mode 100644 diff --git a/Models/CommentList.php b/Models/CommentList.php old mode 100755 new mode 100644 diff --git a/Models/CommentListMapper.php b/Models/CommentListMapper.php old mode 100755 new mode 100644 diff --git a/Models/CommentListStatus.php b/Models/CommentListStatus.php old mode 100755 new mode 100644 diff --git a/Models/CommentMapper.php b/Models/CommentMapper.php old mode 100755 new mode 100644 diff --git a/Models/CommentStatus.php b/Models/CommentStatus.php old mode 100755 new mode 100644 diff --git a/Models/CommentVote.php b/Models/CommentVote.php old mode 100755 new mode 100644 diff --git a/Models/CommentVoteMapper.php b/Models/CommentVoteMapper.php old mode 100755 new mode 100644 diff --git a/Models/Elastic/Comment.json b/Models/Elastic/Comment.json old mode 100755 new mode 100644 diff --git a/Models/NullComment.php b/Models/NullComment.php old mode 100755 new mode 100644 diff --git a/Models/NullCommentList.php b/Models/NullCommentList.php old mode 100755 new mode 100644 diff --git a/Models/NullCommentVote.php b/Models/NullCommentVote.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/README.md b/README.md old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/Comment/CreateView.php b/Theme/Backend/Components/Comment/CreateView.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/Comment/ListView.php b/Theme/Backend/Components/Comment/ListView.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/Comment/create.tpl.php b/Theme/Backend/Components/Comment/create.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/Comment/list.tpl.php b/Theme/Backend/Components/Comment/list.tpl.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/css/styles.css b/Theme/Backend/css/styles.css 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/CommentListMapperTest.php b/tests/Models/CommentListMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/CommentListTest.php b/tests/Models/CommentListTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/CommentMapperTest.php b/tests/Models/CommentMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/CommentTest.php b/tests/Models/CommentTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/CommentVoteMapperTest.php b/tests/Models/CommentVoteMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/CommentVoteTest.php b/tests/Models/CommentVoteTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullCommentListTest.php b/tests/Models/NullCommentListTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullCommentTest.php b/tests/Models/NullCommentTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullCommentVoteTest.php b/tests/Models/NullCommentVoteTest.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