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/lib/pleroma/web/mastodon_api/controllers
Maksim Pechnikov 1053319cd6
Merge branch 'develop' into tests/mastodon_api_controller.ex
5 years ago
..
domain_block_controller.ex Extract domain blocks actions from `MastodonAPIController` to `DomainBlockController` 5 years ago
fallback_controller.ex Extract MastodonAPI.MastodonAPIController.errors/2 to MastodonAPI.FallbackController 5 years ago
filter_controller.ex Extract filter actions from `MastodonAPIController` to `FilterController` 5 years ago
follow_request_controller.ex Extract follow requests actions from `MastodonAPIController` to `FollowRequestController` 5 years ago
list_controller.ex Extract MastodonAPIController's list actions into MastodonAPI.ListController; Add more tests 5 years ago
mastodon_api_controller.ex Merge branch 'develop' into tests/mastodon_api_controller.ex 5 years ago
notification_controller.ex Extract notification actions from `MastodonAPIController` into `NotificationController` 5 years ago
scheduled_activity_controller.ex Extract scheduled statuses actions from `MastodonAPIController` to `ScheduledActivityController` 5 years ago
search_controller.ex Clean up views 5 years ago
status_controller.ex Merge branch 'develop' into tests/mastodon_api_controller.ex 5 years ago
subscription_controller.ex Move mastodon_api/*_controller.ex to mastodon_api/controllers/ 5 years ago
timeline_controller.ex Extract timeline actions from `MastodonAPIController` into `TimelineController` 5 years ago