Skip to content

fix(files_sharing): do not double escape the share title - #53590

Merged
susnux merged 2 commits into
masterfrom
fix/files-sharing-label
Jun 19, 2025
Merged

fix(files_sharing): do not double escape the share title#53590
susnux merged 2 commits into
masterfrom
fix/files-sharing-label

Conversation

@susnux

Copy link
Copy Markdown
Contributor

Summary

The title is already escaped by vue so special characters would result in incorrect strings.

Checklist

@susnux
susnux requested a review from a team as a code ownerJune 18, 2025 18:03
@susnux
susnux requested review from artonge, nfebe, skjnldsv and szaimen and removed request for a teamJune 18, 2025 18:03
@susnuxsusnux added this to the Nextcloud 32 milestone Jun 18, 2025
@susnux

Copy link
Copy Markdown
ContributorAuthor

/backport to stable31

@susnux

Copy link
Copy Markdown
ContributorAuthor

/backport to stable30

@szaimen
szaimen removed their request for review June 18, 2025 18:08
@AndyScherzinger
AndyScherzingerforce-pushed the fix/files-sharing-label branch from 3f49f80 to 9ae4435CompareJune 19, 2025 07:38
@AndyScherzinger

Copy link
Copy Markdown
Member

/compile

@nextcloud-command
nextcloud-command requested a review from a team as a code ownerJune 19, 2025 07:42
susnuxand others added 2 commits June 19, 2025 11:44
The title is already escaped by vue so special characters would result
in incorrect strings.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@susnux
susnuxforce-pushed the fix/files-sharing-label branch from 46ece52 to 192a123CompareJune 19, 2025 10:42
@susnux
susnux merged commit 5d81e74 into masterJun 19, 2025
@susnux
susnux deleted the fix/files-sharing-label branch June 19, 2025 11:01
@backportbot

Copy link
Copy Markdown

The backport to stable30 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable30
git pull origin stable30
# Create the new backport branch
git checkout -b backport/53590/stable30
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick 87428bfe 192a1236
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/53590/stable30

Error: Failed to push branch backport/53590/stable30: remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/nextcloud/server.git/'


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Apostrophes render incorrectly in file request title

4 participants

@susnux@AndyScherzinger@skjnldsv@nextcloud-command