Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-06 | Remove useless `respond_to` calls (#13208) | Eugen Rochko | |
2018-09-28 | Support min_id-based pagination in REST API (#8736) | Eugen Rochko | |
* 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 | |||
2018-07-05 | Add more granular OAuth scopes (#7929) | Eugen Rochko | |
* 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 | |||
2018-04-02 | Fix unpermitted parameters warning when generating pagination URLs (#6995) | Eugen Rochko | |
2017-07-25 | Merge queries in Api::V1::FavouritesController (#4359) | Akihiko Odaki | |
2017-07-07 | Refactor JSON templates to be generated with ActiveModelSerializers instead ↵ | Eugen Rochko | |
of Rabl (#4090) | |||
2017-06-07 | Clean up for api/base controller (#3629) | Matt Jankowski | |
* Move ApiController to Api/BaseController * API controllers inherit from Api::BaseController * Add coverage for various error cases in api/base controller | |||
2017-06-04 | Fix limit_param in favourites_controller.rb (#3553) | Naoki Kosaka | |
2017-05-31 | Improve spec coverage and clean up api/v1/favourites controller (#3472) | Matt Jankowski | |
2017-04-08 | Make public timelines API not require user context/app credentials (#1291) | Eugen | |
* Make /api/v1/timelines/public and /api/v1/timelines/tag/:id public Fix #1156 - respect query params when generating pagination links in API * Apply pagination fix to more APIs | |||
2017-03-30 | Add counter caches for a large performance increase on API requests | Eugen Rochko | |
2017-01-24 | API now respects ?limit param as long as it's within 2x default limit | Eugen Rochko | |
2017-01-16 | Fix #238 - Add "favourites" column | Eugen Rochko | |
2016-12-29 | Add API for retrieving favourites | Eugen Rochko | |