This website requires JavaScript.
Explore
Help
Register
Sign in
hufman
/
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
76fdfd1c7f
akkoma
/
test
/
web
/
twitter_api
History
Sadposter
9ca91cbb87
Change relationship direction of subscriptions
2019-04-05 17:02:07 +01:00
..
representers
Remove ActivityRepresenter
2019-03-26 17:16:21 +03:00
views
Change relationship direction of subscriptions
2019-04-05 17:02:07 +01:00
twitter_api_controller_test.exs
replace
Repo.get_by(User, nickname: nickname)
with
User.get_by_nickname(nickname)
in tests
2019-04-02 17:58:32 +07:00
twitter_api_test.exs
replace
Repo.get_by(User, nickname: nickname)
with
User.get_by_nickname(nickname)
in tests
2019-04-02 17:58:32 +07:00
util_controller_test.exs
fetch url for OStatus to know if it is a/c or status
2019-04-02 10:26:09 +05:45