about summary refs log tree commit diff
path: root/app/models/tag.rb
AgeCommit message (Expand)Author
2020-01-26restore monsterfork hashtag parsing behaviormultiple creatures
2020-01-20Original upstream mergeThibG
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-21make sure only `self`/`self.` & `local`/`local.` tags are marked private & lo...multiple creatures
2019-05-21use dots instead of colons for tag scopesmultiple creatures
2019-05-21Implement scoped tags; use `local:` and `self:` scopes for community and pers...multiple creatures
2019-05-21allow hypens in hashtagsmultiple creatures
2019-03-13Fix `tagged` param not being normalized before querying tags (#10249)Eugen Rochko
2019-02-26Add type, limit, offset, min_id, max_id, account_id to search API (#10091)Eugen Rochko
2019-02-04Add featured hashtags to profiles (#9755)Eugen Rochko
2018-12-08Cache hashtag sample accounts, and exclude ineligible ones (#9465)Eugen Rochko
2018-12-07Fix various things in the directory (#9449)Eugen Rochko
2018-12-06Add profile directory (#9427)Eugen Rochko
2018-05-27Track trending tags (#7638)Eugen Rochko
2018-04-23Update dependencies for Ruby (2018-04-23) (#7237)Yamagishi Kazutoshi
2018-03-11Fix #6715: Make catalan words with the L geminate letter work in hashtags (#6...Eugen Rochko
2017-12-10Fix account and tag searches with leading/trailing spaces (#5965)Andrea Scarpino
2017-11-18Lists (#5703)Eugen Rochko
2017-11-12Update model annotations to use BIGINT for IDs (#5461)Daniel Hunsaker
2017-07-14add validation to tag name (#4194)masarakki
2017-07-13Make tag search case insensitive again (#4184)unarist
2017-06-06Fix tag search order and not to use tsvector (#3611)unarist
2017-05-02annotate models (#2697)yhirano
2017-04-09Search cleanup (#1333)Matt Jankowski
2017-03-22Fix full-text search query quotation, improve tag search performance with an ...Eugen Rochko
2017-03-22New API method: /api/v1/searchEugen Rochko
2017-03-05Fix wrongful matching of last period in extended usernamesEugen Rochko
2016-12-18Removing external hub completely, fix #333 fixing digit-only hashtags,Eugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-07Fix account and hashtag regexEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-11-04Adding hashtag modelEugen Rochko