This website requires JavaScript.
Explore
Help
Register
Sign in
ShariVegas
/
akkoma
Watch
1
Star
0
Fork
You've already forked akkoma
0
forked from
AkkomaGang/akkoma
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
e8c2f9a73a
akkoma
/
lib
/
pleroma
/
plugs
History
Egor Kislitsyn
88d3cb44c3
replace
Repo.get_by(User, nickname: nickname)
with
User.get_by_nickname(nickname)
2019-04-02 17:47:02 +07:00
..
admin_secret_authentication_plug.ex
authentication_plug.ex
basic_auth_decoder_plug.ex
digest.ex
ensure_authenticated_plug.ex
ensure_user_key_plug.ex
federating_plug.ex
http_security_plug.ex
http_signature.ex
instance_static.ex
robots.txt
2019-03-15 02:28:18 +00:00
legacy_authentication_plug.ex
oauth_plug.ex
oauth_scopes_plug.ex
session_authentication_plug.ex
set_user_session_id_plug.ex
uploaded_media.ex
user_enabled_plug.ex
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