Change user.confirmation_pending field to user.is_confirmed
authorMark Felder <feld@FreeBSD.org>
Tue, 13 Oct 2020 19:29:34 +0000 (14:29 -0500)
committerMark Felder <feld@feld.me>
Fri, 15 Jan 2021 18:44:41 +0000 (12:44 -0600)
commitd36182c08892723b53e801a564531ee7a463052f
tree003bbcd561429939be7d7bca92110005aee4e5f6
parentcf367fdbd53b50f4324a01ddabdc0520cd787321
Change user.confirmation_pending field to user.is_confirmed
29 files changed:
lib/mix/tasks/pleroma/email.ex
lib/mix/tasks/pleroma/user.ex
lib/pleroma/user.ex
lib/pleroma/user/query.ex
lib/pleroma/web/admin_api/views/account_view.ex
lib/pleroma/web/api_spec/operations/admin/report_operation.ex
lib/pleroma/web/api_spec/operations/admin/status_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/views/account_view.ex
lib/pleroma/web/twitter_api/controller.ex
priv/repo/migrations/20201013184200_refactor_confirmation_pending_user_field.exs [new file with mode: 0644]
test/mix/tasks/pleroma/email_test.exs
test/mix/tasks/pleroma/user_test.exs
test/pleroma/user_test.exs
test/pleroma/web/activity_pub/side_effects_test.exs
test/pleroma/web/admin_api/controllers/admin_api_controller_test.exs
test/pleroma/web/admin_api/controllers/status_controller_test.exs
test/pleroma/web/admin_api/controllers/user_controller_test.exs
test/pleroma/web/admin_api/search_test.exs
test/pleroma/web/mastodon_api/controllers/account_controller_test.exs
test/pleroma/web/mastodon_api/views/account_view_test.exs
test/pleroma/web/o_auth/o_auth_controller_test.exs
test/pleroma/web/pleroma_api/controllers/account_controller_test.exs
test/pleroma/web/plugs/user_enabled_plug_test.exs
test/pleroma/web/twitter_api/controller_test.exs
test/pleroma/web/twitter_api/twitter_api_test.exs