| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Improve the user card for deactivated users | Ilja | 2022-01-19 |
| | | |||
| * | Merge branch 'simplePolicy_reasons_for_instance_specific_policies' into ↵ | HJ | 2021-12-03 |
| |\ | | | | | | | | | | | | | 'develop' Simple policy reasons for instance specific policies See merge request pleroma/pleroma-fe!1263 | ||
| | * | Simple policy reasons for instance specific policies | Ilja | 2021-12-03 |
| | | | |||
| * | | entity_normalizer: Escape name when parsing user | rinpatch | 2021-11-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In January 2020 Pleroma backend stopped escaping HTML in display names and passed that responsibility on frontends, compliant with Mastodon's version of Mastodon API [1]. Pleroma-FE was subsequently modified to escape the display name [2], however only in the "name_html" field. This was fine however, since that's what the code rendering display names used. However, 2 months ago an MR [3] refactoring the way the frontend does emoji and mention rendering was merged. One of the things it did was moving away from doing emoji rendering in the entity normalizer and use the unescaped 'user.name' in the rendering code, resulting in HTML injection being possible again. This patch escapes 'user.name' as well, as far as I can tell there is no actual use for an unescaped display name in frontend code, especially when it comes from MastoAPI, where it is not supposed to be HTML. [1]: https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1052 [2]: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2167 [3]: https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1392 | ||
| * | | Merge branch 'develop' into 'themeApply' | HJ | 2021-09-09 |
| |\ \ | | | | | | | | | | # Conflicts: # CHANGELOG.md | ||
| | * \ | Merge branch 'showMobileNewPost' into 'develop' | HJ | 2021-09-09 |
| | |\ \ | | | | | | | | | | | | | | | | | New user option: Always show floating New Post button See merge request pleroma/pleroma-fe!1395 | ||
| | | * | | Fix changelog merge conflict | eris | 2021-07-22 |
| | | |\| | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md | ||
| | | * | | Update for latest develop merges to CHANGELOG | eris | 2021-06-20 |
| | | |\ \ | |||
| | | * \ \ | Merge branch 'develop' into 'showMobileNewPost' | eris | 2021-06-15 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # src/App.js | ||
| | | * | | | | Fix config naming for consistency | Eris | 2021-06-14 |
| | | | | | | | |||
| | | * | | | | New option: Always show floating New Post button | Eris | 2021-06-14 |
| | | | | | | | |||
| | * | | | | | Merge branch 'fix-favico-badge-chrome' into 'develop' | HJ | 2021-09-07 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix favico badge not working on chrome See merge request pleroma/pleroma-fe!1391 | ||
| | | * | | | | | handle multiple favicons (different sizes) | Henry Jameson | 2021-06-02 |
| | | | | | | | | |||
| | | * | | | | | fix favico badge not working on chrome | Henry Jameson | 2021-06-02 |
| | | | | | | | | |||
| | * | | | | | | Merge branch 'better-still-emoji' into 'develop' | HJ | 2021-09-07 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Status HTML parsing - better emoji and mentions rendering Closes #935 See merge request pleroma/pleroma-fe!1392 | ||
| | | * | | | | | | fix spacing before hashtags | Henry Jameson | 2021-08-23 |
| | | | | | | | | | |||
| | | * | | | | | | very minimalist hashtaglink implementation, also you can middle-click | Henry Jameson | 2021-08-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mentions now. | ||
| | | * | | | | | | fix expanded mentions spacing | Henry Jameson | 2021-08-18 |
| | | | | | | | | | |||
| | | * | | | | | | hopefully final fix for spacings | Henry Jameson | 2021-08-18 |
| | | | | | | | | | |||
| | | * | | | | | | fix "+X more" sticking | Henry Jameson | 2021-08-15 |
| | | | | | | | | | |||
| | | * | | | | | | fix links sticking to mentionsline | Henry Jameson | 2021-08-15 |
| | | | | | | | | | |||
| | | * | | | | | | fix tests | Henry Jameson | 2021-08-15 |
| | | | | | | | | | |||
| | | * | | | | | | prevent infinite update loops | Henry Jameson | 2021-08-15 |
| | | | | | | | | | |||
| | | * | | | | | | removed useless code, review change, fixed bug with tall statuses | Henry Jameson | 2021-08-15 |
| | | | | | | | | | |||
| | | * | | | | | | fixed mentions line again | Henry Jameson | 2021-08-14 |
| | | | | | | | | | |||
| | | * | | | | | | remove old emoji added, everything emoji-bearing uses RichContent now | Henry Jameson | 2021-08-13 |
| | | | | | | | | | |||
| | | * | | | | | | richcontent support in polls, user cards and user profiles | Henry Jameson | 2021-08-13 |
| | | | | | | | | | |||
| | | * | | | | | | support richcontent in polls | Henry Jameson | 2021-08-13 |
| | | | | | | | | | |||
| | | * | | | | | | fix tests, add performance test (skipped, doesn't assert anything), | Henry Jameson | 2021-08-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tweak max mentions count | ||
| | | * | | | | | | made the code responsible for showing unwritten mentions actually work | Henry Jameson | 2021-08-12 |
| | | | | | | | | | |||
| | | * | | | | | | remove new options for style and separate line, now groups all chained | Henry Jameson | 2021-08-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mentions on a mentionsline regardless of placement. fixes spacing | ||
| | | * | | | | | | fix non-notifying mentions and original mention display | Henry Jameson | 2021-06-22 |
| | | | | | | | | | |||
| | | * | | | | | | fix not escaping some stuff | Henry Jameson | 2021-06-18 |
| | | | | | | | | | |||
| | | * | | | | | | fix rich images | Henry Jameson | 2021-06-18 |
| | | | | | | | | | |||
| | | * | | | | | | Merge remote-tracking branch 'origin/develop' into better-still-emoji | Henry Jameson | 2021-06-18 |
| | | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: Use proper setting name Use cleaner instance config check for shoutbox setting Make locale language cleaner Don't shorten shoutbox to SB Fix lint error Update CHANGELOG.md New option: Hide shoutbox | ||
| | | * | | | | | | fix chats again | Henry Jameson | 2021-06-16 |
| | | | | | | | | | |||
| | | * | | | | | | fixed "invisible" spans inside links | Henry Jameson | 2021-06-16 |
| | | | | | | | | | |||
| | | * | | | | | | fixed bug with hashtags | Henry Jameson | 2021-06-15 |
| | | | | | | | | | |||
| | | * | | | | | | lint | Henry Jameson | 2021-06-14 |
| | | | | | | | | | |||
| | | * | | | | | | do the impossible, fix the unfixable | Henry Jameson | 2021-06-14 |
| | | | | | | | | | |||
| | | * | | | | | | more fixes | Henry Jameson | 2021-06-13 |
| | | | | | | | | | |||
| | | * | | | | | | fix mentions in chats | Henry Jameson | 2021-06-13 |
| | | | | | | | | | |||
| | | * | | | | | | fix chats messages | Henry Jameson | 2021-06-13 |
| | | | | | | | | | |||
| | | * | | | | | | refactored line converter, untied its logic from greentexting, better | Henry Jameson | 2021-06-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handling of broken cases | ||
| | | * | | | | | | Apply 1 suggestion(s) to 1 file(s) | HJ | 2021-06-12 |
| | | | | | | | | | |||
| | | * | | | | | | fixed a bug + made a testcase out of it | Henry Jameson | 2021-06-12 |
| | | | | | | | | | |||
| | | * | | | | | | fix next relply-row bleeding through popover | Henry Jameson | 2021-06-12 |
| | | | | | | | | | |||
| | | * | | | | | | review + fixes | Henry Jameson | 2021-06-12 |
| | | | | | | | | | |||
| | | * | | | | | | cleanup | Henry Jameson | 2021-06-12 |
| | | | | | | | | | |||
| | | * | | | | | | restructure and tests | Henry Jameson | 2021-06-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | squash! restructure and tests | ||
