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(files): fix download file encoded source #42281

Merged
merged 2 commits into from
Dec 15, 2023
Merged

Conversation

skjnldsv
Copy link
Member

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
@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 <opensource@fthiessen.de>
@skjnldsv skjnldsv merged commit 1db6947 into master Dec 15, 2023
42 checks passed
@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
4 participants