Remove `:auth, :enforce_oauth_admin_scope_usage`
authorrinpatch <rin@patch.cx>
Wed, 17 Feb 2021 17:47:38 +0000 (20:47 +0300)
committerrinpatch <rin@patch.cx>
Wed, 17 Feb 2021 17:47:38 +0000 (20:47 +0300)
commit6d66fadea7f798f64f4f8b5d41c9ef29469eaf78
tree8b2dc3283128e35c3aaebfe238ad59779af73a42
parent679a2e799e464f044d7afceb4c9a650d2d3b2e2a
Remove `:auth, :enforce_oauth_admin_scope_usage`

`admin` scope has been required by default for more than a year now
and all apps that use the API seems to request a proper scope by now.
CHANGELOG.md
config/config.exs
docs/development/API/admin_api.md
lib/pleroma/config.ex
test/pleroma/web/admin_api/controllers/admin_api_controller_test.exs
test/pleroma/web/admin_api/controllers/user_controller_test.exs
test/pleroma/web/pleroma_api/controllers/emoji_file_controller_test.exs
test/pleroma/web/pleroma_api/controllers/emoji_pack_controller_test.exs
test/pleroma/web/plugs/o_auth_scopes_plug_test.exs