Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-02 | Fix unpermitted parameters warning when generating pagination URLs (#6995) | Eugen Rochko | |
2018-03-10 | Improve performance of account_media_status_ids (#6729) | abcang | |
2018-03-01 | Ensure that boolean params in the API are parsed for truthiness (#6575) | Eugen Rochko | |
Use Rails smart boolean cast to account for values such as "f", "0", "false", etc. Previously, if a param was present in the request, it would count as true. | |||
2017-08-25 | Pinned statuses (#4675) | Eugen Rochko | |
* Pinned statuses * yarn manage:translations | |||
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-05-31 | Spec coverage and refactor for the api/v1/accounts controllers (#3451) | Matt Jankowski | |