Merge branch 'ostatus-controller-no-auth-check-on-non-federating-instances' into...
authorfeld <feld@feld.me>
Wed, 28 Oct 2020 18:08:51 +0000 (18:08 +0000)
committerrinpatch <rinpatch@sdf.org>
Thu, 5 Nov 2020 13:23:56 +0000 (16:23 +0300)
commit48f7e12e6c139e9cfc8e68b4eaf1695019c9d246
tree156bc91c4e5d2a96a22fbe7454ec106949b8148f
parent86b4149a1350b23a122f3ea8e2ef79ab3e8785e1
Merge branch 'ostatus-controller-no-auth-check-on-non-federating-instances' into 'develop'

OStatus / Static FE access control fixes

See merge request pleroma/pleroma!3053
13 files changed:
CHANGELOG.md
lib/pleroma/web/activity_pub/visibility.ex
lib/pleroma/web/feed/tag_controller.ex
lib/pleroma/web/feed/user_controller.ex
lib/pleroma/web/o_status/o_status_controller.ex
lib/pleroma/web/router.ex
lib/pleroma/web/static_fe/static_fe_controller.ex
test/pleroma/web/activity_pub/activity_pub_controller_test.exs
test/pleroma/web/feed/tag_controller_test.exs
test/pleroma/web/feed/user_controller_test.exs
test/pleroma/web/o_status/o_status_controller_test.exs
test/pleroma/web/static_fe/static_fe_controller_test.exs
test/support/conn_case.ex