about summary refs log tree commit diff
path: root/app/services/process_hashtags_service.rb
AgeCommit message (Expand)Author
2019-07-24revert the current unfinished chat implementationmultiple creatures
2019-07-15local visibility scope, chat scope+tags, unlisted tagsmultiple creatures
2019-05-21handle tags with the old `:` scope delimiter but translate those to `.`multiple creatures
2019-05-21use dots instead of colons for tag scopesmultiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2019-05-21Don't try to add tags that already exist in the status.multiple creatures
2019-05-21Limit tag scope nesting to six components. Rewrite multiple consecutive deli...multiple creatures
2019-05-21Implement scoped tags; use `local:` and `self:` scopes for community and pers...multiple creatures
2019-05-21community world tl + networked home tlmultiple creatures
2019-02-04Add featured hashtags to profiles (#9755)Eugen Rochko
2018-05-31Exclude unlisted, private and direct toots from affecting trends (#7686)Eugen Rochko
2018-05-27Track trending tags (#7638)Eugen Rochko
2018-04-22Remove "nsfw" category for sensitive statuses in OStatus serializer (#7048)Eugen Rochko
2017-05-19Unify the method of extracting tags (#3138)abcang
2017-05-13Revert HTML CW changes (#3020)beatrix
2017-05-11Fix regressions from #2683 (#2970)Eugen Rochko
2017-05-10Handle hashtags in spoiler_texts (partial fix for #699) (#2683)R Tucker
2017-01-23Optional domain block attribute that prevents media attachments from being do...Eugen Rochko
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