mastodon/app
Matt Jankowski 8e4fc5d5d2 Improve how params from controller are permitted in filter helper (#3129)
The `params` variable here was quite overloaded.

It exists via the controller to hold the request params, and was sometimes being
used in this helper as that object, but other times was being used as a local
variable, or to pass to another method, and this was confusing.

This change renames the args for a method away from `params` for more clarity,
and extracts the actual usage of the controller-provided `params` to a
better-named method for clarity.
2017-05-19 11:43:20 +02:00
..
assets/stylesheets Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
controllers Conditional validations no longer accept strings for if/unless (#3124) 2017-05-19 03:11:23 +02:00
helpers Improve how params from controller are permitted in filter helper (#3129) 2017-05-19 11:43:20 +02:00
javascript Replace inline styles with stylesheet (#3115) 2017-05-19 11:42:54 +02:00
lib Conditional validations no longer accept strings for if/unless (#3124) 2017-05-19 03:11:23 +02:00
mailers Remove unnecessary .keep files (#2976) 2017-05-11 01:45:42 +02:00
models Define instance method outside #included (#3128) 2017-05-19 11:41:45 +02:00
presenters Bump version, improve how version is stored for better commit history (#2526) 2017-04-27 15:22:19 +02:00
services Account domain blocks (#2381) 2017-05-19 01:14:30 +02:00
validators Stricter whitelist rules (#2213) 2017-04-26 01:22:51 +02:00
views Use stylesheet_pack_tag in embedded layout, avoids pipeline deprecation warning (#3123) 2017-05-19 03:11:17 +02:00
workers After remote follow worker specs (#3098) 2017-05-18 21:10:41 +02:00