This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
Pleroma
Watch
1
Star
0
Fork
0
You've already forked Pleroma
Code
Issues
Pull Requests
Releases
Wiki
Activity
Pleroma
/
test
/
web
/
mastodon_api
History
Egor Kislitsyn
11c2d6bdc4
change
Repo.get(Activity, id)
=>
Activity.get_by_id(id)
in tests
2019-04-02 17:08:03 +07:00
..
account_view_test.exs
Fix tests to assume reblogs shown by default
2019-03-15 14:18:21 +01:00
list_view_test.exs
tests: add legal boilerplate
2018-12-23 20:57:10 +00:00
mastodon_api_controller_test.exs
change
Repo.get(Activity, id)
=>
Activity.get_by_id(id)
in tests
2019-04-02 17:08:03 +07:00
notification_view_test.exs
change
Repo.get(Activity, id)
=>
Activity.get_by_id(id)
in tests
2019-04-02 17:08:03 +07:00
push_subscription_view_test.exs
[
#647
] tests for web push
2019-03-06 13:20:12 +00:00
status_view_test.exs
mastodon api: add conversation_id extension (ref
#674
)
2019-03-21 23:25:41 +00:00
subscription_controller_test.exs
[
#647
] tests for web push
2019-03-06 13:20:12 +00:00