Extend webfinger capabilities.
authorRoger Braun <roger@rogerbraun.net>
Thu, 24 Aug 2017 10:54:53 +0000 (12:54 +0200)
committerRoger Braun <roger@rogerbraun.net>
Thu, 24 Aug 2017 10:54:53 +0000 (12:54 +0200)
commit08bd59e446d5d176a9f2082424f70bde5cba64a5
tree7d969cabf9038ab9368aa425373fe1e8367a80d6
parent1a001588e80e1ff7088472e3faaf754617d63973
Extend webfinger capabilities.
22 files changed:
lib/pleroma/web/web_finger/web_finger.ex
test/fixtures/httpoison_mock/atarifrosch_feed.xml [new file with mode: 0644]
test/fixtures/httpoison_mock/atarifrosch_webfinger.xml [new file with mode: 0644]
test/fixtures/httpoison_mock/eal_sakamoto.xml [new file with mode: 0644]
test/fixtures/httpoison_mock/gs.example.org_host_meta [new file with mode: 0644]
test/fixtures/httpoison_mock/https___pawoo.net_users_aqidaqidaqid.xml [new file with mode: 0644]
test/fixtures/httpoison_mock/lain_squeet.me_webfinger.xml [new file with mode: 0644]
test/fixtures/httpoison_mock/macgirvin.com_host_meta [new file with mode: 0644]
test/fixtures/httpoison_mock/mamot.fr_host_meta [new file with mode: 0644]
test/fixtures/httpoison_mock/mastodon.social_host_meta [new file with mode: 0644]
test/fixtures/httpoison_mock/mastodon.xyz_host_meta [new file with mode: 0644]
test/fixtures/httpoison_mock/pawoo.net_host_meta [new file with mode: 0644]
test/fixtures/httpoison_mock/pleroma.soykaf.com_host_meta [new file with mode: 0644]
test/fixtures/httpoison_mock/shitposter.club_host_meta [new file with mode: 0644]
test/fixtures/httpoison_mock/social.heldscal.la_host_meta [new file with mode: 0644]
test/fixtures/httpoison_mock/social.sakamoto.gq_host_meta [new file with mode: 0644]
test/fixtures/httpoison_mock/social.stopwatchingus-heidelberg.de_host_meta [new file with mode: 0644]
test/fixtures/httpoison_mock/social.wxcafe.net_host_meta [new file with mode: 0644]
test/fixtures/httpoison_mock/squeet.me_host_meta [new file with mode: 0644]
test/fixtures/nil_mention_entry.xml [new file with mode: 0644]
test/support/httpoison_mock.ex
test/web/web_finger/web_finger_test.exs