]> cat aescling's git repositories - mastodon.git/commit
Merge branch 'main' into glitch-soc/merge-upstream
authorClaire <claire.github-309c@sitedethib.com>
Fri, 8 Apr 2022 17:53:32 +0000 (19:53 +0200)
committerClaire <claire.github-309c@sitedethib.com>
Fri, 8 Apr 2022 17:53:32 +0000 (19:53 +0200)
commitff73d43b3596d50d071fd3e6ab6f49608b62c9d1
treebf8dca3a3864b013b0e55476a21fb1ad0d97c41f
parente0c39f9fad837b77373220515f078f2443ddf553
parent68273a7c6d6c630b6c88764579580682e12eebce
Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `Gemfile.lock`:
  Not a real conflict, just an upstream dependency udpated
  textually too close to a glitch-soc-only dependency.
  Updated dependencies like upstream.
- `app/controllers/settings/preferences_controller.rb`:
  Upstream added settings where we had extra glitch-soc-specific settings.
  Added upstream's new settings.
- `app/models/user.rb`:
  Upstream added settings where we had extra glitch-soc-specific settings.
  Added upstream's new settings.
- `config/i18n-tasks.yml`:
  Not a real conflict, just a new upstream line too textually close to
  a glitch-soc-only line.
  Ported upstream's change.
14 files changed:
Gemfile
Gemfile.lock
app/controllers/api/v1/statuses_controller.rb
app/controllers/settings/preferences_controller.rb
app/javascript/mastodon/locales/defaultMessages.json
app/javascript/mastodon/locales/en.json
app/javascript/mastodon/locales/ja.json
app/javascript/mastodon/locales/pl.json
app/lib/user_settings_decorator.rb
app/models/trends/statuses.rb
app/models/user.rb
app/views/settings/preferences/notifications/show.html.haml
config/i18n-tasks.yml
config/settings.yml