]> cat aescling's git repositories - mastodon.git/commit
Merge branch 'main' into glitch-soc/merge-upstream
authorClaire <claire.github-309c@sitedethib.com>
Tue, 8 Mar 2022 19:22:54 +0000 (20:22 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Tue, 8 Mar 2022 19:22:54 +0000 (20:22 +0100)
commit1fbd1fa5c4ad5fcfef8af0c76f04e06f39aadd33
tree1647c091e5d45d1d8dc20e6b25b3a588c2f8aa1b
parentf03148f441d8dfc1856451c4faa00b5e26b6e199
parent8f6c67bfdeddd1c2c1085067e3dc549fb53f6ff4
Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `app/controllers/settings/preferences_controller.rb`:
  Conflicts due to us having more user settings and upstream dropping
  `hide_network` (to replace it with an account attribute, properly migrated).
  Dropped `hide_network` like upstream.
- `app/lib/user_settings_decorator.rb`:
  Conflicts due to us having more user settings and upstream dropping
  `hide_network` (to replace it with an account attribute, properly migrated).
  Dropped `hide_network` like upstream.
- `app/models/status.rb`:
  Conflict because of slight change in how glitch-soc handles the scope to
  filter out local-only posts for anonymous viewers.
  Took upstream's changes and re-applied glitch-soc's change.
- `app/models/user.rb`:
  Conflicts due to us having more user settings and upstream dropping
  `hide_network` (to replace it with an account attribute, properly migrated).
  Dropped `hide_network` like upstream.
- `app/views/directories/index.html.haml`:
  Conflict because upstream redesigned that page while glitch-soc had a minor
  change to support hiding the number of followers.
  Ported glitch-soc's change on top of upstream's redesign.

Additional changes:
- `app/models/account_statuses_filter.rb`:
  See change to `app/models/status.rb`.
20 files changed:
.env.production.sample
app/controllers/follower_accounts_controller.rb
app/controllers/following_accounts_controller.rb
app/controllers/settings/preferences_controller.rb
app/javascript/mastodon/locales/en.json
app/javascript/styles/mastodon/admin.scss
app/javascript/styles/mastodon/components.scss
app/lib/user_settings_decorator.rb
app/models/account.rb
app/models/account_statuses_filter.rb
app/models/status.rb
app/models/user.rb
app/views/directories/index.html.haml
app/views/settings/preferences/other/show.html.haml
app/views/settings/profiles/show.html.haml
config/routes.rb
config/settings.yml
db/schema.rb
spec/controllers/application_controller_spec.rb
spec/models/status_spec.rb