This website requires JavaScript.
Explore
Help
Sign In
moon
/
honkoma
Watch
1
Star
0
Fork
You've already forked honkoma
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
88d3cb44c3
honkoma
/
lib
/
pleroma
/
web
/
mastodon_api
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
..
views
Add vapid_key to the `POST /api/v1/apps` response
2019-03-26 23:27:37 +03:00
mastodon_api.ex
Added support for exclude_types, limit, and min_id in Mastodon
2019-03-18 11:27:27 +03:00
mastodon_api_controller.ex
replace `Repo.get_by(User, nickname: nickname)` with `User.get_by_nickname(nickname)`
2019-04-02 17:47:02 +07:00
subscription_controller.ex
[
#647
] tests for web push
2019-03-06 13:20:12 +00:00
websocket_handler.ex
change `Repo.get(User, id)` => `User.get_by_id(id)`
2019-04-02 17:01:26 +07:00