You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers/api/v1
Rakib Hasan 6d2301988f Fix for issue #462
Modified uploadCompose action to send media ids of attached
media when sending a request. Modified create method in MediaController
to check if when posting a video, there are no other media attached
to the status by looking at the media ids sent from the uploadCompose
action.
9 years ago
..
accounts_controller.rb Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with media attachments 9 years ago
apps_controller.rb
blocks_controller.rb Remove bios from blocked users list, filter out broken entries from API response 9 years ago
favourites_controller.rb
follow_requests_controller.rb Make follow requests federate 9 years ago
follows_controller.rb
media_controller.rb Fix for issue #462 9 years ago
notifications_controller.rb Improve infinite scroll on notifications 9 years ago
reports_controller.rb Adding POST /api/v1/reports API, and a UI for submitting reports 9 years ago
statuses_controller.rb Removing failed push notification API, make context loads use cache 9 years ago
timelines_controller.rb Add API modifiers to limit returned toots from public/hashtag timelines 9 years ago