aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/user_search_test.exs
AgeCommit message (Collapse)Author
2022-09-16User: search: exclude deactivated users from user searcha1batross
This way we don't pollute search results with deactivated and deleted users
2022-02-25Copyright bump for 2022Sean King
2021-01-26Convert tests to all use clear_config instead of Pleroma.Config.putMark Felder
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2020-12-02Stream follow updatesEgor Kislitsyn
2020-11-19[#2301] Proper handling of `User.is_discoverable`: users appear in ↵Ivan Tashkinov
in-service search but are hidden from external services like search bots.
2020-11-19[#2301] Quick fix: users with is_discoverable == false (default!) are ↵Ivan Tashkinov
included in search results.
2020-10-13Merge branch 'develop' into refactor/discoverable_user_fieldMark Felder
2020-10-13tests consistencyAlexander Strizhakov