projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7acf09b
)
oauth consistency
author
Alexander Strizhakov
<alex.strizhakov@gmail.com>
Tue, 23 Jun 2020 16:08:19 +0000
(19:08 +0300)
committer
Alexander Strizhakov
<alex.strizhakov@gmail.com>
Tue, 13 Oct 2020 13:38:18 +0000
(16:38 +0300)
18 files changed:
lib/pleroma/plugs/o_auth_plug.ex
[moved from
lib/pleroma/plugs/oauth_plug.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/plugs/o_auth_scopes_plug.ex
[moved from
lib/pleroma/plugs/oauth_scopes_plug.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/admin_api/controllers/o_auth_app_controller.ex
[moved from
lib/pleroma/web/admin_api/controllers/oauth_app_controller.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/api_spec/operations/admin/o_auth_app_operation.ex
[moved from
lib/pleroma/web/api_spec/operations/admin/oauth_app_operation.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/o_auth.ex
[moved from
lib/pleroma/web/oauth.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/o_auth/app.ex
[moved from
lib/pleroma/web/oauth/app.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/o_auth/authorization.ex
[moved from
lib/pleroma/web/oauth/authorization.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/o_auth/fallback_controller.ex
[moved from
lib/pleroma/web/oauth/fallback_controller.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/o_auth/mfa_controller.ex
[moved from
lib/pleroma/web/oauth/mfa_controller.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/o_auth/mfa_view.ex
[moved from
lib/pleroma/web/oauth/mfa_view.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/o_auth/o_auth_controller.ex
[moved from
lib/pleroma/web/oauth/oauth_controller.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/o_auth/o_auth_view.ex
[moved from
lib/pleroma/web/oauth/oauth_view.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/o_auth/scopes.ex
[moved from
lib/pleroma/web/oauth/scopes.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/o_auth/token.ex
[moved from
lib/pleroma/web/oauth/token.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/o_auth/token/query.ex
[moved from
lib/pleroma/web/oauth/token/query.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/o_auth/token/strategy/refresh_token.ex
[moved from
lib/pleroma/web/oauth/token/strategy/refresh_token.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/o_auth/token/strategy/revoke.ex
[moved from
lib/pleroma/web/oauth/token/strategy/revoke.ex
with 100% similarity]
patch
|
blob
|
history
lib/pleroma/web/o_auth/token/utils.ex
[moved from
lib/pleroma/web/oauth/token/utils.ex
with 100% similarity]
patch
|
blob
|
history
diff --git
a/lib/pleroma/plugs/oauth_plug.ex
b/lib/pleroma/plugs/o_auth_plug.ex
similarity index 100%
rename from
lib/pleroma/plugs/oauth_plug.ex
rename to
lib/pleroma/plugs/o_auth_plug.ex
diff --git
a/lib/pleroma/plugs/oauth_scopes_plug.ex
b/lib/pleroma/plugs/o_auth_scopes_plug.ex
similarity index 100%
rename from
lib/pleroma/plugs/oauth_scopes_plug.ex
rename to
lib/pleroma/plugs/o_auth_scopes_plug.ex
diff --git
a/lib/pleroma/web/admin_api/controllers/oauth_app_controller.ex
b/lib/pleroma/web/admin_api/controllers/o_auth_app_controller.ex
similarity index 100%
rename from
lib/pleroma/web/admin_api/controllers/oauth_app_controller.ex
rename to
lib/pleroma/web/admin_api/controllers/o_auth_app_controller.ex
diff --git
a/lib/pleroma/web/api_spec/operations/admin/oauth_app_operation.ex
b/lib/pleroma/web/api_spec/operations/admin/o_auth_app_operation.ex
similarity index 100%
rename from
lib/pleroma/web/api_spec/operations/admin/oauth_app_operation.ex
rename to
lib/pleroma/web/api_spec/operations/admin/o_auth_app_operation.ex
diff --git
a/lib/pleroma/web/oauth.ex
b/lib/pleroma/web/o_auth.ex
similarity index 100%
rename from
lib/pleroma/web/oauth.ex
rename to
lib/pleroma/web/o_auth.ex
diff --git
a/lib/pleroma/web/oauth/app.ex
b/lib/pleroma/web/o_auth/app.ex
similarity index 100%
rename from
lib/pleroma/web/oauth/app.ex
rename to
lib/pleroma/web/o_auth/app.ex
diff --git
a/lib/pleroma/web/oauth/authorization.ex
b/lib/pleroma/web/o_auth/authorization.ex
similarity index 100%
rename from
lib/pleroma/web/oauth/authorization.ex
rename to
lib/pleroma/web/o_auth/authorization.ex
diff --git
a/lib/pleroma/web/oauth/fallback_controller.ex
b/lib/pleroma/web/o_auth/fallback_controller.ex
similarity index 100%
rename from
lib/pleroma/web/oauth/fallback_controller.ex
rename to
lib/pleroma/web/o_auth/fallback_controller.ex
diff --git
a/lib/pleroma/web/oauth/mfa_controller.ex
b/lib/pleroma/web/o_auth/mfa_controller.ex
similarity index 100%
rename from
lib/pleroma/web/oauth/mfa_controller.ex
rename to
lib/pleroma/web/o_auth/mfa_controller.ex
diff --git
a/lib/pleroma/web/oauth/mfa_view.ex
b/lib/pleroma/web/o_auth/mfa_view.ex
similarity index 100%
rename from
lib/pleroma/web/oauth/mfa_view.ex
rename to
lib/pleroma/web/o_auth/mfa_view.ex
diff --git
a/lib/pleroma/web/oauth/oauth_controller.ex
b/lib/pleroma/web/o_auth/o_auth_controller.ex
similarity index 100%
rename from
lib/pleroma/web/oauth/oauth_controller.ex
rename to
lib/pleroma/web/o_auth/o_auth_controller.ex
diff --git
a/lib/pleroma/web/oauth/oauth_view.ex
b/lib/pleroma/web/o_auth/o_auth_view.ex
similarity index 100%
rename from
lib/pleroma/web/oauth/oauth_view.ex
rename to
lib/pleroma/web/o_auth/o_auth_view.ex
diff --git
a/lib/pleroma/web/oauth/scopes.ex
b/lib/pleroma/web/o_auth/scopes.ex
similarity index 100%
rename from
lib/pleroma/web/oauth/scopes.ex
rename to
lib/pleroma/web/o_auth/scopes.ex
diff --git
a/lib/pleroma/web/oauth/token.ex
b/lib/pleroma/web/o_auth/token.ex
similarity index 100%
rename from
lib/pleroma/web/oauth/token.ex
rename to
lib/pleroma/web/o_auth/token.ex
diff --git
a/lib/pleroma/web/oauth/token/query.ex
b/lib/pleroma/web/o_auth/token/query.ex
similarity index 100%
rename from
lib/pleroma/web/oauth/token/query.ex
rename to
lib/pleroma/web/o_auth/token/query.ex
diff --git
a/lib/pleroma/web/oauth/token/strategy/refresh_token.ex
b/lib/pleroma/web/o_auth/token/strategy/refresh_token.ex
similarity index 100%
rename from
lib/pleroma/web/oauth/token/strategy/refresh_token.ex
rename to
lib/pleroma/web/o_auth/token/strategy/refresh_token.ex
diff --git
a/lib/pleroma/web/oauth/token/strategy/revoke.ex
b/lib/pleroma/web/o_auth/token/strategy/revoke.ex
similarity index 100%
rename from
lib/pleroma/web/oauth/token/strategy/revoke.ex
rename to
lib/pleroma/web/o_auth/token/strategy/revoke.ex
diff --git
a/lib/pleroma/web/oauth/token/utils.ex
b/lib/pleroma/web/o_auth/token/utils.ex
similarity index 100%
rename from
lib/pleroma/web/oauth/token/utils.ex
rename to
lib/pleroma/web/o_auth/token/utils.ex