]> cat aescling's git repositories - mastodon.git/commit
Merge branch 'main' into glitch-soc/merge-upstream
authorClaire <claire.github-309c@sitedethib.com>
Thu, 10 Mar 2022 08:52:45 +0000 (09:52 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Thu, 10 Mar 2022 08:52:45 +0000 (09:52 +0100)
commit24e83246f9efaa57ff025a606795ab8bc21a42df
tree203ec54d28707f1615f4c2ce026bb3e11d2ddcea
parent02133866e6915e37431298b396e1aded1e4c44c5
parentd7fab238a891d2530c9937a2fa627b622972d409
Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `app/models/status.rb`:
  Upstream updated media and edit-related code textually close to glitch-soc
  additions (local-only and content-type).
  Ported upstream changes.
- `app/models/status_edit.rb`:
  Upstream changes textually close to glitch-soc additions (content-type).
  Ported upstream changes.
- `app/serializers/activitypub/note_serializer.rb`:
  Upstream changed how media attachments are handled. Not really a conflict,
  but textually close to glitch-soc additions (directMessage attribute).
  Ported upstream changes.
- `app/services/remove_status_service.rb`:
  Upstream changed how media attachments are handled. Not really a conflict,
  but textually close to glitch-soc additions (DM timeline).
  Ported upstream changes.
- `app/services/update_status_service.rb`:
  Upstream fixed an issue with language selection. Not really a conflict,
  but textually close to glitch-soc additions (content-type).
  Ported upstream changes.
- `db/schema.rb`:
  Upstream added columns to the `status_edits` table, the conflict is because
  of an additional column (`content-type`) in glitch-soc.
  Ported upstream changes.
- `package.json`:
  Upstream dependency (express) textually adjacent to a glitch-soc-specific one
  (favico.js) got updated.
  Updated it as well.
25 files changed:
Gemfile
Gemfile.lock
app/controllers/api/v1/statuses_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/javascript/styles/mastodon/admin.scss
app/javascript/styles/mastodon/components.scss
app/lib/feed_manager.rb
app/models/status.rb
app/models/status_edit.rb
app/serializers/activitypub/note_serializer.rb
app/serializers/rest/status_serializer.rb
app/services/fan_out_on_write_service.rb
app/services/post_status_service.rb
app/services/remove_status_service.rb
app/services/update_status_service.rb
app/views/admin/domain_blocks/edit.html.haml
app/views/admin/domain_blocks/new.html.haml
app/views/statuses/_simple_status.html.haml
config/routes.rb
db/schema.rb
package.json
yarn.lock