Uh oh!
There was an error while loading. Please reload this page.
Fix HTML entity rendering in file comments sidebar - #29029
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
Pytal
commented
Oct 1, 2021
MemberAuthor
/backport to stable22 |
Pytal
commented
Oct 1, 2021
MemberAuthor
/backport to stable21 |
nextcloud-commandforce-pushed
the
fix/28243/render-html-entities
branch
from
October 1, 2021 22:46
a73caed to
b81f217ComparePVince81
reviewed
Oct 4, 2021
Uh oh!
There was an error while loading. Please reload this page.
Pytalforce-pushed
the
fix/28243/render-html-entities
branch
from
October 4, 2021 21:14
b81f217 to
110190bCompare
This comment has been minimized.
This comment has been minimized.
nextcloud-commandforce-pushed
the
fix/28243/render-html-entities
branch
from
October 4, 2021 21:35
110190b to
347b27cComparePVince81
reviewed
Oct 5, 2021
Uh oh!
There was an error while loading. Please reload this page.
Merged
This comment has been minimized.
This comment has been minimized.
Pytalforce-pushed
the
fix/28243/render-html-entities
branch
from
October 21, 2021 15:28
347b27c to
09f8666ComparePytal
commented
Oct 21, 2021
MemberAuthor
@tobiasKaminsky do clients render these correctly? |
This comment has been minimized.
This comment has been minimized.
nextcloud-commandforce-pushed
the
fix/28243/render-html-entities
branch
from
October 21, 2021 20:37
09f8666 to
f06f1d6ComparePytalforce-pushed
the
fix/28243/render-html-entities
branch
from
October 21, 2021 20:54
f06f1d6 to
e6abd38ComparePytal
commented
Oct 21, 2021
MemberAuthor
/compile amend / |
nextcloud-commandforce-pushed
the
fix/28243/render-html-entities
branch
from
October 21, 2021 21:15
e6abd38 to
f332ba2ComparetobiasKaminsky
commented
Oct 22, 2021
Member
As far as I know this was only a problem on web ui side. |
skjnldsv
commented
Oct 25, 2021
Member
It seems the server returns double-encoding data, can you coordinate with @Pytal and @PVince81 to make sure @tobiasKaminsky ? :) |
tobiasKaminsky
commented
Nov 1, 2021
Member
Android:
Desktop:
iOS:
|
CarlSchwan
approved these changes
Nov 8, 2021
CarlSchwan
left a comment
Member
There was a problem hiding this comment.
Looks good to me, I will rebase it
CarlSchwanforce-pushed
the
fix/28243/render-html-entities
branch
2 times, most recently
from
November 8, 2021 17:02
b34dd35 to
ce614eaCompareSigned-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
CarlSchwanforce-pushed
the
fix/28243/render-html-entities
branch
from
November 8, 2021 21:21
ce614ea to
e5873a2Compare
This was referenced Nov 8, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix#28243
This fix decodes HTML entities contained in comment messages and displaynames.
Some characters are double-encoded, e.g.
>-&gt;, so we decode the strings twice. Full character to encoded version map:>-&gt;double-encoded<-&lt;double-encoded&-&encoded"-"encoded'-'not encodedFurther work
Update backend XML encoder logic to address inconsistent encoding #29306