WIP. Implement oembed route and handle both json/xml for "Note" type activity
authorraeno <just.raeno@gmail.com>
Mon, 10 Dec 2018 19:08:02 +0000 (23:08 +0400)
committerraeno <just.raeno@gmail.com>
Thu, 13 Dec 2018 21:17:53 +0000 (22:17 +0100)
commit8902942128e3aee814c215d700e2eaee21b491e9
treed7a4cacd3d91a89550589e46ea2faefbf8f5e491
parent21afdf6d9966265de95df860d90d250c76bdbe08
WIP. Implement oembed route and handle both json/xml for "Note" type activity
lib/pleroma/formatter.ex
lib/pleroma/web/oembed/activity_representer.ex [new file with mode: 0644]
lib/pleroma/web/oembed/oembed.ex [new file with mode: 0644]
lib/pleroma/web/oembed/oembed_controller.ex
lib/pleroma/web/oembed/views/note_view.ex [new file with mode: 0644]
lib/pleroma/web/ostatus/ostatus.ex
lib/pleroma/web/ostatus/ostatus_controller.ex
lib/pleroma/web/templates/o_embed/note.xml.eex [new file with mode: 0644]
test/web/oembed/oembed_test.exs [new file with mode: 0644]