..
admin_secret_authentication_plug.ex
update copyright years to 2019
2018-12-31 15:41:47 +00:00
authentication_plug.ex
formatting
2019-07-15 08:36:51 -07:00
basic_auth_decoder_plug.ex
update copyright years to 2019
2018-12-31 15:41:47 +00: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
Replace Mix.env with Pleroma.Config.get(:env)
2019-06-06 23:59:51 +03:00
http_signature.ex
http signature plug: remove redundant checks handled by HTTPSignatures library
2019-07-18 15:11:21 +00: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
oauth_plug.ex
differences_in_mastoapi_responses.md: fullname & bio are optionnal
2019-05-13 18:35:45 +00:00
oauth_scopes_plug.ex
Wrap error messages into gettext helpers
2019-07-10 18:10:09 +07:00
rate_limiter.ex
[ #1041 ] Rate-limited status actions (per user and per user+status).
2019-07-13 14:49:39 +03:00
session_authentication_plug.ex
update copyright years to 2019
2018-12-31 15:41:47 +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
uploaded_media.ex
Fix unused import warning
2019-07-10 18:10:09 +07:00
user_enabled_plug.ex
update copyright years to 2019
2018-12-31 15:41:47 +00: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
Wrap error messages into gettext helpers
2019-07-10 18:10:09 +07:00