Scrape instance nodeinfo (#251)
authorfloatingghost <hannah@coffee-and-dreams.uk>
Sun, 6 Nov 2022 22:49:39 +0000 (22:49 +0000)
committerfloatingghost <hannah@coffee-and-dreams.uk>
Sun, 6 Nov 2022 22:49:39 +0000 (22:49 +0000)
commitb7e8ce235073ab45db24dfc6c27bc6998b43a200
tree411809a51a9ae946598a049119021b8e18a7d70c
parentccdf55acff7ff7d29682aab3ccf283b59ad33d26
Scrape instance nodeinfo (#251)

Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/251
14 files changed:
config/config.exs
config/description.exs
config/test.exs
lib/pleroma/application.ex
lib/pleroma/instances/instance.ex
lib/pleroma/web/activity_pub/side_effects.ex
lib/pleroma/web/mastodon_api/views/account_view.ex
lib/pleroma/workers/nodeinfo_fetcher_worker.ex [new file with mode: 0644]
priv/repo/migrations/20221020135943_add_nodeinfo.exs [new file with mode: 0644]
test/pleroma/instances/instance_test.exs
test/pleroma/web/activity_pub/side_effects_test.exs
test/pleroma/web/mastodon_api/views/account_view_test.exs
test/pleroma/web/streamer_test.exs
test/support/factory.ex