.. |
mastodon_api_controller
|
Add rel="ugc" to hashtags and mentions
|
2019-09-19 14:56:10 +07:00 |
conversation_controller_test.exs
|
Extract conversation actions from MastodonAPIController to ConversationController
|
2019-09-30 16:52:07 +07:00 |
domain_block_controller_test.exs
|
Extract domain blocks actions from MastodonAPIController to DomainBlockController
|
2019-09-27 14:28:05 +07:00 |
filter_controller_test.exs
|
Extract filter actions from MastodonAPIController to FilterController
|
2019-09-27 13:06:25 +07:00 |
follow_request_controller_test.exs
|
Extract follow requests actions from MastodonAPIController to FollowRequestController
|
2019-09-27 14:25:17 +07:00 |
list_controller_test.exs
|
Extract MastodonAPIController's list actions into MastodonAPI.ListController; Add more tests
|
2019-08-26 19:37:54 +07:00 |
notification_controller_test.exs
|
Extract notification actions from MastodonAPIController into NotificationController
|
2019-09-24 15:16:44 +07:00 |
report_controller_test.exs
|
Extract report actions from MastodonAPIController to ReportController
|
2019-09-30 17:44:10 +07:00 |
scheduled_activity_controller_test.exs
|
Extract scheduled statuses actions from MastodonAPIController to ScheduledActivityController
|
2019-09-27 13:36:28 +07:00 |
search_controller_test.exs
|
Move test/web/mastodon_api/*_test.exs to test/web/mastodon_api/controllers and test/web/mastodon_api/views
|
2019-08-26 19:37:57 +07:00 |
status_controller_test.exs
|
status_controller.ex: Posting media status without content defined
|
2019-09-28 01:53:41 +02:00 |
subscription_controller_test.exs
|
Move test/web/mastodon_api/*_test.exs to test/web/mastodon_api/controllers and test/web/mastodon_api/views
|
2019-08-26 19:37:57 +07:00 |
timeline_controller_test.exs
|
Extract timeline actions from MastodonAPIController into TimelineController
|
2019-09-26 10:53:42 +07:00 |