mastodon/app/helpers
Akihiko Odaki (@fn_aki@pawoo.net) e98559c3ff Resolve custom application stylesheet with Webpack ()
This implementation is a bit smaller and still has the following benefits:

* No need of app/javascript/packs/custom.js
For custom stylesheet, it typically has only
"require('../styles/custom.scss')" and is redundant.

* No need to extract vendor stylesheet to another asset
Extracting vendor stylesheet could be forgotten by developers who do not
use custom stylesheet.
..
admin Improve how params from controller are permitted in filter helper ()
activitystreams2_builder_helper.rb Change ActivityPub paging to match spec. Clean up ActivityPub outbox changes. ()
application_helper.rb Skip asset pipeline for static file in public/ ()
flashes_helper.rb Clean up flash display in views ()
home_helper.rb Improve initialState loading
http_helper.rb More robust PuSH subscription refreshes ()
instance_helper.rb Instance helper to replace site title helper ()
routing_helper.rb Use URI.join for generate asset URL ()
settings_helper.rb Add catalan language ()
stream_entries_helper.rb Test embedded_view related code in a helper ()