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/helpers
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.
9 years ago
..
admin Improve how params from controller are permitted in filter helper (#3129) 9 years ago
activitystreams2_builder_helper.rb Change ActivityPub paging to match spec. Clean up ActivityPub outbox changes. (#2410) 9 years ago
application_helper.rb Skip asset pipeline for static file in public/ (#3125) 9 years ago
flashes_helper.rb Clean up flash display in views (#2336) 9 years ago
home_helper.rb Improve initialState loading 9 years ago
http_helper.rb More robust PuSH subscription refreshes (#2799) 9 years ago
instance_helper.rb Instance helper to replace site title helper (#2038) 9 years ago
routing_helper.rb Use URI.join for generate asset URL (#2741) 9 years ago
settings_helper.rb Add catalan language (#3084) 9 years ago
stream_entries_helper.rb Test embedded_view related code in a helper (#2282) 9 years ago
style_helper.rb Check for a custom css file to help customization of instances (#1368) 9 years ago