Extract status actions from `MastodonAPIController` into `StatusController`
authorEgor Kislitsyn <egor@kislitsyn.com>
Mon, 9 Sep 2019 14:49:02 +0000 (21:49 +0700)
committerEgor Kislitsyn <egor@kislitsyn.com>
Fri, 27 Sep 2019 03:51:15 +0000 (10:51 +0700)
commit98d1347a4ea1c296d2f07b9467addc56ef2dc676
tree0e8744a5f89f101a659243d25b24d307cff47877
parent219771288c0cf40f2164972e70571ff42153570a
Extract status actions from `MastodonAPIController` into `StatusController`
13 files changed:
lib/pleroma/bbs/handler.ex
lib/pleroma/web/admin_api/admin_api_controller.ex
lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex
lib/pleroma/web/mastodon_api/controllers/status_controller.ex [new file with mode: 0644]
lib/pleroma/web/mastodon_api/views/conversation_view.ex
lib/pleroma/web/mastodon_api/views/notification_view.ex
lib/pleroma/web/mastodon_api/views/status_view.ex
lib/pleroma/web/router.ex
lib/pleroma/web/views/streamer_view.ex
test/integration/mastodon_websocket_test.exs
test/web/admin_api/views/report_view_test.exs
test/web/mastodon_api/views/notification_view_test.exs
test/web/mastodon_api/views/status_view_test.exs