Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | tests consistency | Alexander Strizhakov | |
2020-09-30 | User search: Once again, change uri handling. | lain | |
They can indeed be non-unique. | |||
2020-09-28 | Revert citext user URI migration | rinpatch | |
URI paths are not actually case-insesitive, which caused migration issues on a number of databases. Closes #2188 | |||
2020-09-25 | User search: Make uri matches case insensitive. | lain | |
2020-09-25 | User Search: Also find user by uri | lain | |
2020-09-24 | User Search: Boost resolved results and exact ap_id matches. | lain | |
2020-09-17 | add test and changelog entry | stwf | |
2020-09-02 | search: fix 'following' query parameter | Karol Kosek | |
The parameter included the accounts that are following you (followers) instead of those you are actually following. Co-Authored-By: Haelwenn (lanodan) Monnier <contact@hacktivis.me> | |||
2020-07-08 | Removed unused trigram index on `users`. Fixed `users_fts_index` usage. | Ivan Tashkinov | |
2020-07-08 | Improved search results for localized nickname match. Tweaked user search to ↵ | Ivan Tashkinov | |
rank nickname matches higher than name matches. | |||
2020-07-03 | [#1892] Excluded internal users (applications) from user search results, ↵ | Ivan Tashkinov | |
reinstated service actors in search results. | |||
2020-06-30 | [#1892] Excluded bot actors (applications, services) from search results. | Ivan Tashkinov | |
2020-05-07 | Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵ | Maksim | |
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController | |||
2020-03-20 | Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵ | Ivan Tashkinov | |
usage). | |||
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-02-13 | Tweaks to `clear_config` calls in tests in order to prevent side effects on ↵ | Ivan Tashkinov | |
config during test suite execution. | |||
2019-11-28 | added User.NotificationSetting struct | Maksim Pechnikov | |
2019-11-05 | excluded invisible users from search results | Maksim Pechnikov | |
2019-11-04 | User Search: Remove superfluous setweight and random test. | lain | |
The test tested for a behavior that isn't actually enforced anymore. | |||
2019-10-16 | Remove a failing search test due to it being unrealistic | rinpatch | |
While the case tested (`lain@ple`) gives wrong ordering due to using only trigram to order, it almost never happens in reality. In reality it would be either `lain` (in which case it's fine to list the user with `lain` in display name first), or `@lain@pleroma.soykaf.com`/`lain@pleroma.soykaf.com` (which is handled fine as well) | |||
2019-10-16 | User search: Remove trigram and refactor the module | rinpatch | |
- Remove trigram as it tends to rank garbage results highly, resulting in it prioritized above fts, which gives actually decent results. ACKed by kaniini and lain on irc. - Remove a test for handling misspelled requests, since we no longer have trigram - Remove a test for searching users with `nil` display names, because it is unrealistic, we don't accept usernames that are not >1 char strings - Make rank boosting for followers/followees sane again, previous values resulted in garbage matches getting on top just because the users are followers/followees | |||
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2019-07-12 | merge develop | Roman Chvanikov | |
2019-07-10 | support for idna domains | Alexander Strizhakov | |
2019-07-09 | Merge develop | Roman Chvanikov | |
2019-07-09 | change for local user search | Alexander Strizhakov | |
2019-07-05 | [#1043] fix search accounts. | Maksim | |