mastodon/app/controllers/api/v1
unarist cf4fe6cab8 More use of next link header on account (media) timelines ()
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)
2017-05-25 17:09:13 +02:00
..
timelines Refactor of API timeline actions () 2017-05-23 18:11:39 +02:00
accounts_controller.rb More use of next link header on account (media) timelines () 2017-05-25 17:09:13 +02:00
apps_controller.rb Fix ActionController::Parameters in API issue 2017-04-04 01:33:34 +02:00
blocks_controller.rb Fix block list 500 () 2017-05-20 17:01:14 +02:00
domain_blocks_controller.rb Add buttons to block and unblock domain () 2017-05-19 21:05:32 +02:00
favourites_controller.rb Make public timelines API not require user context/app credentials () 2017-04-08 23:39:31 +02:00
follow_requests_controller.rb Fix regressions in api/v1 () 2017-05-20 17:48:34 +02:00
follows_controller.rb Simplify render in controllers () 2017-04-19 15:37:42 +02:00
instances_controller.rb Fix - Add instance information API 2017-03-15 23:12:48 +01:00
media_controller.rb Fix ActionController::Parameters in API issue 2017-04-04 01:33:34 +02:00
mutes_controller.rb Fix mutes_controller error and incorrect statuses_controller report () 2017-05-21 13:32:13 +02:00
notifications_controller.rb Added API for single notification dismissal () 2017-04-22 02:30:35 +02:00
reports_controller.rb Fix ActionController::Parameters in API issue 2017-04-04 01:33:34 +02:00
search_controller.rb New API method: /api/v1/search 2017-03-22 02:32:27 +01:00
statuses_controller.rb Fix mutes_controller error and incorrect statuses_controller report () 2017-05-21 13:32:13 +02:00