catstodon/app/javascript/mastodon/features
Claire d77fbbed73 Merge commit 'f877aa9d70d0d600961989b8e97c0e0ce3ac1db6' into glitch-soc/merge-upstream
Conflicts:
- `.github/dependabot.yml`:
  Upstream made changes, but we had removed it.
  Discarded upstream changes.
- `.rubocop_todo.yml`:
  Upstream regenerated the file, we had some glitch-soc-specific ignores.
- `app/models/account_statuses_filter.rb`:
  Minor upstream code style change where glitch-soc had slightly different code
  due to handling of local-only posts.
  Updated to match upstream's code style.
- `app/models/status.rb`:
  Upstream moved ActiveRecord callback definitions, glitch-soc had an extra one.
  Moved the definitions as upstream did.
- `app/services/backup_service.rb`:
  Upstream rewrote a lot of the backup service, glitch-soc had changes because
  of exporting local-only posts.
  Took upstream changes and added back code to deal with local-only posts.
- `config/routes.rb`:
  Upstream split the file into different files, while glitch-soc had a few
  extra routes.
  Extra routes added to `config/routes/settings.rb`, `config/routes/api.rb`
  and `config/routes/admin.rb`
- `db/schema.rb`:
  Upstream has new migrations, while glitch-soc had an extra migration.
  Updated the expected serial number to match upstream's.
- `lib/mastodon/version.rb`:
  Upstream added support to set version tags from environment variables, while
  glitch-soc has an extra `+glitch` tag.
  Changed the code to support upstream's feature but prepending a `+glitch`.
- `spec/lib/activitypub/activity/create_spec.rb`:
  Minor code style change upstream, while glitch-soc has extra tests due to
  `directMessage` handling.
  Applied upstream's changes while keeping glitch-soc's extra tests.
- `spec/models/concerns/account_interactions_spec.rb`:
  Minor code style change upstream, while glitch-soc has extra tests.
  Applied upstream's changes while keeping glitch-soc's extra tests.
2023-05-08 19:28:21 +02:00
..
about Ensure tabIndex is number instead of string (#24409) 2023-04-04 16:33:44 +02:00
account Change hashtags and mentions in bios to open in-app in web UI (#24643) 2023-04-25 06:33:21 +02:00
account_gallery Change all components to use the same error page in web UI (#24512) 2023-04-12 12:44:58 +02:00
account_timeline Change hashtags and mentions in bios to open in-app in web UI (#24643) 2023-04-25 06:33:21 +02:00
audio Change media elements to use aspect-ratio rather than compute height themselves (#24686) 2023-05-02 13:58:48 +02:00
blocks Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
bookmarked_statuses Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
closed_registrations_modal Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
community_timeline Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
compose Merge branch 'main' into glitch-soc/merge-upstream 2023-04-29 10:44:56 +02:00
direct_timeline typo: collapsable -> collapsible (#24521) 2023-04-14 11:01:23 +02:00
directory Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
domain_blocks Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
emoji Fix infinite loop in emoji replacement code (#24615) 2023-04-21 18:08:28 +02:00
explore Change label from "For you" to "People" on explore screen in web UI (#24706) 2023-04-28 08:54:20 +02:00
favourited_statuses Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
favourites Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
filters Ensure tabIndex is number instead of string (#24409) 2023-04-04 16:33:44 +02:00
follow_requests Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
followed_tags Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
followers Change all components to use the same error page in web UI (#24512) 2023-04-12 12:44:58 +02:00
following Change all components to use the same error page in web UI (#24512) 2023-04-12 12:44:58 +02:00
getting_started Fix height of announcements not being updated when using reduced animations (#24354) 2023-04-05 14:58:10 +02:00
hashtag_timeline Add colour to follow button when hashtag is being followed (#24361) 2023-04-03 16:25:15 +02:00
home_timeline Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
interaction_modal Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
keyboard_shortcuts Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
list_adder Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
list_editor Ensure tabIndex is number instead of string (#24409) 2023-04-04 16:33:44 +02:00
list_timeline Change all components to use the same error page in web UI (#24512) 2023-04-12 12:44:58 +02:00
lists Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
mutes Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
notifications Enable formatjs/prefer-pound-in-plural (#24622) 2023-04-24 08:07:19 +02:00
onboarding Add default post text to onboarding flow in web UI (#24705) 2023-04-28 10:05:34 +02:00
picture_in_picture Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
pinned_statuses Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
privacy_policy Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
public_timeline Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
reblogs Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
report Ensure tabIndex is number instead of string (#24409) 2023-04-04 16:33:44 +02:00
standalone/compose Rename JSX files with proper .jsx extension (#23733) 2023-02-20 03:20:59 +01:00
status Change media elements to use aspect-ratio rather than compute height themselves (#24686) 2023-05-02 13:58:48 +02:00
subscribed_languages_modal Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
ui Rewrite actions/app.ts and reducers/missed_updates.ts with createAction (#24801) 2023-05-03 15:28:39 +02:00
video Change media elements to use aspect-ratio rather than compute height themselves (#24686) 2023-05-02 13:58:48 +02:00