fix format
authorMaksim <parallel588@gmail.com>
Mon, 6 May 2019 17:51:03 +0000 (17:51 +0000)
committerlambda <lain@soykaf.club>
Mon, 6 May 2019 17:51:03 +0000 (17:51 +0000)
commit1040caf096347b638b9fda5b23fcccde87b32ede
treedb56c5118b7e853f27d5bd0d0782ab72f532d821
parentaacac9da0beddcf797958acca330747b8f2d1f06
fix format

Modified-by: Maksim Pechnikov <parallel588@gmail.com>
15 files changed:
CHANGELOG.md
config/config.exs
docs/api/differences_in_mastoapi_responses.md
docs/config.md
lib/pleroma/repo.ex
lib/pleroma/web/oauth/app.ex
lib/pleroma/web/oauth/authorization.ex
lib/pleroma/web/oauth/oauth_controller.ex
lib/pleroma/web/oauth/token.ex
lib/pleroma/web/oauth/token/strategy/refresh_token.ex [new file with mode: 0644]
lib/pleroma/web/oauth/token/strategy/revoke.ex [new file with mode: 0644]
lib/pleroma/web/oauth/token/utils.ex [new file with mode: 0644]
priv/repo/migrations/20190501133552_add_refresh_token_index_to_token.exs [new file with mode: 0644]
test/repo_test.exs [new file with mode: 0644]
test/web/oauth/oauth_controller_test.exs