Skip to content

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Jun 18, 2025

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 owner June 18, 2025 18:03
@susnux susnux requested review from artonge, nfebe, skjnldsv and szaimen and removed request for a team June 18, 2025 18:03
@susnux susnux added this to the Nextcloud 32 milestone Jun 18, 2025
@susnux
Copy link
Contributor Author

susnux commented Jun 18, 2025

/backport to stable31

@susnux
Copy link
Contributor Author

susnux commented Jun 18, 2025

/backport to stable30

@szaimen szaimen removed their request for review June 18, 2025 18:08
@AndyScherzinger AndyScherzinger force-pushed the fix/files-sharing-label branch from 3f49f80 to 9ae4435 Compare June 19, 2025 07:38
@AndyScherzinger
Copy link
Member

/compile

@nextcloud-command nextcloud-command requested a review from a team as a code owner June 19, 2025 07:42
susnux and 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 <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
@susnux susnux force-pushed the fix/files-sharing-label branch from 46ece52 to 192a123 Compare June 19, 2025 10:42
@susnux susnux merged commit 5d81e74 into master Jun 19, 2025
123 of 124 checks passed
@susnux susnux deleted the fix/files-sharing-label branch June 19, 2025 11:01
@backportbot
Copy link

backportbot bot commented Jun 19, 2025

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.

@skjnldsv skjnldsv modified the milestones: Nextcloud 33, Nextcloud 32 Oct 2, 2025
Sign up for free to 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

5 participants