Add OpenAPI spec for StatusController
authorEgor Kislitsyn <egor@kislitsyn.com>
Tue, 12 May 2020 19:59:26 +0000 (23:59 +0400)
committerEgor Kislitsyn <egor@kislitsyn.com>
Tue, 12 May 2020 20:25:21 +0000 (00:25 +0400)
commit7803a85d2ced092fbd8e0f1bde0944bd27f8d649
tree31ad9658fc80921b787ff1d990106731c0040278
parentc74018e6a7a19a40a75c343ddadc199d9990597e
Add OpenAPI spec for StatusController
71 files changed:
lib/pleroma/bbs/handler.ex
lib/pleroma/scheduled_activity.ex
lib/pleroma/user/welcome_message.ex
lib/pleroma/web/admin_api/admin_api_controller.ex
lib/pleroma/web/api_spec/operations/status_operation.ex [new file with mode: 0644]
lib/pleroma/web/api_spec/schemas/status.ex
lib/pleroma/web/api_spec/schemas/visibility_scope.ex
lib/pleroma/web/common_api/activity_draft.ex
lib/pleroma/web/common_api/common_api.ex
lib/pleroma/web/common_api/utils.ex
lib/pleroma/web/mastodon_api/controllers/status_controller.ex
lib/pleroma/web/mastodon_api/views/account_view.ex
lib/pleroma/workers/scheduled_activity_worker.ex
test/activity_test.exs
test/bbs/handler_test.exs
test/bookmark_test.exs
test/conversation/participation_test.exs
test/conversation_test.exs
test/html_test.exs
test/integration/mastodon_websocket_test.exs
test/notification_test.exs
test/stats_test.exs
test/tasks/count_statuses_test.exs
test/tasks/database_test.exs
test/tasks/digest_test.exs
test/tasks/refresh_counter_cache_test.exs
test/tasks/user_test.exs
test/user_test.exs
test/web/activity_pub/activity_pub_controller_test.exs
test/web/activity_pub/activity_pub_test.exs
test/web/activity_pub/object_validator_test.exs
test/web/activity_pub/side_effects_test.exs
test/web/activity_pub/transmogrifier/emoji_react_handling_test.exs
test/web/activity_pub/transmogrifier/like_handling_test.exs
test/web/activity_pub/transmogrifier/undo_handling_test.exs
test/web/activity_pub/transmogrifier_test.exs
test/web/activity_pub/utils_test.exs
test/web/activity_pub/views/object_view_test.exs
test/web/activity_pub/views/user_view_test.exs
test/web/activity_pub/visibilty_test.exs
test/web/admin_api/admin_api_controller_test.exs
test/web/admin_api/views/report_view_test.exs
test/web/common_api/common_api_test.exs
test/web/common_api/common_api_utils_test.exs
test/web/federator_test.exs
test/web/feed/tag_controller_test.exs
test/web/mastodon_api/controllers/account_controller_test.exs
test/web/mastodon_api/controllers/conversation_controller_test.exs
test/web/mastodon_api/controllers/instance_controller_test.exs
test/web/mastodon_api/controllers/notification_controller_test.exs
test/web/mastodon_api/controllers/poll_controller_test.exs
test/web/mastodon_api/controllers/report_controller_test.exs
test/web/mastodon_api/controllers/search_controller_test.exs
test/web/mastodon_api/controllers/status_controller_test.exs
test/web/mastodon_api/controllers/timeline_controller_test.exs
test/web/mastodon_api/mastodon_api_test.exs
test/web/mastodon_api/views/account_view_test.exs
test/web/mastodon_api/views/conversation_view_test.exs
test/web/mastodon_api/views/notification_view_test.exs
test/web/mastodon_api/views/poll_view_test.exs
test/web/mastodon_api/views/scheduled_activity_view_test.exs
test/web/mastodon_api/views/status_view_test.exs
test/web/metadata/twitter_card_test.exs
test/web/pleroma_api/controllers/account_controller_test.exs
test/web/pleroma_api/controllers/pleroma_api_controller_test.exs
test/web/push/impl_test.exs
test/web/rich_media/helpers_test.exs
test/web/static_fe/static_fe_controller_test.exs
test/web/streamer/streamer_test.exs
test/workers/cron/digest_emails_worker_test.exs
test/workers/cron/new_users_digest_worker_test.exs