Skip to content

[stable27] fix: encode uri for trashbin delete - #40642

Merged
kesselb merged 1 commit into
stable27from
fix/noid/stable27-encode-uri-trashbin-restore
Sep 28, 2023
Merged

[stable27] fix: encode uri for trashbin delete#40642
kesselb merged 1 commit into
stable27from
fix/noid/stable27-encode-uri-trashbin-restore

Conversation

@kesselb

@kesselbkesselb commented Sep 26, 2023

Copy link
Copy Markdown
Contributor

Summary

Similar to #40045 but different ;)

# is a valid character for our filenames but also for uris in general and therefore not encoded by default.
To use # in filenames we need to encode it.

TODO

  • CI
  • Review

Checklist

@kesselbkesselb added bug 3. to review Waiting for reviews labels Sep 26, 2023
@kesselbkesselb added this to the Nextcloud 27.1.2 milestone Sep 26, 2023
@kesselbkesselb self-assigned this Sep 26, 2023
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
@kesselb
kesselbforce-pushed the fix/noid/stable27-encode-uri-trashbin-restore branch from a0463cf to d280912CompareSeptember 26, 2023 14:47
@blizzzblizzz mentioned this pull request Sep 26, 2023
@kesselbkesselb added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Sep 27, 2023
@kesselb
kesselb merged commit 4393db3 into stable27Sep 28, 2023
@kesselb
kesselb deleted the fix/noid/stable27-encode-uri-trashbin-restore branch September 28, 2023 08:22
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to releaseReady to be released and/or waiting for tests to finishbug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@kesselb@ChristophWurst@susnux@skjnldsv