~cytrogen/masto-fe

53f5b27b — Claire 2 years ago
Merge commit '640421f661ee4d7e76a2aab607e7b15687940b6f' into glitch-soc/merge-upstream
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.
74c27e33 — Claire 2 years ago
Merge commit '37bbd3c1064380a756b4e821655d7697105f99f5' into glitch-soc/merge-upstream
8eb09c6f — Michael Stanclift 2 years ago
[Glitch] Keep version string displayed without breakpoints in UI

Port 5a437edc7f22d5797e5af29d9b450a03eccec304 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
a5dbb1ee — Claire 2 years ago
Merge commit '5a437edc7f22d5797e5af29d9b450a03eccec304' into glitch-soc/merge-upstream
e83059fd — Claire 2 years ago
[Glitch] Fix explore prompt appearing because of posts being received out of order

Port d80a819fc60b530042784cc3f20cd3041ee0a996 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
e9a181c5 — Claire 2 years ago
Merge commit 'e95d25e1013b6328457b81bd98e8d6a841d45ec2' into glitch-soc/merge-upstream
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.
cfc0da77 — Michael Stanclift 2 years ago
[Glitch] Fix retention dashboard not displaying correct month

Port 7fddeca1907493fb327316c5447740922acb934f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
19ebf779 — Claire 2 years ago
Merge commit 'e6b903b21e0682c1156ffec583ac2836fda7d657' into glitch-soc/merge-upstream
640421f6 — Andy Piper 2 years ago
Add 4.2.x to supported versions in SECURITY.md (#27317)

3262d1f1 — Claire 2 years ago
Fix incorrect serialization of regional languages in `contentMap` (#27207)

3171afc3 — Michael Stanclift 2 years ago
Add Elasticsearch index size to Admin dashboard (#27301)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
340c3908 — Claire 2 years ago
Fix crash when filtering for “dormant” relationships (#27306)

4d59dfb1 — Claire 2 years ago
Fix some remote posts getting truncated (#27307)

e0b54ed3 — github-actions[bot] 2 years ago
New Crowdin Translations (automated) (#27304)

Co-authored-by: GitHub Actions <noreply@github.com>
027c1bef — renovate[bot] 2 years ago
Update dependency active_model_serializers to v0.10.14 (#27303)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
c4cff3d7 — Renaud Chaput 2 years ago
Remove Capistrano (#27295)

Next