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/Media/default_profile.png b/Admin/Install/Media/default_profile.png 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/Search.php b/Admin/Install/Search.php old mode 100755 new mode 100644 diff --git a/Admin/Install/SearchCommands.php b/Admin/Install/SearchCommands.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.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/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/Controller/SearchController.php b/Controller/SearchController.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/Dev/en/uml.md b/Docs/Dev/en/uml.md old mode 100755 new mode 100644 diff --git a/Docs/Dev/img/uml.svg b/Docs/Dev/img/uml.svg 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/Contact.php b/Models/Contact.php old mode 100755 new mode 100644 diff --git a/Models/ContactElement.php b/Models/ContactElement.php old mode 100755 new mode 100644 diff --git a/Models/ContactElementMapper.php b/Models/ContactElementMapper.php old mode 100755 new mode 100644 diff --git a/Models/ContactMapper.php b/Models/ContactMapper.php old mode 100755 new mode 100644 diff --git a/Models/GenderType.php b/Models/GenderType.php old mode 100755 new mode 100644 diff --git a/Models/NullContact.php b/Models/NullContact.php old mode 100755 new mode 100644 diff --git a/Models/NullContactElement.php b/Models/NullContactElement.php old mode 100755 new mode 100644 diff --git a/Models/NullProfile.php b/Models/NullProfile.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/Profile.php b/Models/Profile.php old mode 100755 new mode 100644 diff --git a/Models/ProfileMapper.php b/Models/ProfileMapper.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/Models/SexType.php b/Models/SexType.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/AccountGroupSelector/BaseView.php b/Theme/Backend/Components/AccountGroupSelector/BaseView.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/AccountGroupSelector/PopupView.php b/Theme/Backend/Components/AccountGroupSelector/PopupView.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/AccountGroupSelector/base.tpl.php b/Theme/Backend/Components/AccountGroupSelector/base.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/AccountGroupSelector/popup.tpl.php b/Theme/Backend/Components/AccountGroupSelector/popup.tpl.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/css/styles.css b/Theme/Backend/css/styles.css old mode 100755 new mode 100644 diff --git a/Theme/Backend/css/styles.scss b/Theme/Backend/css/styles.scss old mode 100755 new mode 100644 diff --git a/Theme/Backend/img/profile-default-small.jpg b/Theme/Backend/img/profile-default-small.jpg old mode 100755 new mode 100644 diff --git a/Theme/Backend/modules-create.tpl.php b/Theme/Backend/modules-create.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/profile-list.tpl.php b/Theme/Backend/profile-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/profile-view.tpl.php b/Theme/Backend/profile-view.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/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php old mode 100755 new mode 100644 diff --git a/tests/Controller/icon.png b/tests/Controller/icon.png old mode 100755 new mode 100644 diff --git a/tests/Models/ContactElementTest.php b/tests/Models/ContactElementTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/ContactTest.php b/tests/Models/ContactTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullContactElementTest.php b/tests/Models/NullContactElementTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullContactTest.php b/tests/Models/NullContactTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullProfileTest.php b/tests/Models/NullProfileTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/ProfileMapperTest.php b/tests/Models/ProfileMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/ProfileTest.php b/tests/Models/ProfileTest.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