This website requires JavaScript.
Explore
Help
Register
Sign in
stefan230
/
akkoma
Watch
1
Star
0
Fork
You've already forked akkoma
0
forked from
YokaiRick/akkoma
Code
Pull requests
Activity
7aa53d52bd
akkoma
/
lib
/
pleroma
/
web
/
oauth
History
eugenijm
7aa53d52bd
Return 403 on oauth token exchange for a deactivated user
2019-04-06 23:27:55 +03:00
..
app.ex
[
#468
] Merged
upstream/develop
, resolved conflicts.
2019-02-17 14:07:04 +03:00
authorization.ex
Ecto 3.0.5 migration
2019-03-20 15:59:54 +03:00
fallback_controller.ex
Correctly handle invalid credentials on auth login.
2019-01-28 11:41:47 +01:00
oauth_controller.ex
Return 403 on oauth token exchange for a deactivated user
2019-04-06 23:27:55 +03:00
oauth_view.ex
update copyright years to 2019
2018-12-31 15:41:47 +00:00
token.ex
change
Repo.get(User, id)
=>
User.get_by_id(id)
2019-04-02 17:01:26 +07:00