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

[stable28] Fix/caldav/eventcomparisionservice uses wrong array comparison #44473

Merged
merged 1 commit into from
Apr 17, 2024

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 <ChristophWurst@users.noreply.github.com>
Signed-off-by: Robert C. Schaller <gtbc_robert.schaller@rsxc.de>
@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 28.0.4 milestone Mar 26, 2024
@skjnldsv skjnldsv mentioned this pull request Mar 28, 2024
@Altahrim Altahrim mentioned this pull request Apr 17, 2024
5 tasks
@Altahrim Altahrim merged commit 8d91e07 into stable28 Apr 17, 2024
53 checks passed
@Altahrim Altahrim deleted the backport/44017/stable28 branch April 17, 2024 09:24
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