about summary refs log tree commit diff
path: root/app/services/account_search_service.rb
AgeCommit message (Expand)Author
2023-02-19Autofix Rubocop Style/RedundantBegin (#23703)Nick Schonning
2022-11-10Improve performance by avoiding regex construction (#20215)James Tucker
2022-10-27Fix wrong math function used in search query (#19481)Eugen Rochko
2022-10-26Fix negatives values in search index causing queries to fail (#19464)Eugen Rochko
2022-10-26Change unauthenticated search to not support pagination in REST API (#19326)Eugen Rochko
2022-07-05Add customizable user roles (#18641)Eugen Rochko
2021-01-22Optimize some regex matching (#15528)luigi
2020-07-26Fix following restriction not working when exact match in account search (#14...Takeshi Umeda
2020-03-08Fix error when searching for URLs that contain the mention syntax (#13151)ThibG
2019-12-06Fix account search with no query (#12549)trwnh
2019-11-04Add abilityto add oneself to lists (#12271)ThibG
2019-09-26Fix search error when ElasticSearch is enabled but not available (#11954)Jeong Arm
2019-08-18Add more accurate hashtag search (#11579)Eugen Rochko
2019-08-16Fix accounts search by full/partial display name and others (#11580)Eugen Rochko
2019-08-16Add more accurate account search (#11537)Eugen Rochko
2019-08-11Fix account search always returning exact match on paginated results (#11525)Eugen Rochko
2019-04-07Improve blocked view of profiles (#10491)Eugen Rochko
2019-04-01Hide blocking accounts from blocked users (#10442)ThibG
2019-02-26Add type, limit, offset, min_id, max_id, account_id to search API (#10091)Eugen Rochko
2018-04-23Prevent suspended accounts from appearing in AccountSearchService (#7246)Emelia Smith
2018-01-22Rename ResolveRemoteAccountService to ResolveAccountService (#6327)Akihiko Odaki
2017-12-10Fix account and tag searches with leading/trailing spaces (#5965)Andrea Scarpino
2017-12-06Search only from followees (#5897)Yamagishi Kazutoshi
2017-12-05Add list of lists component to web UI (#5811)Eugen Rochko
2017-07-27Fix an error when a user tries to search nonexistent remote user (regression ...nullkal
2017-06-19Rename FollowRemoteAccountService to ResolveRemoteAccountService (#3847)Eugen Rochko
2017-05-27Avoid comparing domains when looking for an exact match of a local account (#...happycoloredbanana
2017-04-30Downgrade rubocop 0.48.1 => 0.46.0 (#2628)yhirano
2017-04-25Optimize account search (#2421)178inaba
2017-04-17Fix nil query_username (#2013)Tomohiro Suwa
2017-04-15Account search service refactor (#1791)Matt Jankowski
2017-03-22New API method: /api/v1/searchEugen Rochko