akkoma/lib/pleroma/plugs
Egor Kislitsyn 8b4397c704 Merge branch 'develop' into feature/compat/push-subscriptions
# Conflicts:
#	lib/mix/tasks/sample_config.eex
#	lib/pleroma/web/twitter_api/controllers/util_controller.ex
#	mix.exs
#	mix.lock
2018-12-06 19:55:58 +07:00
..
authentication_plug.ex Add EnsureUserKeyPlug, smaller fixes 2018-09-05 19:06:28 +02:00
basic_auth_decoder_plug.ex Add BasicAuthDecoderPlug 2018-09-05 17:30:05 +02:00
digest.ex activitypub: verify remote http signature digests by recomputing the digest and replacing the digest header 2018-07-31 23:24:30 +00:00
ensure_authenticated_plug.ex Add EnsureAuthenticatedPlug 2018-09-05 17:59:19 +02:00
ensure_user_key_plug.ex Add EnsureUserKeyPlug, smaller fixes 2018-09-05 19:06:28 +02:00
federating_plug.ex Runtime configured router 2018-11-05 15:19:03 +01:00
http_security_plug.ex Plugs.HTTPSecurityPlug: Activate upgrade-insecure-requests only when there is https 2018-11-26 21:41:36 +01:00
http_signature.ex activitypub: verify remote http signature digests by recomputing the digest and replacing the digest header 2018-07-31 23:24:30 +00:00
legacy_authentication_plug.ex Update legacy passwords automatically. 2018-09-05 22:30:14 +02:00
oauth_plug.ex Assign token to connection 2018-09-22 07:04:01 +02:00
session_authentication_plug.ex Add SessionAuthenticationPlug. 2018-09-05 18:37:02 +02:00
set_user_session_id_plug.ex Add SetUserSessionIdPlug. 2018-09-05 21:42:42 +02:00
user_enabled_plug.ex Add UserEnabledPlug. 2018-09-05 21:53:53 +02:00
user_fetcher_plug.ex Add UserFetcherPlug. 2018-09-05 17:44:38 +02:00
user_is_admin_plug.ex lib/pleroma/plugs/user_is_admin_plug.ex: change 403 string to “User is not admin.” 2018-11-17 20:25:56 +01:00