You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Matt Jankowski 40fd1de488 Account search service refactor (#1791)
* Begin coverage for account search service

* Coverage for hashtag query

* Coverage for calling local vs remote find based on domain presence

* Spec to check that exact matches are not duped

* Coverage of resolve option

* Coverage for account being provided

* Start to refactor account search service

* Isolate query username and domain methods

* Isolate exact_match method

* Extract methods for local and remote results

* Simplify local vs remote and account isoliation

* Extract methods for local and remote results

* Simplify de-dupe of exact match

* Simplify logic to check for non exact remotes

* Cache some methods

* Remove nil from exact_match from results array

* Return exact matches first

* Use find_remote even with no domain

Account.find_local is just an alias for Account.find_remote(user, nil) - so we
can not bother with the conditional here, and call find_remote directly.
8 years ago
..
assets jslint: fix jslint warnings (#1704) 8 years ago
controllers Send initial state in a <script type="application/json"> tag (#1806) 8 years ago
helpers Rename admin/accounts_helper to admin/filter_helper (#1816) 8 years ago
lib Allow running mastodon on a different domain as the one used for identifying users (#1267) 8 years ago
mailers Make Reporting admin section translatable (#1549) 8 years ago
models Remove .keep in models (#1748) 8 years ago
presenters Clean up about page (#1282) 8 years ago
services Account search service refactor (#1791) 8 years ago
validators Organize coverage dirs (#1695) 8 years ago
views Use site title on tags#show page (#1802) 8 years ago
workers Quick best practice cleanup of views/helpers (#1546) 8 years ago