You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers/api/v1/accounts
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.
7 years ago
..
credentials_controller.rb
follower_accounts_controller.rb
following_accounts_controller.rb
lists_controller.rb
relationships_controller.rb
search_controller.rb Ensure that boolean params in the API are parsed for truthiness (#6575) 7 years ago
statuses_controller.rb Ensure that boolean params in the API are parsed for truthiness (#6575) 7 years ago