glitch-social/app/helpers
Claire 86c9c5afa0 Merge commit '40ba6e119b7457161fd43b449875d0fb9d473c1a' into glitch-soc/merge-upstream
Conflicts:
- `app/controllers/concerns/web_app_controller_concern.rb`:
  Upstream changed the order of Action Controller filters for web app
  controllers.
  Glitch-soc has an extra filter due to its theming system.
  Changed the order accordingly.
- `app/views/settings/preferences/appearance/show.html.haml`:
  Conflict due to an extra newline in glitch-soc.
  Removed that newline and applied upstream's changes.
2023-10-08 17:26:43 +02:00
..
admin Fix haml-lint Rubocop `Rails/*` cops (#26042) 2023-10-03 15:00:40 +02:00
accounts_helper.rb
application_helper.rb
authorized_fetch_helper.rb Fix `Setting.authorized_fetch` not being properly taken into consideration (#26958) 2023-09-18 09:37:29 +02:00
branding_helper.rb
context_helper.rb
database_helper.rb Fix ActiveRecord using two connection pools when no replica is defined (#27061) 2023-09-22 16:01:59 +02:00
domain_control_helper.rb
email_helper.rb
flashes_helper.rb
formatting_helper.rb
home_helper.rb
instance_helper.rb
invites_helper.rb Fix haml-lint `InstanceVariables` rule for invites/_form (#26064) 2023-09-28 15:40:28 +02:00
jsonld_helper.rb
languages_helper.rb Fix language sorting in settings (#27158) 2023-10-04 09:23:50 +02:00
mascot_helper.rb Simplify instance presenter view access (#26046) 2023-09-28 16:52:37 +02:00
media_component_helper.rb
react_component_helper.rb
routing_helper.rb Fix include `Rails.application.routes.url_helpers` (Rails 7.1 prep) (#27189) 2023-09-28 16:52:11 +02:00
settings_helper.rb Fix language sorting in settings (#27158) 2023-10-04 09:23:50 +02:00
statuses_helper.rb
webfinger_helper.rb