From d73eb8aec2a71b95d92b5337f14a2fcd9f874843 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 2 Apr 2025 14:15:06 +0000 Subject: [PATCH] fix permissions --- .gitattributes | 0 .github/dependabot.yaml | 0 .github/workflows/cd.yml | 0 .github/workflows/greetings.yml | 0 .github/workflows/main.yml | 0 .gitignore | 0 Admin/Install/Messages.install.json | 0 Admin/Install/Messages.php | 0 Admin/Install/Navigation.install.json | 0 Admin/Install/Navigation.php | 0 Admin/Install/Workflow.install.json | 0 Admin/Install/Workflow.php | 0 Admin/Install/db.json | 0 Admin/Installer.php | 0 Admin/Routes/Cli.php | 0 Admin/Routes/Web/Api.php | 0 Admin/Routes/Web/Backend.php | 0 Admin/Status.php | 0 Admin/Uninstaller.php | 0 Admin/Updater.php | 0 Controller/ApiController.php | 0 Controller/BackendController.php | 0 Controller/Controller.php | 0 ICLA.txt | 0 LICENSE.txt | 0 Models/Inform.php | 0 Models/InformBlacklist.php | 0 Models/InformBlacklistMapper.php | 0 Models/InformMapper.php | 0 Models/NullInform.php | 0 Models/NullInformBlacklist.php | 0 Models/NullReport.php | 0 Models/NullResource.php | 0 Models/PermissionCategory.php | 0 Models/Report.php | 0 Models/ReportMapper.php | 0 Models/ReportStatus.php | 0 Models/Resource.php | 0 Models/ResourceMapper.php | 0 Models/ResourceStatus.php | 0 Models/SettingsEnum.php | 0 README.md | 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/resource-comparison-inline.tpl.php | 0 Theme/Backend/resource-create.tpl.php | 0 Theme/Backend/resource-list.tpl.php | 0 Theme/Backend/resource-view.tpl.php | 0 composer.json | 0 composer.lock | 0 img/App flow.drawio.png | Bin info.json | 0 local/App.xaml | 0 local/App.xaml.cs | 0 local/AssemblyInfo.cs | 0 local/MainWindow.xaml | 0 local/MainWindow.xaml.cs | 0 local/OnlineResourceWatcherLocalApp.csproj | 0 local/OnlineResourceWatcherLocalApp.csproj.user | 0 local/OnlineResourceWatcherLocalApp.sln | 0 tests/Admin/AdminTest.php | 0 tests/Autoloader.php | 0 tests/Bootstrap.php | 0 tests/Controller/ApiControllerTest.php | 0 tests/Models/NullInformBlacklistTest.php | 0 tests/Models/NullInformTest.php | 0 tests/Models/NullReportTest.php | 0 tests/Models/NullResourceTest.php | 0 70 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitattributes mode change 100755 => 100644 .github/dependabot.yaml mode change 100755 => 100644 .github/workflows/cd.yml mode change 100755 => 100644 .github/workflows/greetings.yml mode change 100755 => 100644 .github/workflows/main.yml mode change 100755 => 100644 .gitignore mode change 100755 => 100644 Admin/Install/Messages.install.json mode change 100755 => 100644 Admin/Install/Messages.php mode change 100755 => 100644 Admin/Install/Navigation.install.json mode change 100755 => 100644 Admin/Install/Navigation.php mode change 100755 => 100644 Admin/Install/Workflow.install.json mode change 100755 => 100644 Admin/Install/Workflow.php mode change 100755 => 100644 Admin/Install/db.json mode change 100755 => 100644 Admin/Installer.php mode change 100755 => 100644 Admin/Routes/Cli.php mode change 100755 => 100644 Admin/Routes/Web/Api.php mode change 100755 => 100644 Admin/Routes/Web/Backend.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 Controller/ApiController.php mode change 100755 => 100644 Controller/BackendController.php mode change 100755 => 100644 Controller/Controller.php mode change 100755 => 100644 ICLA.txt mode change 100755 => 100644 LICENSE.txt mode change 100755 => 100644 Models/Inform.php mode change 100755 => 100644 Models/InformBlacklist.php mode change 100755 => 100644 Models/InformBlacklistMapper.php mode change 100755 => 100644 Models/InformMapper.php mode change 100755 => 100644 Models/NullInform.php mode change 100755 => 100644 Models/NullInformBlacklist.php mode change 100755 => 100644 Models/NullReport.php mode change 100755 => 100644 Models/NullResource.php mode change 100755 => 100644 Models/PermissionCategory.php mode change 100755 => 100644 Models/Report.php mode change 100755 => 100644 Models/ReportMapper.php mode change 100755 => 100644 Models/ReportStatus.php mode change 100755 => 100644 Models/Resource.php mode change 100755 => 100644 Models/ResourceMapper.php mode change 100755 => 100644 Models/ResourceStatus.php mode change 100755 => 100644 Models/SettingsEnum.php mode change 100755 => 100644 README.md 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/resource-comparison-inline.tpl.php mode change 100755 => 100644 Theme/Backend/resource-create.tpl.php mode change 100755 => 100644 Theme/Backend/resource-list.tpl.php mode change 100755 => 100644 Theme/Backend/resource-view.tpl.php mode change 100755 => 100644 composer.json mode change 100755 => 100644 composer.lock mode change 100755 => 100644 img/App flow.drawio.png mode change 100755 => 100644 info.json mode change 100755 => 100644 local/App.xaml mode change 100755 => 100644 local/App.xaml.cs mode change 100755 => 100644 local/AssemblyInfo.cs mode change 100755 => 100644 local/MainWindow.xaml mode change 100755 => 100644 local/MainWindow.xaml.cs mode change 100755 => 100644 local/OnlineResourceWatcherLocalApp.csproj mode change 100755 => 100644 local/OnlineResourceWatcherLocalApp.csproj.user mode change 100755 => 100644 local/OnlineResourceWatcherLocalApp.sln 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/Models/NullInformBlacklistTest.php mode change 100755 => 100644 tests/Models/NullInformTest.php mode change 100755 => 100644 tests/Models/NullReportTest.php mode change 100755 => 100644 tests/Models/NullResourceTest.php 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