about summary refs log tree commit diff
path: root/app/services/process_hashtags_service.rb
AgeCommit message (Collapse)Author
2017-05-10Handle hashtags in spoiler_texts (partial fix for #699) (#2683)R Tucker
* services: scan spoiler_text for hashtags (#699) * views: link hashtags from spoiler_texts This covers linking hashtags from within the spoiler text on the server-generated pages. * services: fix string concat going into hashtag RE Cleaner Ruby syntax, may handle immutable strings better
2017-01-23Optional domain block attribute that prevents media attachments from being ↵Eugen Rochko
downloaded
2017-01-21Call uniq on the string version of mb_chars tagsEffy Elden
2016-12-11Sensitive content federates using the "nsfw" hashtagEugen Rochko
2016-11-26Fix #278 - Use mb_chars.downcase on hashtagsEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-05Improve @mention regexEugen Rochko
2016-11-05Adding hashtagsEugen Rochko