Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-20 | make anchor tagger strip trailing punctuation from link text before matching | multiple creatures | |
2019-07-20 | fix anchor tagger filename matching | multiple creatures | |
2019-07-20 | make anchor tagger tag filename links as such | multiple creatures | |
2019-07-19 | move query string sanitizer to its own module & sanitize link cards as well | multiple creatures | |
2019-07-19 | make anchor tagging check full path | multiple creatures | |
2019-07-18 | unbreak logic | multiple creatures | |
2019-07-18 | exclude mentions & hashtags from anchor tagging | multiple creatures | |
2019-07-18 | add icons to user-specified link text & potentially misleading links | multiple creatures | |
2019-07-18 | strip known tracking parameters (e.g., utm codes) from links | multiple creatures | |
2019-05-21 | reimplement monsterpit bbcode and markdown extensions on top of new ↵ | multiple creatures | |
glitch-soc formatting system + bbcode feature parity + new `i:am` footer + set content type from `format` bangtag | |||
2019-05-21 | re-add support for tags `sup`, `h6`, `hr` | multiple creatures | |
2019-04-29 | Add support for missing formatting tags | Thibaut Girka | |
2019-04-22 | Add support for lists in statuses | Thibaut Girka | |
2019-04-22 | Accept richer text from remote statuses | Thibaut Girka | |
Support abbr, del, pre, blockquote, code, strong, b, em, i, and h1…h5 HTML elements in remote statuses, add corresponding CSS. | |||
2018-07-16 | Whitelist dat/ipfs/gopher links in sanitizer (#8034) | Eugen Rochko | |
Fix #7994 | |||
2018-01-03 | [!] Sanitize incoming classlist properly (#6162) | puckipedia | |
* Sanitize classlist properly * Actually properly sanitize every class after the first * Improve Formatter spec to check for multiple classes and non-space whitespace | |||
2017-06-17 | Whitelist allowed classes for federated statuses (#3810) | nightpool | |
* Whitelist allowed classes for federated statuses Allowed classes are currently: - Any microformats class (h/p/u/dt/e-*) - the classes mention, hashtag, ellipses and invisible. this last one is somewhat suspect, but Mastodon currently uses it to render hidden link text. resolved #3790 * Fix code style | |||
2017-06-07 | Allow "class" attribute on the "a" tag in sanitization (#3623) | unarist | |
This preserves `<a ... class="u-url mention">` from other Mastodon instances. | |||
2017-05-11 | Fix #1426 - Trim long usernames in public follower/following lists (#2993) | Eugen Rochko | |
Fix #2221 - Catch OpenSSL exceptions when loading remote avatars/headers/attachments Don't strip "rel" attribute from <a> tags when sanitizing (microformats) | |||
2017-04-30 | Add target=_blank to user note (#2622) | Yamagishi Kazutoshi | |
* Add target=_blank to user note Open new window when click link from user profile in remote instance. * fix rubocop | |||
2017-04-27 | OEmbed support for PreviewCard (#2337) | Eugen Rochko | |
* OEmbed support for PreviewCard * Improve ProviderDiscovery code failure treatment * Do not crawl links if there is a content warning, since those don't display a link card anyway * Reset db schema * Fresh migrate * Fix rubocop style issues Fix #1681 - return existing access token when applicable instead of creating new * Fix test * Extract http client to helper * Improve oembed controller |