Skip to content

Conversation

@skjnldsv
Copy link
Member

@skjnldsv skjnldsv added this to the Nextcloud 28.0.1 milestone Dec 14, 2023
@skjnldsv skjnldsv self-assigned this Dec 14, 2023
@sorbaugh sorbaugh self-requested a review December 14, 2023 15:41
@AndyScherzinger
Copy link
Member

/backport to stable28

Signed-off-by: Ferdinand Thiessen <[email protected]>
@skjnldsv skjnldsv merged commit 1db6947 into master Dec 15, 2023
@skjnldsv skjnldsv deleted the fix/files/urlencode branch December 15, 2023 07:41
@skjnldsv
Copy link
Member Author

/backport to stable28

@backportbot-nextcloud
Copy link

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

# Switch to the target branch and update it
git checkout stable28
git pull origin stable28

# Create the new backport branch
git checkout -b fix/foo-stable28

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable28

Error: Unknown error

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@AndyScherzinger
Copy link
Member

/backport d9f6f3d to stable28

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

Labels

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

[Bug]: Cannot download a file with a # in the name

5 participants