Change user.locked field to user.is_locked
authorMark Felder <feld@FreeBSD.org>
Tue, 13 Oct 2020 14:31:13 +0000 (09:31 -0500)
committerMark Felder <feld@FreeBSD.org>
Tue, 13 Oct 2020 14:31:13 +0000 (09:31 -0500)
commit9968b7efedc64d0239db5578de7fc66ff4ce894d
tree3ce12279bae5c871f957c218daf7e897cc1bbdb8
parenteea879eb362d3310d4fe047fb6412b69dd8711fe
Change user.locked field to user.is_locked
28 files changed:
lib/mix/tasks/pleroma/user.ex
lib/pleroma/user.ex
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/activity_pub/side_effects.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
priv/repo/migrations/20201013141127_refactor_locked_user_field.exs [new file with mode: 0644]
test/notification_test.exs
test/tasks/user_test.exs
test/user_test.exs
test/web/activity_pub/activity_pub_test.exs
test/web/activity_pub/transmogrifier/accept_handling_test.exs
test/web/activity_pub/transmogrifier/follow_handling_test.exs
test/web/activity_pub/transmogrifier/reject_handling_test.exs
test/web/activity_pub/transmogrifier/user_update_handling_test.exs
test/web/activity_pub/utils_test.exs
test/web/common_api/common_api_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/controllers/follow_request_controller_test.exs
test/web/mastodon_api/views/account_view_test.exs