Changesets: LimeSurvey

5.x 000db27c

2023-11-03 16:19:57

DenisChenu


Committer: GitHub Details Diff
Fixed issue 19203: alphabetical order didn't respect survey language (03581) Affected Issues
19203
mod - application/models/Question.php Diff File
mod - application/models/QuestionBaseRenderer.php Diff File
mod - application/models/QuestionCreate.php Diff File

5.x 000db27c

2023-11-03 16:19:57

DenisChenu


Committer: GitHub Details Diff
Fixed issue 19203: alphabetical order didn't respect survey language (03581) Affected Issues
19203
mod - application/models/Question.php Diff File
mod - application/models/QuestionBaseRenderer.php Diff File
mod - application/models/QuestionCreate.php Diff File

master d8ab7b17

2023-11-03 16:17:34

DenisChenu


Committer: GitHub Details Diff
Fixed issue 19203: alphabetical order didn't respect survey language (03590) Affected Issues
19203
mod - application/models/Question.php Diff File
mod - application/models/QuestionBaseRenderer.php Diff File
mod - application/models/QuestionCreate.php Diff File

master 7ccf6437

2023-11-03 11:02:22

twilllig

Details Diff
Fixed issue: survey detail endpoint question attribute ids now returned as integers
Attach Issues:
mod - application/libraries/Api/Command/V1/Transformer/Output/TransformerOutputQuestionAttribute.php Diff File

master 1e121085

2023-11-02 14:15:04

Kevin Foster

Details Diff
dev: update REST swagger docs - fix post session error code
Attach Issues:
mod - application/config/rest/v1/session.php Diff File
mod - docs/open-api/v1.json Diff File

master ea1c4ba3

2023-11-02 13:47:44

c_schmitz

Details Diff
Fixed issue: Cannot deactivate survey properly if user has global survey permissions, but is not allowed to access the assigned SurveyGroup

(cherry picked from commit 2227098269b76242a412eb8faa70147659f297a7)
Attach Issues:
mod - application/controllers/SurveyAdministrationController.php Diff File
mod - application/models/Survey.php Diff File
mod - application/models/SurveyActivator.php Diff File

5.x 22270982

2023-11-02 13:47:44

c_schmitz

Details Diff
Fixed issue: Cannot deactivate survey properly if user has global survey permissions, but is not allowed to access the assigned SurveyGroup
Attach Issues:
mod - application/controllers/SurveyAdministrationController.php Diff File
mod - application/models/Survey.php Diff File
mod - application/models/SurveyActivator.php Diff File

master 1c480956

2023-11-01 10:00:25

pstelling


Committer: GitHub Details Diff
QE-64 dev: validate patch for OpHandlers implemented in interface, us… (03574)

* QE-64 dev: validate patch for OpHandlers implemented in interface, used in Patcher.php (only one function call); implemented one example for it

* QE-64 dev: make tests run again (change in Patcher)

* QE-64 dev: code beautiful

* QE-64 dev: missing method call

* adding isValidPatch function to OpHandlerSubQuestion.php

---------

Co-authored-by: twilligls <tim.willig@limesurvey.org>
Attach Issues:
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
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerSurveyUpdate.php Diff File
mod - application/libraries/ObjectPatch/OpHandler/OpHandlerActiveRecordUpdate.php Diff File
mod - application/libraries/ObjectPatch/OpHandler/OpHandlerInterface.php Diff File
mod - application/libraries/ObjectPatch/Patcher.php Diff File
mod - tests/unit/objectpatch/PatcherTest.php Diff File

5.x 4ef16934

2023-10-31 12:22:53

Gabriel Jenik


Committer: GitHub Details Diff
Fixed issue #19163: [security] Reflected XSS in HtmlEditorPop - Bypassing XSS sanitization function (03583) Affected Issues
19163
mod - application/controllers/admin/HtmlEditorPop.php Diff File

5.x 4ef16934

2023-10-31 12:22:53

Gabriel Jenik


