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
2019-02-26 15:21:36 +01:00
..
accounts Add type, limit, offset, min_id, max_id, account_id to search API (#10091) 2019-02-26 15:21:36 +01:00
apps Add vapid_key to the application entity in the REST API (#10058) 2019-02-16 05:27:05 +01:00
instances
lists
push
statuses Fix REST API showing non-public reblogs for a given status (#9850) 2019-01-18 20:58:00 +01:00
timelines
accounts_controller.rb Add locale param to sign-up API (#9747) 2019-01-07 14:50:20 +01:00
apps_controller.rb
blocks_controller.rb
conversations_controller.rb
custom_emojis_controller.rb Add cache to custom emojis API (#9732) 2019-01-06 23:52:58 +01:00
domain_blocks_controller.rb
endorsements_controller.rb
favourites_controller.rb
filters_controller.rb
follow_requests_controller.rb
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) 2019-01-05 12:43:28 +01:00
search_controller.rb Add type, limit, offset, min_id, max_id, account_id to search API (#10091) 2019-02-26 15:21:36 +01:00
statuses_controller.rb Add scheduled statuses (#9706) 2019-01-05 12:43:28 +01:00
streaming_controller.rb
suggestions_controller.rb