Eugen Rochko f0fff3eb10
Support min_id-based pagination in REST API ()
* Allow min_id pagination in Feed#get

* Add min_id pagination to home and list timeline APIs

* Add min_id pagination to account statuses, public and tag APIs

* Remove unused stub in reports API

* Use min_id pagination in notifications, favourites, and fix order

* Fix HomeFeed#from_database not using paginate_by_id
..
v1 Support min_id-based pagination in REST API ()
v2 Add more granular OAuth scopes ()
web Add tests for embeds controller ()
base_controller_spec.rb Use raw status code on have_http_status ()
oembed_controller_spec.rb Use raw status code on have_http_status ()
push_controller_spec.rb Use raw status code on have_http_status ()
salmon_controller_spec.rb Update Rails ()
subscriptions_controller_spec.rb Update Rails ()