Change user.discoverable field to user.is_discoverable
authorMark Felder <feld@FreeBSD.org>
Tue, 13 Oct 2020 14:45:08 +0000 (09:45 -0500)
committerMark Felder <feld@FreeBSD.org>
Tue, 13 Oct 2020 14:45:08 +0000 (09:45 -0500)
commit8bacdc36806efd01a7897359ff0fd2c8e24730d2
tree404bb8005685d5174451614bca5ceea10f22d6e3
parenteea879eb362d3310d4fe047fb6412b69dd8711fe
Change user.discoverable field to user.is_discoverable
23 files changed:
lib/pleroma/user.ex
lib/pleroma/user/search.ex
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/activity_pub/views/user_view.ex
lib/pleroma/web/admin_api/views/account_view.ex
lib/pleroma/web/api_spec/operations/account_operation.ex
lib/pleroma/web/api_spec/operations/chat_operation.ex
lib/pleroma/web/api_spec/schemas/account.ex
lib/pleroma/web/api_spec/schemas/chat.ex
lib/pleroma/web/api_spec/schemas/status.ex
lib/pleroma/web/mastodon_api/controllers/account_controller.ex
lib/pleroma/web/mastodon_api/views/account_view.ex
lib/pleroma/web/metadata/restrict_indexing.ex
priv/repo/migrations/20201013144052_refactor_discoverable_user_field.exs [new file with mode: 0644]
test/support/factory.ex
test/user_search_test.exs
test/user_test.exs
test/web/admin_api/search_test.exs
test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs
test/web/mastodon_api/controllers/account_controller_test.exs
test/web/mastodon_api/views/account_view_test.exs
test/web/metadata/metadata_test.exs
test/web/metadata/restrict_indexing_test.exs