Commit Graph

10 Commits (bf785df9fe044f2f13bfb93e6860a74084d8eb8a)

Author SHA1 Message Date
Nick Schonning bf785df9fe
Audofix Rubocop Style/WordArray ()
Nick Schonning aef0051fd0
Enable Rubocop HTTP status rules ()
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
Eugen Rochko 1f6ed4f86a
Add more granular OAuth scopes ()
* Add more granular OAuth scopes

* Add human-readable descriptions of the new scopes

* Ensure new scopes look good on the app UI

* Add tests

* Group scopes in screen and color-code dangerous ones

* Fix wrong extra scope
Yamagishi Kazutoshi 2edfdab6e6 Don't send Link header when don't know prev and next links ()
Akihiko Odaki 0f92119ceb Cover Api::V1:FavouritesController more ()
Akihiko Odaki 4f0b638cda Introduce access token fabricators ()
Akihiko Odaki bdf573d140 Remove redundant fabrication in the spec for Api::V1::FavouritesController ()
Matt Jankowski 75cad1d9d6 Improve spec coverage and clean up api/v1/favourites controller ()
Eugen Rochko a302e56f9a Add API for retrieving favourites