Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable26] Fix/caldav/eventcomparisionservice uses wrong array comparison #44471

Closed
wants to merge 1 commit into from

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Mar 26, 2024

Backport of PR #44017

Old comparison implementation compares each element of the array against each other with no respect for the associated array label, which leads to wrongful removals because one value is accidentally present in a completely different label. New comparison works 'by-label' individually.

Partly fixes #41084 because changes between 'SEQUENCE' not present, 'SEQUENCE:0' and 'SEQUENCE:1' were not detected in the old implementation and thus no email update sent.

Co-authored-by: Christoph Wurst <[email protected]>
Signed-off-by: Robert C. Schaller <[email protected]>
@backportbot backportbot bot requested a review from ChristophWurst as a code owner March 26, 2024 08:46
@backportbot backportbot bot requested a review from miaulalala March 26, 2024 08:46
@backportbot backportbot bot requested a review from miaulalala as a code owner March 26, 2024 08:46
@backportbot backportbot bot requested a review from tcitworld March 26, 2024 08:46
@backportbot backportbot bot requested a review from tcitworld as a code owner March 26, 2024 08:46
@backportbot backportbot bot added bug 3. to review Waiting for reviews feature: dav feature: caldav Related to CalDAV internals labels Mar 26, 2024
@backportbot backportbot bot added this to the Nextcloud 26.0.13 milestone Mar 26, 2024
@skjnldsv skjnldsv mentioned this pull request Mar 28, 2024
@AndyScherzinger AndyScherzinger removed this from the Nextcloud 26.0.14 milestone May 28, 2024
@skjnldsv
Copy link
Member

skjnldsv commented Jun 7, 2024

26 EOL

@skjnldsv skjnldsv closed this Jun 7, 2024
@skjnldsv skjnldsv deleted the backport/44017/stable26 branch December 19, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug feature: caldav Related to CalDAV internals feature: dav
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants