[#2301] Proper handling of `User.is_discoverable`: users appear in in-service search...
authorIvan Tashkinov <ivantashkinov@gmail.com>
Thu, 19 Nov 2020 16:30:02 +0000 (19:30 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Thu, 19 Nov 2020 16:30:02 +0000 (19:30 +0300)
commite164c37139c4365d7d46a2a990b364ad26dfdbf7
tree249c7694237e657bf3af512791e0553ef782e13d
parentfcad3e716ad8dc60bd3d94e5b2e0aa18af4c9376
[#2301] Proper handling of `User.is_discoverable`: users appear in in-service search but are hidden from external services like search bots.
13 files changed:
CHANGELOG.md
docs/API/admin_api.md
docs/API/differences_in_mastoapi_responses.md
lib/pleroma/user/search.ex
lib/pleroma/web/activity_pub/views/user_view.ex
lib/pleroma/web/api_spec/operations/account_operation.ex
lib/pleroma/web/api_spec/schemas/account.ex
lib/pleroma/web/mastodon_api/controllers/account_controller.ex
lib/pleroma/web/metadata/providers/restrict_indexing.ex
test/pleroma/user_search_test.exs
test/pleroma/web/admin_api/search_test.exs
test/pleroma/web/metadata/providers/restrict_indexing_test.exs
test/pleroma/web/metadata_test.exs [deleted file]