fix permissions
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2025-04-02 14:15:06 +00:00
parent 948f553176
commit 2016b7232f
106 changed files with 0 additions and 0 deletions

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

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

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

0
.gitignore vendored Executable file → Normal file
View File

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

View File

0
Admin/Install/Application/QA/QAView.php Executable file → Normal file
View File

0
Admin/Install/Application/QA/Routes.php Executable file → Normal file
View File

View File

0
Admin/Install/Application/QA/Themes/Default/css/qa.css Executable file → Normal file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
Admin/Install/Application/QA/index.tpl.php Executable file → Normal file
View File

0
Admin/Install/Application/QA/info.json Executable file → Normal file
View File

0
Admin/Install/Application/QA/js/qa.js Executable file → Normal file
View File

0
Admin/Install/Application/QA/lang/en.lang.php Executable file → Normal file
View File

0
Admin/Install/Application/QA/manifest.json Executable file → Normal file
View File

0
Admin/Install/Application/QA/manifest.webmanifest Executable file → Normal file
View File

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

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

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

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

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

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

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

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

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

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

0
Admin/Settings/Theme/Backend/settings-app.tpl.php Executable file → Normal file
View File

0
Admin/Settings/Theme/Backend/settings.tpl.php Executable file → Normal file
View File

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

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

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

0
Assets/module_qa_list.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

0
Assets/module_qa_list.xml Executable file → Normal file
View File

0
Assets/module_qa_question.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

0
Assets/module_qa_question.xml Executable file → Normal file
View File

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

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

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

0
Docs/Dev/en/SUMMARY.md Executable file → Normal file
View File

0
Docs/introduction.md Executable file → Normal file
View File

0
ICLA.txt Executable file → Normal file
View File

0
LICENSE.txt Executable file → Normal file
View File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0
Theme/Backend/qa-app-view.tpl.php Executable file → Normal file
View File

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

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

0
Theme/Backend/qa-question.tpl.php Executable file → Normal file
View File

0
Theme/Backend/styles.css Executable file → Normal file
View File

0
Theme/Backend/styles.scss Executable file → Normal file
View File

0
composer.json Executable file → Normal file
View File

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

0
info.json Executable file → Normal file
View File

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

0
tests/Autoloader.php Executable file → Normal file
View File

0
tests/Bootstrap.php Executable file → Normal file
View File

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

0
tests/Controller/test.md Executable file → Normal file
View File

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

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

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

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

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

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

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

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

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

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

Some files were not shown because too many files have changed in this diff Show More