about summary refs log tree commit diff
path: root/app/lib/sanitize_config.rb
AgeCommit message (Expand)Author
2019-11-19Truncate long URLs while providing alt text for inline imagesThibaut Girka
2019-11-19Translate incoming remote img tags by a linkThibaut Girka
2019-11-19Allow rel=tag in status textThibaut Girka
2019-10-10allow `lang` attribute to be federated (resolves #11) + allow `aria-hidden`, ...multiple creatures
2019-10-10allow `aria-label` attribute to be federated (resolves #10)multiple creatures
2019-08-31support federating `aria-hidden` property to mark content that should be skip...multiple creatures
2019-08-26don't add icons for non-misleading links unless it's media or a sanitized lin...multiple creatures
2019-08-02html5 has 2 strikethrough tags - support them bothmultiple creatures
2019-08-01fix borkage caused by query string sanitization sometimes returning `nil`multiple creatures
2019-08-01fix borkage caused by trying to concatinate `nil` valuesmultiple creatures
2019-07-22anchor tagger - filenames must have a dotmultiple creatures
2019-07-22handle more edge cases in archor taggermultiple creatures
2019-07-20make anchor tagger strip trailing punctuation from link text before matchingmultiple creatures
2019-07-20fix anchor tagger filename matchingmultiple creatures
2019-07-20make anchor tagger tag filename links as suchmultiple creatures
2019-07-19move query string sanitizer to its own module & sanitize link cards as wellmultiple creatures
2019-07-19make anchor tagging check full pathmultiple creatures
2019-07-18unbreak logicmultiple creatures
2019-07-18exclude mentions & hashtags from anchor taggingmultiple creatures
2019-07-18add icons to user-specified link text & potentially misleading linksmultiple creatures
2019-07-18strip known tracking parameters (e.g., utm codes) from linksmultiple creatures
2019-05-21reimplement monsterpit bbcode and markdown extensions on top of new glitch-so...multiple creatures
2019-05-21re-add support for tags `sup`, `h6`, `hr`multiple creatures
2019-04-29Add support for missing formatting tagsThibaut Girka
2019-04-22Add support for lists in statusesThibaut Girka
2019-04-22Accept richer text from remote statusesThibaut Girka
2018-07-16Whitelist dat/ipfs/gopher links in sanitizer (#8034)Eugen Rochko
2018-01-03[!] Sanitize incoming classlist properly (#6162)puckipedia
2017-06-17Whitelist allowed classes for federated statuses (#3810)nightpool
2017-06-07Allow "class" attribute on the "a" tag in sanitization (#3623)unarist
2017-05-11Fix #1426 - Trim long usernames in public follower/following lists (#2993)Eugen Rochko
2017-04-30Add target=_blank to user note (#2622)Yamagishi Kazutoshi
2017-04-27OEmbed support for PreviewCard (#2337)Eugen Rochko