Committer: GitHub Details Diff
Fixed issue #19163: [security] Reflected XSS in HtmlEditorPop - Bypassing XSS sanitization function (03583) Affected Issues
19163
mod - application/controllers/admin/HtmlEditorPop.php Diff File

master 26353e88

2023-10-30 15:54:56

twilllig

Details Diff
QE-533 - "Save As Default Values" shows error when click on save button
Attach Issues:
mod - application/models/services/QuestionAggregateService/QuestionService.php Diff File

master 9334cd43

2023-10-30 15:30:52

DenisChenu


Committer: GitHub Details Diff
Fixed issue #19117: [security] Account past their expiration date can be still active (#3525) Affected Issues
19117
mod - application/controllers/admin/Authentication.php Diff File
mod - application/core/LSWebUser.php Diff File
mod - application/core/Traits/LSApplicationTrait.php Diff File
mod - application/models/User.php Diff File

master ccef498e

2023-10-30 13:59:42

ollehar1

Details Diff
Release 6.3.2+231031
Attach Issues:
mod - application/config/version.php Diff File
mod - docs/release_notes.txt Diff File

master 4446c57a

2023-10-30 13:50:09

Kevin Foster

Details Diff
Merge branch 'master' into develop
Attach Issues:
mod - application/controllers/admin/Tokens.php Diff File
mod - application/helpers/update/updates/Update_614.php Diff File
mod - application/views/admin/token/dummytokenform.php Diff File
mod - locale/_template/limesurvey.pot Diff File
mod - locale/ca/ca.mo Diff File
mod - locale/cs-informal/cs-informal.mo Diff File
mod - locale/cs/cs.mo Diff File
mod - locale/fi/fi.mo Diff File
mod - locale/pl-informal/pl-informal.mo Diff File
mod - locale/pl/pl.mo Diff File
mod - locale/pt/pt.mo Diff File
mod - locale/sk/sk.mo Diff File
mod - locale/tr/tr.mo Diff File

master f710b28e

2023-10-30 12:48:51

twilllig


