Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-02 | scrubbers/default: Allow "mention hashtag" classes used by Mastodon | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-11-16 | scrubbers/default: Add more formatting elements from HTML4 / GoToSocial | Haelwenn (lanodan) Monnier | |
Added: acronym, bdo, big, cite, dfn, ins, kbd, q, samp, s, tt, var, wbr | |||
2023-11-12 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
pleroma-meilisearch | |||
2023-09-13 | Allow more flexibility in InlineQuotePolicy | tusooa | |
2023-09-13 | Unify logic for normalizing quoteUri | tusooa | |
2023-09-13 | Scrubber.Default: allow span.quote-inline for quote post compatibility | Alex Gleason | |
2023-05-09 | Allow lang attribute | tusooa | |
2023-01-02 | Revert "Merge branch 'copyright-bump' into 'develop'" | lain | |
This reverts merge request !3825 | |||
2023-01-01 | Bump copyright year | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-12-20 | Merge remote-tracking branch 'upstream/develop' into meilisearch | Ekaterina Vaartis | |
2022-11-27 | scrubbers: Scrub img class attribute | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3790 | |||
2022-10-10 | Specifically strip mentions for search indexing | Ekaterina Vaartis | |
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-01-24 | ForceMentionsInContent: wrap inline mentions with span tag | Alex Gleason | |
2020-12-11 | Refactor Earmark code, fix tests | Alex Gleason | |
2020-12-11 | Sanitizer: allow <hr> tags | Alex Gleason | |
2020-11-25 | scrubbers/default: Add ruby element and it's childs | Haelwenn (lanodan) Monnier | |
This allows to format Japanese furigana (aka ruby) notation. Present in XHTML 1.1, HTML 5 and later. Absent in XHTML 1.0, HTML 4 and earlier. See https://www.w3.org/TR/ruby/ | |||
2019-12-08 | HTML: Compile Scrubbers on boot | rinpatch | |
This makes it possible to configure their behavior on OTP releases. |