about summary refs log tree commit diff
path: root/app/models/tag.rb
AgeCommit message (Expand)Author
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2023-02-18Autofix Rubocop Style/Lambda (#23696)Nick Schonning
2023-01-04Fix ・ detection in hashtag regex to construct hashtag correctly (#22888)Partho Ghosh
2022-11-10Improve performance by avoiding regex construction (#20215)James Tucker
2022-07-22Fix unicode regression in #18809 (#18863)Eugen Rochko
2022-07-17Add ability to follow hashtags (#18809)Eugen Rochko
2022-07-13Change how hashtags are normalized (#18795)Eugen Rochko
2021-11-26Fix error on trending hashtags/links pages in admin UI due to missing constan...Eugen Rochko
2021-11-25Add trending links (#16917)Eugen Rochko
2021-11-18Bump chewy from 5.2.0 to 7.2.3 (supports Elasticsearch 7.x) (#16915)Takeshi Umeda
2021-05-07Change trending hashtags to be affected be reblogs (#16164)Eugen Rochko
2021-04-25Improve tag search query (#16104)abcang
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