moved remote follow in separate controller
authorMaksim Pechnikov <parallel588@gmail.com>
Fri, 20 Dec 2019 13:34:14 +0000 (16:34 +0300)
committerMaksim Pechnikov <parallel588@gmail.com>
Sat, 21 Dec 2019 18:27:42 +0000 (21:27 +0300)
commit5b8415601346447b9a66b1eabfc7538191892a76
treea7e762bdea2e40611768e57071c0c6693712e231
parent7bd0bca2abadb96aa13ace36b968d57872681f7a
moved remote follow in separate controller
12 files changed:
lib/pleroma/web/router.ex
lib/pleroma/web/templates/twitter_api/remote_follow/follow.html.eex [new file with mode: 0644]
lib/pleroma/web/templates/twitter_api/remote_follow/follow_login.html.eex [new file with mode: 0644]
lib/pleroma/web/templates/twitter_api/remote_follow/followed.html.eex [moved from lib/pleroma/web/templates/twitter_api/util/followed.html.eex with 100% similarity]
lib/pleroma/web/templates/twitter_api/util/follow.html.eex [deleted file]
lib/pleroma/web/templates/twitter_api/util/follow_login.html.eex [deleted file]
lib/pleroma/web/twitter_api/controllers/remote_follow_controller.ex [new file with mode: 0644]
lib/pleroma/web/twitter_api/controllers/util_controller.ex
lib/pleroma/web/twitter_api/views/remote_follow_view.ex [new file with mode: 0644]
test/web/activity_pub/publisher_test.exs
test/web/twitter_api/remote_follow_controller_test.exs [new file with mode: 0644]
test/web/twitter_api/util_controller_test.exs