index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
services
/
account_search_service.rb
Age
Commit message (
Expand
)
Author
2020-07-26
Fix following restriction not working when exact match in account search (#14...
Takeshi Umeda
2020-03-08
Fix error when searching for URLs that contain the mention syntax (#13151)
ThibG
2019-12-06
Fix account search with no query (#12549)
trwnh
2019-11-04
Add abilityto add oneself to lists (#12271)
ThibG
2019-09-26
Fix search error when ElasticSearch is enabled but not available (#11954)
Jeong Arm
2019-08-18
Add more accurate hashtag search (#11579)
Eugen Rochko
2019-08-16
Fix accounts search by full/partial display name and others (#11580)
Eugen Rochko
2019-08-16
Add more accurate account search (#11537)
Eugen Rochko
2019-08-11
Fix account search always returning exact match on paginated results (#11525)
Eugen Rochko
2019-04-07
Improve blocked view of profiles (#10491)
Eugen Rochko
2019-04-01
Hide blocking accounts from blocked users (#10442)
ThibG
2019-02-26
Add type, limit, offset, min_id, max_id, account_id to search API (#10091)
Eugen Rochko
2018-04-23
Prevent suspended accounts from appearing in AccountSearchService (#7246)
Emelia Smith
2018-01-22
Rename ResolveRemoteAccountService to ResolveAccountService (#6327)
Akihiko Odaki
2017-12-10
Fix account and tag searches with leading/trailing spaces (#5965)
Andrea Scarpino
2017-12-06
Search only from followees (#5897)
Yamagishi Kazutoshi
2017-12-05
Add list of lists component to web UI (#5811)
Eugen Rochko
2017-07-27
Fix an error when a user tries to search nonexistent remote user (regression ...
nullkal
2017-06-19
Rename FollowRemoteAccountService to ResolveRemoteAccountService (#3847)
Eugen Rochko
2017-05-27
Avoid comparing domains when looking for an exact match of a local account (#...
happycoloredbanana
2017-04-30
Downgrade rubocop 0.48.1 => 0.46.0 (#2628)
yhirano
2017-04-25
Optimize account search (#2421)
178inaba
2017-04-17
Fix nil query_username (#2013)
Tomohiro Suwa
2017-04-15
Account search service refactor (#1791)
Matt Jankowski
2017-03-22
New API method: /api/v1/search
Eugen Rochko