mastodon/app/controllers/api/v1/timelines
Eugen Rochko fce8464077
Ensure that boolean params in the API are parsed for truthiness (#6575)
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
..
home_controller.rb Fix home regeneration (#6251) 2018-01-17 23:56:03 +01:00
list_controller.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
public_controller.rb Ensure that boolean params in the API are parsed for truthiness (#6575) 2018-03-01 02:47:59 +01:00
tag_controller.rb Ensure that boolean params in the API are parsed for truthiness (#6575) 2018-03-01 02:47:59 +01:00