pleroma/lib/pleroma/plugs
href b1860fe85a
Instance/Static runtime plug
This allows to set-up an arbitrary directory which overrides most of the
static files: index.html static/ emoji/ packs/ sounds/ images/ instance/
favicon.png.

If the files are not present in the directory, the bundled ones in
priv/static will be used.
2018-12-17 22:50:59 +01:00
..
authentication_plug.ex fix compile warnings 2018-12-09 20:50:08 +03:00
basic_auth_decoder_plug.ex fix compile warnings 2018-12-09 20:50:08 +03: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 More put_view. 2018-12-16 17:51:22 +01:00
http_security_plug.ex fix compile warnings 2018-12-09 20:50:08 +03: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
instance_static.ex Instance/Static runtime plug 2018-12-17 22:50:59 +01:00
legacy_authentication_plug.ex Update legacy passwords automatically. 2018-09-05 22:30:14 +02:00
oauth_plug.ex fix and improve web push; add configuration docs 2018-12-14 13:05:29 +01:00
session_authentication_plug.ex fix compile warnings 2018-12-09 20:50:08 +03:00
set_user_session_id_plug.ex Add SetUserSessionIdPlug. 2018-09-05 21:42:42 +02:00
uploaded_media.ex fix compile warnings 2018-12-09 20:50:08 +03:00
user_enabled_plug.ex More fixes for Info schema. 2018-12-01 12:46:08 +01:00
user_fetcher_plug.ex fix compile warnings 2018-12-09 20:50:08 +03:00
user_is_admin_plug.ex Fix admin api. 2018-12-01 09:03:16 +01:00