This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/views
Claire 24e83246f9 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.
2022-03-10 09:52:45 +01:00
..
about Merge branch 'main' into glitch-soc/merge-upstream 2022-03-08 20:22:54 +01:00
accounts
admin Merge branch 'main' into glitch-soc/merge-upstream 2022-03-10 09:52:45 +01:00
admin_mailer
application
auth Merge branch 'main' into glitch-soc/merge-upstream 2022-03-02 18:02:48 +01:00
authorize_interactions
directories Merge branch 'main' into glitch-soc/merge-upstream 2022-03-08 20:22:54 +01:00
disputes/strikes Change how changes to media attachments are stored for edits (#17696) 2022-03-09 09:06:17 +01:00
errors
filters
follower_accounts Add `/api/v1/accounts/familiar_followers` to REST API (#17700) 2022-03-07 09:36:47 +01:00
following_accounts Add `/api/v1/accounts/familiar_followers` to REST API (#17700) 2022-03-07 09:36:47 +01:00
home
invites
kaminari
layouts Merge branch 'main' into glitch-soc/merge-upstream 2022-03-02 18:02:48 +01:00
media
notification_mailer Change how changes to media attachments are stored for edits (#17696) 2022-03-09 09:06:17 +01:00
oauth Change visual separation of applications in authorized apps list (#17686) 2022-03-02 20:28:25 +01:00
public_timelines
relationships
remote_follow
remote_interaction
settings Merge branch 'main' into glitch-soc/merge-upstream 2022-03-08 20:22:54 +01:00
shared
shares
statuses Merge branch 'main' into glitch-soc/merge-upstream 2022-03-10 09:52:45 +01:00
statuses_cleanup
tags
user_mailer Change text version of warning mail to mention appeals instead of mails (#17725) 2022-03-09 12:11:11 +01:00
well_known/host_meta