LimeSurvey: master 1b106bf9

Author Committer Branch Timestamp Parent
p_teichmann p_teichmann master 2024-07-29 15:11:36 master cc7f88b7
Changeset

Merge branch 'develop' (for 6.6.0 release)

mod - .github/workflows/frontend.yml Diff File
mod - .github/workflows/main.yml Diff File
mod - application/config/rest/v1.php Diff File
mod - application/config/rest/v1/example/survey-post-template.json Diff File
mod - application/config/rest/v1/survey-group.php Diff File
mod - application/config/rest/v1/survey.php Diff File
mod - application/config/rest/v1/user.php Diff File
mod - application/controllers/EditorLinkController.php Diff File
mod - application/controllers/SurveyAdministrationController.php Diff File
mod - application/controllers/admin/Statistics.php Diff File
mod - application/core/LS_Twig_Extension.php Diff File
mod - application/core/TopbarConfiguration.php Diff File
mod - application/core/plugins/ExportSPSSsav/SPSSWriter.php Diff File
mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File
rm - application/libraries/Api/Auth/AuthSession.php Diff File
add - application/libraries/Api/Authentication/AuthenticationException.php Diff File
add - application/libraries/Api/Authentication/AuthenticationInterface.php Diff File
add - application/libraries/Api/Authentication/AuthenticationTokenSimple.php Diff File
add - application/libraries/Api/Authentication/SessionUtil.php Diff File
add - application/libraries/Api/Command/V1/AuthSessionCreate.php Diff File
add - application/libraries/Api/Command/V1/AuthTokenSimpleRefresh.php Diff File
mod - application/libraries/Api/Command/V1/SurveyDetail.php Diff File
mod - application/libraries/Api/Command/V1/SurveyGroupList.php Diff File
mod - application/libraries/Api/Command/V1/SurveyList.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerAnswer.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerAnswerDelete.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerLanguageSettingsUpdate.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerQuestionAttributeUpdate.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerQuestionCreate.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerQuestionDelete.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerQuestionGroup.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerQuestionGroupL10n.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerQuestionGroupReorder.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerQuestionL10nUpdate.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerQuestionUpdate.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerSubQuestion.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerSubquestionDelete.php Diff File
add - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerSurveyStatus.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerSurveyUpdate.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/PatcherSurvey.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/Response/ExceptionErrorItem.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/Response/SurveyResponse.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/Response/ValidationErrorItem.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/Traits/OpHandlerSurveyTrait.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/Traits/OpHandlerValidationTrait.php Diff File
mod - application/libraries/Api/Command/V1/SurveyTemplate.php Diff File
mod - application/libraries/Api/Command/V1/Transformer/Input/TransformerInputAnswer.php Diff File
mod - application/libraries/Api/Command/V1/Transformer/Input/TransformerInputSubQuestion.php Diff File
mod - application/libraries/Api/Command/V1/Transformer/Input/TransformerInputSurveyLanguageSettings.php Diff File
mod - application/libraries/Api/Command/V1/Transformer/Output/TransformerOutputSurveyDetail.php Diff File
mod - application/libraries/Api/Command/V1/UserList.php Diff File
mod - application/libraries/Api/Rest/Endpoint.php Diff File
mod - application/libraries/Api/Rest/Endpoint/EndpointFactory.php Diff File
mod - application/libraries/Api/Transformer/Formatter/FormatterDateTimeToJson.php Diff File
mod - application/libraries/Api/Transformer/Formatter/FormatterIntToBool.php Diff File
mod - application/libraries/Api/Transformer/Formatter/FormatterInterface.php Diff File
mod - application/libraries/Api/Transformer/Formatter/FormatterMandatory.php Diff File
mod - application/libraries/Api/Transformer/Formatter/FormatterYnToBool.php Diff File
mod - application/libraries/Api/Transformer/Transformer.php Diff File
mod - application/libraries/ObjectPatch/OpType/OpType.php Diff File
mod - application/models/SurveyActivator.php Diff File
add - application/models/SurveyDeactivator.php Diff File
mod - application/models/services/Exception/BadRequestException.php Diff File
mod - application/models/services/Exception/NotFoundException.php Diff File
mod - application/models/services/Exception/PermissionDeniedException.php Diff File
mod - application/models/services/Exception/PersistErrorException.php Diff File
mod - application/models/services/QuestionAggregateService.php Diff File
mod - application/models/services/QuestionAggregateService/AttributesService.php Diff File
mod - application/models/services/QuestionAggregateService/SaveService.php Diff File
mod - application/models/services/QuestionAggregateService/SubQuestionsService.php Diff File
mod - application/models/services/QuestionGroupService.php Diff File
add - application/models/services/SurveyActivate.php Diff File
mod - application/models/services/SurveyAggregateService.php Diff File
mod - application/models/services/SurveyAggregateService/LanguageSettings.php Diff File
add - application/models/services/SurveyDeactivate.php Diff File
rm - application/views/admin/survey/surveybar_activation.php Diff File
mod - application/views/questionAdministration/partial/topbarBtns/editQuestionTopbarRight_view.php Diff File
mod - application/views/questionAdministration/partial/topbarBtns/questionTopbarRight_view.php Diff File
mod - application/views/questionGroupsAdministration/partial/topbarBtns/groupTopbarRight_view.php Diff File
add - application/views/surveyAdministration/partial/topbar/_newQuestionEditorBtn.php Diff File
mod - application/views/surveyAdministration/partial/topbar/surveyTopbarRight_view.php Diff File
add - assets/scripts/admin/newQuestionEditor.js Diff File
mod - docs/open-api/v1.json Diff File
mod - tests/TestHelper.php Diff File
add - tests/unit/api/SessionUtil.php Diff File
mod - tests/unit/api/command/mixin/AssertResponse.php Diff File
mod - tests/unit/api/opHandlers/OpHandlerAnswerTest.php Diff File
mod - tests/unit/api/opHandlers/OpHandlerLanguageSettingsTest.php Diff File
mod - tests/unit/api/opHandlers/OpHandlerQuestionL10nTest.php Diff File
mod - tests/unit/api/opHandlers/OpHandlerSurveyUpdateTest.php Diff File
mod - tests/unit/api/transformer/formatter/FormatterDateTest.php Diff File
mod - tests/unit/api/transformer/formatter/FormatterIntToBoolTest.php Diff File
mod - tests/unit/api/transformer/formatter/FormatterYnToBoolTest.php Diff File
mod - tests/unit/services/QuestionAggregateService/AttributesServiceTest.php Diff File
mod - tests/unit/services/QuestionAggregateService/ExceptionsTest.php Diff File
mod - tests/unit/services/QuestionAggregateService/Factory.php Diff File
mod - tests/unit/services/QuestionAggregateService/MockSet.php Diff File
mod - tests/unit/services/QuestionAggregateService/MockSetFactory.php Diff File
mod - tests/unit/services/QuestionAggregateService/Save/SaveMockSetFactory.php Diff File
mod - tests/unit/services/QuestionAggregateService/SubquestionsServiceTest.php Diff File