Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
b99f6061
Commit
b99f6061
authored
Jun 07, 2021
by
Alex Gleason
Committed by
feld
Jun 08, 2021
Browse files
Fix order of Pleroma.Web.Utils.Params aliases
parent
ec65b7ae
Pipeline
#36473
passed with stages
in 11 minutes and 2 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/web/common_api/utils.ex
View file @
b99f6061
...
...
@@ -17,8 +17,8 @@ defmodule Pleroma.Web.CommonAPI.Utils do
alias
Pleroma
.
Web
.
ActivityPub
.
Visibility
alias
Pleroma
.
Web
.
CommonAPI
.
ActivityDraft
alias
Pleroma
.
Web
.
MediaProxy
alias
Pleroma
.
Web
.
Utils
.
Params
alias
Pleroma
.
Web
.
Plugs
.
AuthenticationPlug
alias
Pleroma
.
Web
.
Utils
.
Params
require
Logger
require
Pleroma
.
Constants
...
...
lib/pleroma/web/mastodon_api/controllers/account_controller.ex
View file @
b99f6061
...
...
@@ -24,11 +24,11 @@ defmodule Pleroma.Web.MastodonAPI.AccountController do
alias
Pleroma
.
Web
.
MastodonAPI
.
MastodonAPIController
alias
Pleroma
.
Web
.
MastodonAPI
.
StatusView
alias
Pleroma
.
Web
.
OAuth
.
OAuthController
alias
Pleroma
.
Web
.
Utils
.
Params
alias
Pleroma
.
Web
.
Plugs
.
EnsurePublicOrAuthenticatedPlug
alias
Pleroma
.
Web
.
Plugs
.
OAuthScopesPlug
alias
Pleroma
.
Web
.
Plugs
.
RateLimiter
alias
Pleroma
.
Web
.
TwitterAPI
.
TwitterAPI
alias
Pleroma
.
Web
.
Utils
.
Params
plug
(
Pleroma
.
Web
.
ApiSpec
.
CastAndValidate
)
...
...
lib/pleroma/web/o_auth/o_auth_controller.ex
View file @
b99f6061
...
...
@@ -22,8 +22,8 @@ defmodule Pleroma.Web.OAuth.OAuthController do
alias
Pleroma
.
Web
.
OAuth
.
Token
alias
Pleroma
.
Web
.
OAuth
.
Token
.
Strategy
.
RefreshToken
alias
Pleroma
.
Web
.
OAuth
.
Token
.
Strategy
.
Revoke
,
as:
RevokeToken
alias
Pleroma
.
Web
.
Utils
.
Params
alias
Pleroma
.
Web
.
Plugs
.
RateLimiter
alias
Pleroma
.
Web
.
Utils
.
Params
require
Logger
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment