mastodon/app/controllers/api/v1/accounts
Eugen Rochko fce8464077
Ensure that boolean params in the API are parsed for truthiness ()
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.
2018-03-01 02:47:59 +01:00
..
credentials_controller.rb add parameter locked to /api/v1/update_credentials () 2018-02-18 22:57:53 +01:00
follower_accounts_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl () 2017-07-07 04:02:06 +02:00
following_accounts_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl () 2017-07-07 04:02:06 +02:00
lists_controller.rb Fix - Add GET /api/v1/accounts/:id/lists () 2017-12-12 03:55:39 +01:00
relationships_controller.rb Fix bug in relationships API introduced by () 2018-02-21 23:22:12 +01:00
search_controller.rb Ensure that boolean params in the API are parsed for truthiness () 2018-03-01 02:47:59 +01:00
statuses_controller.rb Ensure that boolean params in the API are parsed for truthiness () 2018-03-01 02:47:59 +01:00