about summary refs log tree commit diff
path: root/app/models/tag.rb
AgeCommit message (Expand)Author
2020-11-12Fix possible inconsistencies in tag search (#14906)ThibG
2020-09-07Changed tag most_used to recently_used (#14760)abcang
2019-12-17Fixes featured hashtag setting page erroring out instead of rejecting invalid...ThibG
2019-10-10Fix admin setting to auto-approve hashtags not affecting query (#12130)Eugen Rochko
2019-10-09Add admin setting to auto-approve hashtags (#12122)Eugen Rochko
2019-10-01Fix records not being indexed sometimes (#12024)Eugen Rochko
2019-09-28Add `exclude_unreviewed` param to `GET /api/v2/search` REST API (#11977)Eugen Rochko
2019-09-17Fix the sample account icon of Profile directory to local only (#11872)mayaeh
2019-09-16Add search and sort functions to hashtag admin UI (#11829)mayaeh
2019-09-13Fix hashtags being split by ZWNJ character (#11821)Eugen Rochko
2019-09-02Change trending hashtags to not disappear instantly after midnight (#11712)Eugen Rochko
2019-08-19Fix ignoring whole status because of one invalid hashtag (#11621)Eugen Rochko
2019-08-18Add more accurate hashtag search (#11579)Eugen Rochko
2019-08-07Fix trending tags returning less items than requested sometimes (#11513)Eugen Rochko
2019-08-07Fix account tags not being saved correctly (#11507)Eugen Rochko
2019-08-05Change admin UI for hashtags and add back whitelisted trends (#11490)Eugen Rochko
2019-07-30Change hashtag search to only return results that have trended in the past (#...Eugen Rochko
2019-07-30Add hashtag score for better sorting of autosuggestions (#11427)Eugen Rochko
2019-07-29Fix tag normalization and migration not removing duplicate tags (#11441)Eugen Rochko
2019-07-28Change hashtags to preserve first-used casing (#11416)Eugen Rochko
2019-07-19Disallow numeric-only hashtags (#11363)ThibG
2019-07-18Fix only one middle dot being recognized in hashtags (#11345)Eugen Rochko
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