.. |
rate_limiter
|
Disable rate limiter for socket/localhost (unless RemoteIp is enabled)
|
2019-12-14 03:06:43 +03:00 |
admin_secret_authentication_plug.ex
|
Support authentication via x-admin-token HTTP header
|
2019-11-19 15:58:20 +07:00 |
authentication_plug.ex
|
tests for Plugs.AuthenticationPlug
|
2019-07-18 20:29:51 +00:00 |
basic_auth_decoder_plug.ex
|
update copyright years to 2019
|
2018-12-31 15:41:47 +00:00 |
cache.ex
|
Put the cache with the right key when using a tracking function
|
2019-09-12 22:10:15 +03:00 |
digest.ex
|
update copyright years to 2019
|
2018-12-31 15:41:47 +00:00 |
ensure_authenticated_plug.ex
|
Wrap error messages into gettext helpers
|
2019-07-10 18:10:09 +07:00 |
ensure_public_or_authenticated_plug.ex
|
Wrap error messages into gettext helpers
|
2019-07-10 18:10:09 +07:00 |
ensure_user_key_plug.ex
|
update copyright years to 2019
|
2018-12-31 15:41:47 +00:00 |
federating_plug.ex
|
Use Pleroma.Config everywhere
|
2019-05-30 15:33:58 +07:00 |
http_security_plug.ex
|
Update http_security_plug.ex
|
2020-01-30 14:07:41 +00:00 |
http_signature.ex
|
Parse http signature for request to objects/activities
|
2019-09-12 23:03:52 +03:00 |
idempotency_plug.ex
|
Polish IdempotencyPlug
|
2019-06-27 01:53:58 +07:00 |
instance_static.ex
|
robots.txt
|
2019-03-15 02:28:18 +00:00 |
legacy_authentication_plug.ex
|
update copyright years to 2019
|
2018-12-31 15:41:47 +00:00 |
mapped_signature_to_identity_plug.ex
|
mapped signature plug: use user assign like authentication plug
|
2019-07-18 20:31:25 +00:00 |
oauth_plug.ex
|
OAuthPlug, Router: Handle deactivated users in the UserEnabledPlug
|
2019-11-15 14:13:21 +01:00 |
oauth_scopes_plug.ex
|
OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: controller tests modification: OAuth scopes usage.
|
2019-12-15 22:32:42 +03:00 |
remote_ip.ex
|
RemoteIp: only trust X-Forwarded-For
|
2020-01-30 00:06:58 +03:00 |
session_authentication_plug.ex
|
update copyright years to 2019
|
2018-12-31 15:41:47 +00:00 |
set_format_plug.ex
|
tests WebFinger
|
2019-07-24 15:13:10 +00:00 |
set_locale_plug.ex
|
Add SetLocalePlug
|
2019-07-10 18:08:03 +07:00 |
set_user_session_id_plug.ex
|
update copyright years to 2019
|
2018-12-31 15:41:47 +00:00 |
static_fe_plug.ex
|
Move static_fe config to its own section instead of in :instance.
|
2019-11-09 18:08:45 -08:00 |
trailing_format_plug.ex
|
Fix TrailingFormatPlug not being active for /api/oauth_tokens
|
2019-11-06 17:22:23 +03:00 |
uploaded_media.ex
|
Fix unused import warning
|
2019-07-10 18:10:09 +07:00 |
user_enabled_plug.ex
|
updated error messages for authentication process
|
2020-01-17 15:01:37 +03:00 |
user_fetcher_plug.ex
|
replace Repo.get_by(User, nickname: nickname) with User.get_by_nickname(nickname)
|
2019-04-02 17:47:02 +07:00 |
user_is_admin_plug.ex
|
[#1478] OAuth admin tweaks: enforced OAuth admin scopes usage by default, migrated existing OAuth records. Adjusted tests.
|
2020-01-10 10:52:21 +03:00 |