This project is mirrored from https://github.com/tootsuite/mastodon.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 21 Oct, 2020 1 commit
-
-
This reverts commit ceabee16.
-
- 19 Oct, 2020 4 commits
-
-
Takeshi Umeda authored
-
Takeshi Umeda authored
-
Takeshi Umeda authored
-
Takeshi Umeda authored
-
- 16 Aug, 2019 1 commit
-
-
Eugen Rochko authored
- Restrict followers counts to local users to minimize local advantage - Fix emoji shortcodes causing error in search - Fix search syntax parse errors not being caught
-
- 15 Aug, 2019 1 commit
-
-
Eugen Rochko authored
* Add more accurate account search When ElasticSearch is available, a more accurate search is implemented: - Using edge n-gram index for acct and display name - Using asciifolding and cjk width normalization on display names - Using Gaussian decay on account activity for additional scoring (recency) - Using followers/friends ratio for additional scoring (spamminess) - Using followers number for additional scoring (size) The exact match precedence only takes effect when the input conforms to the username format and the username part of it is complete, i.e. when the user started typing the domain part. * Support single-letter usernames * Fix tests * Fix not picking up account updates * Add weights and normalization for scores, skip zero terms queries * Use local counts for accounts index, adjust search parameters * Fix mistakes * Using updated_at of accounts is inadequate for remote accounts
-