purge chat and shout endpoints
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Thu, 21 Jul 2022 10:29:28 +0000 (11:29 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Thu, 21 Jul 2022 10:29:28 +0000 (11:29 +0100)
commit0f132b802dde7f217ecb07767e0d34e3edb517b7
treef150b73e879408330ab091c3c67ab1e5246d7766
parent07ea4d73e12c65cf3fd5c194a8eb1f27900ed17f
purge chat and shout endpoints
91 files changed:
CHANGELOG.md
config/config.exs
config/description.exs
docs/docs/configuration/cheatsheet.md
docs/docs/development/API/admin_api.md
docs/docs/development/API/chats.md [deleted file]
docs/docs/development/API/differences_in_mastoapi_responses.md
docs/docs/development/API/nodeinfo.md
docs/docs/development/ap_extensions.md
lib/pleroma/application.ex
lib/pleroma/chat.ex [deleted file]
lib/pleroma/chat/message_reference.ex [deleted file]
lib/pleroma/config/deprecation_warnings.ex
lib/pleroma/config/transfer_task.ex
lib/pleroma/migration_helper/notification_backfill.ex
lib/pleroma/moderation_log.ex
lib/pleroma/notification.ex
lib/pleroma/user.ex
lib/pleroma/user/welcome_chat_message.ex [deleted file]
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/activity_pub/builder.ex
lib/pleroma/web/activity_pub/object_validator.ex
lib/pleroma/web/activity_pub/object_validators/chat_message_validator.ex [deleted file]
lib/pleroma/web/activity_pub/object_validators/common_fields.ex
lib/pleroma/web/activity_pub/object_validators/create_chat_message_validator.ex [deleted file]
lib/pleroma/web/activity_pub/object_validators/delete_validator.ex
lib/pleroma/web/activity_pub/side_effects.ex
lib/pleroma/web/activity_pub/transmogrifier.ex
lib/pleroma/web/activity_pub/views/user_view.ex
lib/pleroma/web/admin_api/controllers/admin_api_controller.ex
lib/pleroma/web/admin_api/controllers/chat_controller.ex [deleted file]
lib/pleroma/web/admin_api/views/chat_view.ex [deleted file]
lib/pleroma/web/api_spec.ex
lib/pleroma/web/api_spec/operations/account_operation.ex
lib/pleroma/web/api_spec/operations/admin/chat_operation.ex [deleted file]
lib/pleroma/web/api_spec/operations/chat_operation.ex [deleted file]
lib/pleroma/web/api_spec/operations/notification_operation.ex
lib/pleroma/web/api_spec/operations/subscription_operation.ex
lib/pleroma/web/api_spec/operations/timeline_operation.ex
lib/pleroma/web/api_spec/schemas/account.ex
lib/pleroma/web/api_spec/schemas/chat.ex [deleted file]
lib/pleroma/web/api_spec/schemas/chat_message.ex [deleted file]
lib/pleroma/web/channels/user_socket.ex [deleted file]
lib/pleroma/web/common_api.ex
lib/pleroma/web/endpoint.ex
lib/pleroma/web/mastodon_api/controllers/account_controller.ex
lib/pleroma/web/mastodon_api/views/account_view.ex
lib/pleroma/web/mastodon_api/views/instance_view.ex
lib/pleroma/web/mastodon_api/views/notification_view.ex
lib/pleroma/web/pleroma_api/controllers/chat_controller.ex [deleted file]
lib/pleroma/web/pleroma_api/views/chat/message_reference_view.ex [deleted file]
lib/pleroma/web/pleroma_api/views/chat_view.ex [deleted file]
lib/pleroma/web/push/impl.ex
lib/pleroma/web/push/subscription.ex
lib/pleroma/web/router.ex
lib/pleroma/web/shout_channel.ex [deleted file]
lib/pleroma/web/streamer.ex
lib/pleroma/web/views/streamer_view.ex
test/fixtures/mewmew_no_name.json
test/mix/tasks/pleroma/config_test.exs
test/pleroma/chat/message_reference_test.exs [deleted file]
test/pleroma/chat_test.exs [deleted file]
test/pleroma/config/deprecation_warnings_test.exs
test/pleroma/config/transfer_task_test.exs
test/pleroma/migration_helper/notification_backfill_test.exs
test/pleroma/repo/migrations/rename_instance_chat_test.exs [deleted file]
test/pleroma/user/welcome_chat_message_test.exs [deleted file]
test/pleroma/user_test.exs
test/pleroma/web/activity_pub/activity_pub_test.exs
test/pleroma/web/activity_pub/mrf/hellthread_policy_test.exs
test/pleroma/web/activity_pub/object_validators/chat_validation_test.exs [deleted file]
test/pleroma/web/activity_pub/side_effects_test.exs
test/pleroma/web/activity_pub/transmogrifier/chat_message_test.exs [deleted file]
test/pleroma/web/activity_pub/views/user_view_test.exs
test/pleroma/web/admin_api/controllers/admin_api_controller_test.exs
test/pleroma/web/admin_api/controllers/chat_controller_test.exs [deleted file]
test/pleroma/web/admin_api/controllers/config_controller_test.exs [deleted file]
test/pleroma/web/common_api_test.exs
test/pleroma/web/mastodon_api/controllers/account_controller_test.exs
test/pleroma/web/mastodon_api/controllers/instance_controller_test.exs
test/pleroma/web/mastodon_api/controllers/notification_controller_test.exs
test/pleroma/web/mastodon_api/controllers/subscription_controller_test.exs
test/pleroma/web/mastodon_api/update_credentials_test.exs
test/pleroma/web/mastodon_api/views/account_view_test.exs
test/pleroma/web/mastodon_api/views/notification_view_test.exs
test/pleroma/web/pleroma_api/controllers/chat_controller_test.exs [deleted file]
test/pleroma/web/pleroma_api/views/chat_message_reference_view_test.exs [deleted file]
test/pleroma/web/pleroma_api/views/chat_view_test.exs [deleted file]
test/pleroma/web/push/impl_test.exs
test/pleroma/web/shout_channel_test.exs [deleted file]
test/pleroma/web/streamer_test.exs