Commit Graph

9 Commits (f72ed21cd62541881c0ad19bac1b78e82f514413)

Author SHA1 Message Date
Eugen Rochko 8b2cad5637 Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
Matt Jankowski 73540ffe6b Clean up for api/base controller ()
* Move ApiController to Api/BaseController

* API controllers inherit from Api::BaseController

* Add coverage for various error cases in api/base controller
Matt Jankowski bf811e4d4a Improve spec coverage and clean up api/v1/mutes controller ()
Akihiko Odaki 2af5cd96fe Fix mutes_controller error and incorrect statuses_controller report ()
This commit fixes a regression in commit
f554807563.
Akihiko Odaki 22cb286ad7 Fix regressions in api/v1 ()
The regressions are introduced at commit
f554807563 by me (Akihiko Odaki)
Akihiko Odaki f554807563 Use joins for account properties ()
Eugen b89f007862 Make public timelines API not require user context/app credentials ()
* Make /api/v1/timelines/public and /api/v1/timelines/tag/:id public
Fix  - respect query params when generating pagination links in API

* Apply pagination fix to more APIs
Eugen Rochko de22c202f5 Add counter caches for a large performance increase on API requests
Kit Redgrave 442fdbfc53 Mute button progress so far. WIP, doesn't entirely work correctly.