changed file permissions

This commit is contained in:
Dennis Eichhorn 2020-06-09 22:03:51 +02:00
parent fedef9366e
commit ef9d4ab970
97 changed files with 0 additions and 0 deletions

0
.github/dev_bug_report.md vendored Normal file → Executable file
View File

0
.github/dev_feature_request.md vendored Normal file → Executable file
View File

0
.github/user_bug_report.md vendored Normal file → Executable file
View File

0
.github/user_feature_request.md vendored Normal file → Executable file
View File

0
.github/workflows/greetings.yml vendored Normal file → Executable file
View File

0
.github/workflows/image.yml vendored Normal file → Executable file
View File

0
.github/workflows/main.yml vendored Normal file → Executable file
View File

0
Admin/Install/Navigation.install.json Normal file → Executable file
View File

0
Admin/Install/Navigation.php Normal file → Executable file
View File

0
Admin/Install/db.json Normal file → Executable file
View File

0
Admin/Installer.php Normal file → Executable file
View File

0
Admin/Routes/Web/Backend.php Normal file → Executable file
View File

0
Admin/Status.php Normal file → Executable file
View File

0
Admin/Uninstaller.php Normal file → Executable file
View File

0
Admin/Updater.php Normal file → Executable file
View File

0
CODE_OF_CONDUCT.md Normal file → Executable file
View File

0
CONTRIBUTING.md Normal file → Executable file
View File

0
Controller/BackendController.php Normal file → Executable file
View File

0
Controller/Controller.php Normal file → Executable file
View File

0
LICENSE.txt Normal file → Executable file
View File

0
Models/Category.php Normal file → Executable file
View File

0
Models/CategoryMapper.php Normal file → Executable file
View File

0
Models/Cause.php Normal file → Executable file
View File

0
Models/CauseMapper.php Normal file → Executable file
View File

0
Models/Department.php Normal file → Executable file
View File

0
Models/DepartmentMapper.php Normal file → Executable file
View File

0
Models/NullCategory.php Normal file → Executable file
View File

0
Models/NullCause.php Normal file → Executable file
View File

0
Models/NullDepartment.php Normal file → Executable file
View File

0
Models/NullProcess.php Normal file → Executable file
View File

0
Models/NullProject.php Normal file → Executable file
View File

0
Models/NullRisk.php Normal file → Executable file
View File

0
Models/NullRiskObject.php Normal file → Executable file
View File

0
Models/NullSolution.php Normal file → Executable file
View File

0
Models/PermissionState.php Normal file → Executable file
View File

0
Models/Process.php Normal file → Executable file
View File

0
Models/ProcessMapper.php Normal file → Executable file
View File

0
Models/Project.php Normal file → Executable file
View File

0
Models/ProjectMapper.php Normal file → Executable file
View File

0
Models/Risk.php Normal file → Executable file
View File

0
Models/RiskMapper.php Normal file → Executable file
View File

0
Models/RiskObject.php Normal file → Executable file
View File

0
Models/RiskObjectMapper.php Normal file → Executable file
View File

0
Models/RiskObjectScore.php Normal file → Executable file
View File

0
Models/RiskScore.php Normal file → Executable file
View File

0
Models/Solution.php Normal file → Executable file
View File

0
Models/SolutionMapper.php Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
Theme/Backend/Export/CockpitBasic.pdf.php Normal file → Executable file
View File

0
Theme/Backend/Lang/Navigation.en.lang.php Normal file → Executable file
View File

0
Theme/Backend/Lang/en.lang.php Normal file → Executable file
View File

0
Theme/Backend/category-list.tpl.php Normal file → Executable file
View File

0
Theme/Backend/category-single.tpl.php Normal file → Executable file
View File

0
Theme/Backend/cause-create.tpl.php Normal file → Executable file
View File

0
Theme/Backend/cause-list.tpl.php Normal file → Executable file
View File

0
Theme/Backend/cause-single.tpl.php Normal file → Executable file
View File

0
Theme/Backend/cockpit.tpl.php Normal file → Executable file
View File

0
Theme/Backend/department-list.tpl.php Normal file → Executable file
View File

0
Theme/Backend/department-single.tpl.php Normal file → Executable file
View File

0
Theme/Backend/process-list.tpl.php Normal file → Executable file
View File

0
Theme/Backend/process-single.tpl.php Normal file → Executable file
View File

0
Theme/Backend/project-list.tpl.php Normal file → Executable file
View File

0
Theme/Backend/project-single.tpl.php Normal file → Executable file
View File

0
Theme/Backend/risk-create.tpl.php Normal file → Executable file
View File

0
Theme/Backend/risk-list.tpl.php Normal file → Executable file
View File

0
Theme/Backend/risk-single.tpl.php Normal file → Executable file
View File

0
Theme/Backend/settings-dashboard.tpl.php Normal file → Executable file
View File

0
Theme/Backend/solution-create.tpl.php Normal file → Executable file
View File

0
Theme/Backend/solution-list.tpl.php Normal file → Executable file
View File

0
Theme/Backend/solution-single.tpl.php Normal file → Executable file
View File

0
Theme/Backend/unit-list.tpl.php Normal file → Executable file
View File

0
Theme/Backend/unit-single.tpl.php Normal file → Executable file
View File

0
composer.json Normal file → Executable file
View File

0
composer.lock generated Normal file → Executable file
View File

0
data/cockpit/departments.csv Normal file → Executable file
View File

0
data/cockpit/history.csv Normal file → Executable file
View File

0
data/cockpit/sections.csv Normal file → Executable file
View File

0
data/cockpit/top.csv Normal file → Executable file
View File

0
img/module_teaser_small.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

0
info.json Normal file → Executable file
View File

0
tests/Admin/AdminTest.php Normal file → Executable file
View File

0
tests/Models/CategoryMapperTest.php Normal file → Executable file
View File

0
tests/Models/CategoryTest.php Normal file → Executable file
View File

0
tests/Models/CauseMapperTest.php Normal file → Executable file
View File

0
tests/Models/CauseTest.php Normal file → Executable file
View File

0
tests/Models/DepartmentMapperTest.php Normal file → Executable file
View File

0
tests/Models/DepartmentTest.php Normal file → Executable file
View File

0
tests/Models/ProcessMapperTest.php Normal file → Executable file
View File

0
tests/Models/ProcessTest.php Normal file → Executable file
View File

0
tests/Models/ProjectMapperTest.php Normal file → Executable file
View File

0
tests/Models/ProjectTest.php Normal file → Executable file
View File

0
tests/Models/RiskMapperTest.php Normal file → Executable file
View File

0
tests/Models/RiskObjectMapperTest.php Normal file → Executable file
View File

0
tests/Models/RiskObjectTest.php Normal file → Executable file
View File

0
tests/Models/RiskTest.php Normal file → Executable file
View File

0
tests/Models/SolutionMapperTest.php Normal file → Executable file
View File

0
tests/Models/SolutionTest.php Normal file → Executable file
View File