You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
akkoma-cachapa/lib/pleroma/plugs
Ivan Tashkinov 3920244be5
[#1427] Fixed `:admin` option handling in OAuthScopesPlug, added tests.
5 years ago
..
rate_limiter New rate limiter 5 years ago
admin_secret_authentication_plug.ex Support authentication via `x-admin-token` HTTP header 5 years ago
authentication_plug.ex tests for Plugs.AuthenticationPlug 5 years ago
basic_auth_decoder_plug.ex update copyright years to 2019 6 years ago
cache.ex Put the cache with the right key when using a tracking function 5 years ago
digest.ex update copyright years to 2019 6 years ago
ensure_authenticated_plug.ex Wrap error messages into gettext helpers 5 years ago
ensure_public_or_authenticated_plug.ex Wrap error messages into gettext helpers 5 years ago
ensure_user_key_plug.ex update copyright years to 2019 6 years ago
federating_plug.ex Use Pleroma.Config everywhere 5 years ago
http_security_plug.ex Replace Mix.env with Pleroma.Config.get(:env) 5 years ago
http_signature.ex Parse http signature for request to objects/activities 5 years ago
idempotency_plug.ex Polish IdempotencyPlug 5 years ago
instance_static.ex robots.txt 6 years ago
legacy_authentication_plug.ex update copyright years to 2019 6 years ago
mapped_signature_to_identity_plug.ex mapped signature plug: use `user` assign like authentication plug 5 years ago
oauth_plug.ex OAuthPlug, Router: Handle deactivated users in the UserEnabledPlug 5 years ago
oauth_scopes_plug.ex [#1427] Fixed `:admin` option handling in OAuthScopesPlug, added tests. 5 years ago
parsers_plug.ex OTP: Fix runtime upload limit config being ignored 5 years ago
remote_ip.ex Add `remote_ip` plug 5 years ago
session_authentication_plug.ex update copyright years to 2019 6 years ago
set_format_plug.ex tests WebFinger 5 years ago
set_locale_plug.ex Add SetLocalePlug 5 years ago
set_user_session_id_plug.ex update copyright years to 2019 6 years ago
static_fe_plug.ex Move static_fe config to its own section instead of in :instance. 5 years ago
trailing_format_plug.ex Fix TrailingFormatPlug not being active for /api/oauth_tokens 5 years ago
uploaded_media.ex Fix unused import warning 5 years ago
user_enabled_plug.ex UserEnabledPlug: Don't authenticate unconfirmed users. 5 years ago
user_fetcher_plug.ex replace `Repo.get_by(User, nickname: nickname)` with `User.get_by_nickname(nickname)` 6 years ago
user_is_admin_plug.ex [#1427] Extra check that admin OAuth scope is used by admin. Adjusted tests. 5 years ago