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
Eugen Rochko e7f20cc43f
Add type, limit, offset, min_id, max_id, account_id to search API (#10091)
* Add type, limit, offset, min_id, max_id, account_id to search API

Fix #8939

* Make the offset work on accounts and hashtags search as well

* Assure brakeman we are not doing mass assignment here

* Do not allow paginating unless a type is chosen

* Fix search query and index id field on statuses instead of created_at
7 years ago
..
accounts Add type, limit, offset, min_id, max_id, account_id to search API (#10091) 7 years ago
apps Add vapid_key to the application entity in the REST API (#10058) 7 years ago
instances
lists Extract counters from accounts table to account_stats table (#9295) 7 years ago
push
statuses Fix REST API showing non-public reblogs for a given status (#9850) 7 years ago
timelines
accounts_controller.rb Add locale param to sign-up API (#9747) 7 years ago
apps_controller.rb
blocks_controller.rb Extract counters from accounts table to account_stats table (#9295) 7 years ago
conversations_controller.rb
custom_emojis_controller.rb Add cache to custom emojis API (#9732) 7 years ago
domain_blocks_controller.rb
endorsements_controller.rb Extract counters from accounts table to account_stats table (#9295) 7 years ago
favourites_controller.rb
filters_controller.rb
follow_requests_controller.rb Extract counters from accounts table to account_stats table (#9295) 7 years ago
follows_controller.rb
instances_controller.rb
lists_controller.rb
media_controller.rb
mutes_controller.rb
notifications_controller.rb
reports_controller.rb
scheduled_statuses_controller.rb Add scheduled statuses (#9706) 7 years ago
search_controller.rb Add type, limit, offset, min_id, max_id, account_id to search API (#10091) 7 years ago
statuses_controller.rb Add scheduled statuses (#9706) 7 years ago
streaming_controller.rb
suggestions_controller.rb