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
unarist cf4fe6cab8 More use of next link header on account (media) timelines (#3311)
This will reduce requests on who have only few statuses.

- Use next link header to detect more items from first request
- Omit next link header if result items are fewer than requested count
(It had omit it only if result was empty before)
8 years ago
..
timelines Refactor of API timeline actions (#3263) 8 years ago
accounts_controller.rb More use of next link header on account (media) timelines (#3311) 8 years ago
apps_controller.rb Fix ActionController::Parameters in API issue 8 years ago
blocks_controller.rb Fix block list 500 (#3174) 8 years ago
domain_blocks_controller.rb Add buttons to block and unblock domain (#3127) 8 years ago
favourites_controller.rb Make public timelines API not require user context/app credentials (#1291) 8 years ago
follow_requests_controller.rb Fix regressions in api/v1 (#3178) 8 years ago
follows_controller.rb Simplify render in controllers (#2144) 8 years ago
instances_controller.rb Fix #525 - Add instance information API 8 years ago
media_controller.rb Fix ActionController::Parameters in API issue 8 years ago
mutes_controller.rb Fix mutes_controller error and incorrect statuses_controller report (#3202) 8 years ago
notifications_controller.rb Added API for single notification dismissal (#2251) 8 years ago
reports_controller.rb Fix ActionController::Parameters in API issue 8 years ago
search_controller.rb New API method: /api/v1/search 8 years ago
statuses_controller.rb Fix mutes_controller error and incorrect statuses_controller report (#3202) 8 years ago