Committer: GitHub Details Diff
QE-429 op handler subquestion update (#3492)

* OpHandlerSubquestionUpdate.php first steps

* OpHandlerSubquestionUpdate.php with basic unit tests

* re-added deleted function

* exception when no question found

* OpHandlerSubQuestion.php can now handle create and update

* OpHandlerSubQuestion.php fixed a test

* QE-429 dev: throw exception when prepared data is empty array

* adjustments after change of how subquestions are saved

* OpHandlerSubQuestion.php can now handle create and update after changes in SubQuestionService

* fix psalm issue

---------

Co-authored-by: pstelling <patricia.stelling@limesurvey.org>
Attach Issues:
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerQuestionCreate.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerQuestionTrait.php Diff File
add - application/libraries/Api/Command/V1/SurveyPatch/OpHandlerSubQuestion.php Diff File
mod - application/libraries/Api/Command/V1/SurveyPatch/PatcherSurvey.php Diff File
rm - application/libraries/Api/Command/V1/Transformer/Input/TransformerInputSubQuestion.php Diff File
mod - application/models/services/QuestionAggregateService.php Diff File
mod - application/models/services/QuestionAggregateService/SubQuestionsService.php Diff File
mod - tests/unit/api/opHandlers/OpHandlerQuestionCreateTest.php Diff File
add - tests/unit/api/opHandlers/OpHandlerSubquestionUpdateTest.php Diff File

master 9d474b2d

2023-10-30 12:38:02

K Foster


Committer: GitHub Details Diff
Refactor update 614 to conform to PSR (03582)

* Dev: Update 614 psr

* Dev: refactor updates/Update_614.php

---------

Co-authored-by: Mohab Elsheikh <mohab.elsheikh@limesurvey.org>
Attach Issues:
mod - application/helpers/update/updates/Update_614.php Diff File

5.x 6fff694d

2023-10-30 10:54:01

ollehar1

Details Diff
Release 5.6.43+231030
Attach Issues:
mod - application/config/version.php Diff File
mod - docs/release_notes.txt Diff File

5.x e0b56b3a

2023-10-30 10:45:38

LimeSurvey Translations Bot

Details Diff
Updated translation: Czech by jelen1
Updated translation: Dutch by Han
Updated translation: Slovak by jelen1
Updated translation: Turkish by kayazeren
Updated translation: Czech (Informal) by jelen1
Updated translation: Dutch (Informal) by Han
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/cs-informal/cs-informal.mo Diff File
mod - locale/cs/cs.mo Diff File
mod - locale/nl-informal/nl-informal.mo Diff File
mod - locale/nl/nl.mo Diff File
mod - locale/sk/sk.mo Diff File
mod - locale/tr/tr.mo Diff File

master 8b2d1c7a

2023-10-30 10:45:22

LimeSurvey Translations Bot

Details Diff
Updated translation: Catalan by qualitatuvic
Updated translation: Czech by jelen1
Updated translation: Finnish by Jmantysalo
Updated translation: Polish by elissa
Updated translation: Portuguese (Portugal) by samarta
Updated translation: Slovak by jelen1
Updated translation: Turkish by kayazeren
Updated translation: Czech (Informal) by jelen1
Updated translation: Polish (Informal) by elissa
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/ca/ca.mo Diff File
mod - locale/cs-informal/cs-informal.mo Diff File
mod - locale/cs/cs.mo Diff File
mod - locale/fi/fi.mo Diff File
mod - locale/pl-informal/pl-informal.mo Diff File
mod - locale/pl/pl.mo Diff File
mod - locale/pt/pt.mo Diff File
mod - locale/sk/sk.mo Diff File
mod - locale/tr/tr.mo Diff File

5.x ad3b3c35

2023-10-27 14:06:57

DenisChenu


Committer: GitHub Details Diff
Fixed issue #19169: [security] Privilege escalation to edit survey (03578) Affected Issues
19169
mod - application/controllers/SurveyAdministrationController.php Diff File

5.x ad3b3c35

2023-10-27 14:06:57

DenisChenu


Committer: GitHub Details Diff
Fixed issue #19169: [security] Privilege escalation to edit survey (03578) Affected Issues
19169
mod - application/controllers/SurveyAdministrationController.php Diff File

master 28e201fe

2023-10-27 13:40:01

mfavetti


Committer: GitHub Details Diff
Fixed issue 19057: incorrect handling of wrong input in create dummy participant form (03567) Affected Issues
19057
mod - application/controllers/admin/Tokens.php Diff File
mod - application/views/admin/token/dummytokenform.php Diff File

master 28fc5164

2023-10-27 12:23:18

Kevin Foster

Details Diff
Merge branch 'master' into develop
Attach Issues:
mod - application/controllers/QuestionAdministrationController.php Diff File
mod - application/controllers/SurveyAdministrationController.php Diff File
mod - application/controllers/admin/ParticipantsAction.php Diff File
mod - application/helpers/admin/statistics_helper.php Diff File
mod - application/helpers/admin/token_helper.php Diff File
mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File
mod - application/helpers/update/updates/Update_614.php Diff File
mod - application/views/surveyPermissions/index.php Diff File
mod - application/views/themeOptions/index.php Diff File
mod - assets/packages/themeoptions-core/themeoptions-core.js Diff File
mod - assets/scripts/admin/homepagesettings.js Diff File
mod - tests/TestBaseClass.php Diff File
add - tests/data/plugins/DummyMailer.php Diff File
mod - tests/unit/helpers/remotecontrol/InviteParticipantsTest.php Diff File

master 99cdf591

2023-10-27 12:22:55

Kevin Foster

Details Diff
Fixed issue statistics fails to count multi choice when encrypted
Attach Issues:
mod - application/helpers/admin/statistics_helper.php Diff File

master 35d09e59

2023-10-26 17:55:38

DenisChenu


Committer: GitHub Details Diff
Fixed issue #19169: [security] Privilege escalation to edit survey (03547) Affected Issues
19169
mod - application/controllers/SurveyAdministrationController.php Diff File
 First  Prev  1 2 3 ... 23 24 25 26 27 28 29 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1200 ... 1350 ... 1452 1453 1454  Next  Last