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

fix(caldav): encode calendar URIs with umlauts for activities #45999

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

st3iny
Copy link
Member

@st3iny st3iny commented Jun 20, 2024

Summary

Follow-up to #45775 to also handle umlauts in calendar URIs.

Umlauts have to be encoded with urlencode() but the escaped hex sequences have to be lower case to match what SabreDAV does. We need to leave uppercase characters untouched in calendar URIs though.

Checklist

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
@st3iny st3iny added bug 3. to review Waiting for reviews feature: activity and notification feature: caldav Related to CalDAV internals labels Jun 20, 2024
@st3iny st3iny added this to the Nextcloud 30 milestone Jun 20, 2024
@st3iny st3iny self-assigned this Jun 20, 2024
@st3iny
Copy link
Member Author

st3iny commented Jun 20, 2024

/backport to stable29

@st3iny st3iny added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Jun 20, 2024
@st3iny
Copy link
Member Author

st3iny commented Jun 20, 2024

/backport to stable28

@st3iny st3iny merged commit efe3244 into master Jun 20, 2024
165 checks passed
@st3iny st3iny deleted the fix/caldav/shared-calendars-activity-umlauts branch June 20, 2024 13:44
@blizzz blizzz mentioned this pull request Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug feature: activity and notification feature: caldav Related to CalDAV internals
Projects
Development

Successfully merging this pull request may close these issues.

Links from mail or activity to events broken if calendar name contains Umlauts
3 participants