Add MastoFEController
authorEgor Kislitsyn <egor@kislitsyn.com>
Wed, 2 Oct 2019 13:05:14 +0000 (20:05 +0700)
committerEgor Kislitsyn <egor@kislitsyn.com>
Wed, 2 Oct 2019 13:36:08 +0000 (20:36 +0700)
commitd3c404af124c7083b1f23466b9e82df5d2a407d0
treee3c368bd9420fe75c7c999ab25dfd886221f72f2
parent1c6e1055c876c7ac4a4d42259aebd07c942561e2
Add MastoFEController
lib/pleroma/web/masto_fe_controller.ex [new file with mode: 0644]
lib/pleroma/web/mastodon_api/controllers/auth_controller.ex
lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex
lib/pleroma/web/mastodon_api/views/mastodon_view.ex [deleted file]
lib/pleroma/web/router.ex
lib/pleroma/web/templates/masto_fe/index.html.eex [moved from lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex with 91% similarity]
lib/pleroma/web/views/masto_fe_view.ex [new file with mode: 0644]
test/web/masto_fe_controller_test.exs [new file with mode: 0644]
test/web/mastodon_api/mastodon_api_controller_test.exs