You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
akkoma-cachapa/test/web/mastodon_api/controllers
Haelwenn (lanodan) Monnier 9202904da9
status_controller.ex: Posting media status without content defined
5 years ago
..
mastodon_api_controller Add `rel="ugc"` to hashtags and mentions 5 years ago
domain_block_controller_test.exs Extract domain blocks actions from `MastodonAPIController` to `DomainBlockController` 5 years ago
filter_controller_test.exs Extract filter actions from `MastodonAPIController` to `FilterController` 5 years ago
follow_request_controller_test.exs Extract follow requests actions from `MastodonAPIController` to `FollowRequestController` 5 years ago
list_controller_test.exs Extract MastodonAPIController's list actions into MastodonAPI.ListController; Add more tests 5 years ago
notification_controller_test.exs Extract notification actions from `MastodonAPIController` into `NotificationController` 5 years ago
scheduled_activity_controller_test.exs Extract scheduled statuses actions from `MastodonAPIController` to `ScheduledActivityController` 5 years ago
search_controller_test.exs Move test/web/mastodon_api/*_test.exs to test/web/mastodon_api/controllers and test/web/mastodon_api/views 5 years ago
status_controller_test.exs status_controller.ex: Posting media status without content defined 5 years ago
subscription_controller_test.exs Move test/web/mastodon_api/*_test.exs to test/web/mastodon_api/controllers and test/web/mastodon_api/views 5 years ago
timeline_controller_test.exs Extract timeline actions from `MastodonAPIController` into `TimelineController` 5 years ago