diff --git a/.github/dev_bug_report.md b/.github/dev_bug_report.md old mode 100644 new mode 100755 diff --git a/.github/dev_feature_request.md b/.github/dev_feature_request.md old mode 100644 new mode 100755 diff --git a/.github/user_bug_report.md b/.github/user_bug_report.md old mode 100644 new mode 100755 diff --git a/.github/user_feature_request.md b/.github/user_feature_request.md old mode 100644 new mode 100755 diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100644 new mode 100755 diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json old mode 100644 new mode 100755 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php old mode 100644 new mode 100755 diff --git a/Admin/Install/db.json b/Admin/Install/db.json old mode 100644 new mode 100755 diff --git a/Admin/Installer.php b/Admin/Installer.php old mode 100644 new mode 100755 diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php old mode 100644 new mode 100755 diff --git a/Admin/Status.php b/Admin/Status.php old mode 100644 new mode 100755 diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php old mode 100644 new mode 100755 diff --git a/Admin/Updater.php b/Admin/Updater.php old mode 100644 new mode 100755 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/Controller/ApiController.php b/Controller/ApiController.php old mode 100644 new mode 100755 diff --git a/Controller/BackendController.php b/Controller/BackendController.php old mode 100644 new mode 100755 diff --git a/Controller/Controller.php b/Controller/Controller.php old mode 100644 new mode 100755 diff --git a/Docs/introduction.md b/Docs/introduction.md old mode 100644 new mode 100755 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100644 new mode 100755 diff --git a/Models/BoardStatus.php b/Models/BoardStatus.php old mode 100644 new mode 100755 diff --git a/Models/CardStatus.php b/Models/CardStatus.php old mode 100644 new mode 100755 diff --git a/Models/CardType.php b/Models/CardType.php old mode 100644 new mode 100755 diff --git a/Models/KanbanBoard.php b/Models/KanbanBoard.php old mode 100644 new mode 100755 diff --git a/Models/KanbanBoardMapper.php b/Models/KanbanBoardMapper.php old mode 100644 new mode 100755 diff --git a/Models/KanbanCard.php b/Models/KanbanCard.php old mode 100644 new mode 100755 diff --git a/Models/KanbanCardComment.php b/Models/KanbanCardComment.php old mode 100644 new mode 100755 diff --git a/Models/KanbanCardCommentMapper.php b/Models/KanbanCardCommentMapper.php old mode 100644 new mode 100755 diff --git a/Models/KanbanCardMapper.php b/Models/KanbanCardMapper.php old mode 100644 new mode 100755 diff --git a/Models/KanbanColumn.php b/Models/KanbanColumn.php old mode 100644 new mode 100755 diff --git a/Models/KanbanColumnMapper.php b/Models/KanbanColumnMapper.php old mode 100644 new mode 100755 diff --git a/Models/PermissionState.php b/Models/PermissionState.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/css/styles.css b/Theme/Backend/css/styles.css old mode 100644 new mode 100755 diff --git a/Theme/Backend/css/styles.scss b/Theme/Backend/css/styles.scss old mode 100644 new mode 100755 diff --git a/Theme/Backend/kanban-archive.tpl.php b/Theme/Backend/kanban-archive.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/kanban-board-create.tpl.php b/Theme/Backend/kanban-board-create.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/kanban-board.tpl.php b/Theme/Backend/kanban-board.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/kanban-card-create.tpl.php b/Theme/Backend/kanban-card-create.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/kanban-card.tpl.php b/Theme/Backend/kanban-card.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/kanban-dashboard.tpl.php b/Theme/Backend/kanban-dashboard.tpl.php old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 diff --git a/composer.lock b/composer.lock old mode 100644 new mode 100755 diff --git a/info.json b/info.json old mode 100644 new mode 100755 diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php old mode 100644 new mode 100755 diff --git a/tests/ControllerTest.php b/tests/ControllerTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/1KanbanBoardMapperTest.php b/tests/Models/1KanbanBoardMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/3KanbanColumnMapperTest.php b/tests/Models/3KanbanColumnMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/4KanbanCardMapperTest.php b/tests/Models/4KanbanCardMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/5KanbanCardCommentMapperTest.php b/tests/Models/5KanbanCardCommentMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/KanbanBoardTest.php b/tests/Models/KanbanBoardTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/KanbanCardCommentTest.php b/tests/Models/KanbanCardCommentTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/KanbanCardTest.php b/tests/Models/KanbanCardTest.php old mode 100644 new mode 100755 diff --git a/tests/Models/KanbanColumnTest.php b/tests/Models/KanbanColumnTest.php old mode 100644 new mode 100755