creating trusted app from adminFE & mix task
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Fri, 28 Feb 2020 08:16:40 +0000 (11:16 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Mon, 23 Mar 2020 07:44:47 +0000 (10:44 +0300)
commita6ee6784bc74b311d454112c427f41b1fdec6ce0
tree118f97a6dc5ebf98afa66ff7b0157b1da15afaf9
parentd74405fc1a27bb3d13f4ead2bc2369f23827a781
creating trusted app from adminFE & mix task
15 files changed:
CHANGELOG.md
docs/API/admin_api.md
docs/administration/CLI_tasks/oauth_app.md [new file with mode: 0644]
lib/mix/tasks/pleroma/app.ex [new file with mode: 0644]
lib/pleroma/web/admin_api/admin_api_controller.ex
lib/pleroma/web/mastodon_api/controllers/account_controller.ex
lib/pleroma/web/mastodon_api/views/app_view.ex
lib/pleroma/web/oauth/app.ex
lib/pleroma/web/router.ex
lib/pleroma/web/twitter_api/twitter_api.ex
priv/repo/migrations/20200227122417_add_trusted_to_apps.exs [new file with mode: 0644]
test/support/factory.ex
test/tasks/app_test.exs [new file with mode: 0644]
test/web/admin_api/admin_api_controller_test.exs
test/web/mastodon_api/controllers/account_controller_test.exs