mastodon/app
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
..
chewy Full-text search for authorized statuses (#6423) 2018-02-09 23:04:47 +01:00
controllers Ensure that boolean params in the API are parsed for truthiness (#6575) 2018-03-01 02:47:59 +01:00
helpers Add direction tags to HTML e-mails for RTL languages (#6373) 2018-01-29 00:22:20 +01:00
javascript Federated reports (#6570) 2018-02-28 06:54:55 +01:00
lib Fix #5708: Reject->Follow will remove the follow if it exists (#6571) 2018-02-28 06:55:06 +01:00
mailers Account archive download (#6460) 2018-02-21 23:21:32 +01:00
models Fix #942: Seamless LDAP login (#6556) 2018-02-28 19:04:53 +01:00
policies Account archive download (#6460) 2018-02-21 23:21:32 +01:00
presenters Redesign landing page (again) (#6486) 2018-02-22 01:03:48 +01:00
serializers Federated reports (#6570) 2018-02-28 06:54:55 +01:00
services Federated reports (#6570) 2018-02-28 06:54:55 +01:00
validators Validation of count works even when text of status is nil (#6429) 2018-02-04 12:32:41 +01:00
views Fix #942: Seamless LDAP login (#6556) 2018-02-28 19:04:53 +01:00
workers Account archive download (#6460) 2018-02-21 23:21:32 +01:00