diff --git a/.gitattributes b/.gitattributes old mode 100755 new mode 100644 diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml old mode 100755 new mode 100644 diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.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/Messages.install.json b/Admin/Install/Messages.install.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Messages.php b/Admin/Install/Messages.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/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/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/Inform.php b/Models/Inform.php old mode 100755 new mode 100644 diff --git a/Models/InformBlacklist.php b/Models/InformBlacklist.php old mode 100755 new mode 100644 diff --git a/Models/InformBlacklistMapper.php b/Models/InformBlacklistMapper.php old mode 100755 new mode 100644 diff --git a/Models/InformMapper.php b/Models/InformMapper.php old mode 100755 new mode 100644 diff --git a/Models/NullInform.php b/Models/NullInform.php old mode 100755 new mode 100644 diff --git a/Models/NullInformBlacklist.php b/Models/NullInformBlacklist.php old mode 100755 new mode 100644 diff --git a/Models/NullReport.php b/Models/NullReport.php old mode 100755 new mode 100644 diff --git a/Models/NullResource.php b/Models/NullResource.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/Report.php b/Models/Report.php old mode 100755 new mode 100644 diff --git a/Models/ReportMapper.php b/Models/ReportMapper.php old mode 100755 new mode 100644 diff --git a/Models/ReportStatus.php b/Models/ReportStatus.php old mode 100755 new mode 100644 diff --git a/Models/Resource.php b/Models/Resource.php old mode 100755 new mode 100644 diff --git a/Models/ResourceMapper.php b/Models/ResourceMapper.php old mode 100755 new mode 100644 diff --git a/Models/ResourceStatus.php b/Models/ResourceStatus.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/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/resource-comparison-inline.tpl.php b/Theme/Backend/resource-comparison-inline.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/resource-create.tpl.php b/Theme/Backend/resource-create.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/resource-list.tpl.php b/Theme/Backend/resource-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/resource-view.tpl.php b/Theme/Backend/resource-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/App flow.drawio.png b/img/App flow.drawio.png old mode 100755 new mode 100644 diff --git a/info.json b/info.json old mode 100755 new mode 100644 diff --git a/local/App.xaml b/local/App.xaml old mode 100755 new mode 100644 diff --git a/local/App.xaml.cs b/local/App.xaml.cs old mode 100755 new mode 100644 diff --git a/local/AssemblyInfo.cs b/local/AssemblyInfo.cs old mode 100755 new mode 100644 diff --git a/local/MainWindow.xaml b/local/MainWindow.xaml old mode 100755 new mode 100644 diff --git a/local/MainWindow.xaml.cs b/local/MainWindow.xaml.cs old mode 100755 new mode 100644 diff --git a/local/OnlineResourceWatcherLocalApp.csproj b/local/OnlineResourceWatcherLocalApp.csproj old mode 100755 new mode 100644 diff --git a/local/OnlineResourceWatcherLocalApp.csproj.user b/local/OnlineResourceWatcherLocalApp.csproj.user old mode 100755 new mode 100644 diff --git a/local/OnlineResourceWatcherLocalApp.sln b/local/OnlineResourceWatcherLocalApp.sln 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/Models/NullInformBlacklistTest.php b/tests/Models/NullInformBlacklistTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullInformTest.php b/tests/Models/NullInformTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullReportTest.php b/tests/Models/NullReportTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullResourceTest.php b/tests/Models/NullResourceTest.php old mode 100755 new mode 100644