~cytrogen/masto-fe

ref: 4a9cdfb928fe85581f035f72e0ea3870db03c3c8 masto-fe/app/views d---------
9af24835 — Claire 2 years ago
Merge pull request #2434 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes up to 640421f661ee4d7e76a2aab607e7b15687940b6f
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)

89a17878 — Matt Jankowski 2 years ago
Fix haml-lint `InstanceVariables` rule for admin/roles/_form (#26063)

9d56c194 — Matt Jankowski 2 years ago
Fix haml-lint `InstanceVariables` rule for admin/webhooks/_form (#26062)

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

6f658680 — Claire 2 years ago
Merge pull request #2413 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes up to a83615edc9fc1ce3363ddcf1fc676806421a5f65
1e87575b — Claire 2 years ago
Merge commit '6eb6209d02514c5271238a23601be643c7b9f52d' into glitch-soc/merge-upstream
200312e8 — Rob Thomas 2 years ago
Fix crash when viewing a moderation appeal and the moderator account has been deleted (#25900)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
743fede5 — Claire 2 years ago
Merge pull request #2406 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes up to 6273416292090b2f6bfda33f070cea325a1759df
5d8c65f2 — Claire 2 years ago
Merge commit '398635c0c4987ec44d937e98431ff5dee331ea94' into glitch-soc/merge-upstream
14f67988 — gunchleoc 2 years ago
Link to hashtag timelines from the Trending hashtags moderation interface (#26724)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
475783d5 — Claire 2 years ago
Add timezone to datetimes in e-mails (#26822)

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

Merge upstream changes
Next