Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-29 | excluding attachment links from RichMedia | Alexander Strizhakov | |
2020-05-13 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-03-03 | Update Copyrights | Mark Felder | |
2019-11-29 | Fix Pleroma.HTML.extract_first_external_url/2 | Egor Kislitsyn | |
2019-10-29 | Switch from HtmlSanitizeEx to FastSanitize | rinpatch | |
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2019-06-19 | Rich Media: Skip Microformats hashtags | rinpatch | |
When fixing this problem I incorrectly assumed a.hashtag is the proper way for detecting hashtags, but it is just something Pleroma and Mastodon add. Per microformats it should be detected by the presense of rel=tag. This MR adds a check for rel=tag, but I still left a.hashtag just in case | |||
2019-06-14 | Fix hashtags being picked up by rich media parser | rinpatch | |
Closes #989 | |||
2019-04-23 | html: lock down allowed class attributes to only those related to microformats | William Pitcock | |
2019-03-17 | Allow 'rel' attribute on `<a>` link with specific values (for hashtag ↵ | Fong-Wan Chau | |
recognition). | |||
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-09-22 | test: add smoketests for the scrubbing policies | William Pitcock | |