~cytrogen/masto-fe

ref: 86c9c5afa045b9e2cfa41c15db63ad97d58954c1 masto-fe/app/helpers d---------
86c9c5af — Claire 2 years ago
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.
ac237077 — Claire 2 years ago
Merge commit 'c676bc91e9c3aa81eb7cfbce3c5c5e80b84d3d02' into glitch-soc/merge-upstream

Conflicts:
- `config/environments/production.rb`:
  Upstream enforced a code style change and glitch-soc had a few different lines.
  Applied upstream's code style to glitch-soc's changes.
702d1629 — Claire 2 years ago
Merge commit '5393be7a21331c8615ffb79c2271db92f6959458' into glitch-soc/merge-upstream

Conflicts:
- `app/controllers/auth/registrations_controller.rb`:
  Not a real conflict. Upstream removed the `set_instance_presenter` private
  method from this class, and glitch-soc has an extra private method right
  besides it for the theming system.
  Removed `set_instance_presenter` as upstream did.
- `app/controllers/auth/sessions_controller.rb`:
  Not a real conflict. Upstream removed the `set_instance_presenter` private
  method from this class, and glitch-soc has an extra private method right
  besides it for the theming system.
  Removed `set_instance_presenter` as upstream did.
d7fcd700 — Claire 2 years ago
Merge commit '2016c5d912f400ae98ee03ce269112de2f9ec62d' into glitch-soc/merge-upstream

Conflicts:
- `config/initializers/cors.rb`:
  Upstream refactored this file, and glitch-soc had local changes.
  I could not find the rationale for the glitch-soc changes, so I
  used upstream's version.
19ebf779 — Claire 2 years ago
Merge commit 'e6b903b21e0682c1156ffec583ac2836fda7d657' into glitch-soc/merge-upstream
68ec1d18 — gunchleoc 2 years ago
Fix language sorting in settings (#27158)

e715da6d — Matt Jankowski 2 years ago
Fix haml-lint Rubocop `Rails/*` cops (#26042)

340f1a68 — Matt Jankowski 2 years ago
Simplify instance presenter view access (#26046)

99e289f0 — Matt Jankowski 2 years ago
Fix include `Rails.application.routes.url_helpers` (Rails 7.1 prep) (#27189)

e6b903b2 — Matt Jankowski 2 years ago
Fix haml-lint `InstanceVariables` rule for invites/_form (#26064)

ce79caca — gunchleoc 2 years ago
Only strip country code when language not listed in SUPPORTED_LOCALES (#27099)

fde89a8f — Claire 2 years ago
Merge pull request #2426 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes up to 57f592fed50747f3c97718a2761e17bafe6c8698
abdb5884 — Claire 2 years ago
Merge commit '57f592fed50747f3c97718a2761e17bafe6c8698' into glitch-soc/merge-upstream
39da3d86 — Claire 2 years ago
Fix ActiveRecord using two connection pools when no replica is defined (#27061)

7ea5a2c8 — Claire 2 years ago
Merge pull request #2411 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes up to 9688c5fcc4659491fa74783f616b1c23583398f1
9688c5fc — Claire 2 years ago
Merge branch 'main' into glitch-soc/merge-upstream
392c07f2 — Claire 2 years ago
Fix `Setting.authorized_fetch` not being properly taken into consideration (#26958)

a1df9fdb — Claire 2 years ago
Merge pull request #2397 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
77caba37 — Claire 2 years ago
Merge branch 'main' into glitch-soc/merge-upstream
ea7de25d — Claire 2 years ago
Fix video player not being displayed in reports interface (#26801)

Next