glitch-soc/app/javascript/mastodon/features
Claire 01d6f7529f Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `README.md`:
  Upstream added a link to the roadmap, but we have a completely different README.
  Kept ours.
- `app/models/media_attachment.rb`:
  Upstream upped media attachment limits.
  Updated the default according to upstream's.
- `db/migrate/20180831171112_create_bookmarks.rb`:
  Upstream changed the migration compatibility level.
  Did so too.
- `config/initializers/content_security_policy.rb`:
  Upstream refactored this file but we have a different version.
  Kept our version.
- `app/controllers/settings/preferences_controller.rb`:
  Upstream completely refactored user settings storage, and glitch-soc has a
  different set of settings.
  The file does not directly references individual settings anymore.
  Applied upstream changes.
- `app/lib/user_settings_decorator.rb`:
  Upstream completely refactored user settings storage, and glitch-soc has a
  different set of settings.
  The file got removed entirely.
  Removed it as well.
- `app/models/user.rb`:
  Upstream completely refactored user settings storage, and glitch-soc has a
  different set of settings.
  References to individual settings have been removed from the file.
  Removed them as well.
- `app/views/settings/preferences/appearance/show.html.haml`:
  Upstream completely refactored user settings storage, and glitch-soc has a
  different set of settings.
  Applied upstream's changes and ported ours back.
- `app/views/settings/preferences/notifications/show.html.haml`:
  Upstream completely refactored user settings storage, and glitch-soc has a
  different set of settings.
  Applied upstream's changes and ported ours back.
- `app/views/settings/preferences/other/show.html.haml`:
  Upstream completely refactored user settings storage, and glitch-soc has a
  different set of settings.
  Applied upstream's changes and ported ours back.
- `config/settings.yml`:
  Upstream completely refactored user settings storage, and glitch-soc has a
  different set of settings.
  In particular, upstream removed user-specific and unused settings.
  Did the same in glitch-soc.
- `spec/controllers/application_controller_spec.rb`:
  Conflicts due to glitch-soc's theming system.
  Mostly kept our version, as upstream messed up the tests.
2023-03-31 21:30:27 +02:00
..
about Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
account Change "direct message" nomenclature to "private mention" in web UI (#24248) 2023-03-30 15:16:20 +02:00
account_gallery Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
account_timeline Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
audio Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01: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/main 2023-03-26 15:47:12 +02:00
direct_timeline Change "direct message" nomenclature to "private mention" in web UI (#24248) 2023-03-30 15:16:20 +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 Enable ESLint no-useless-escape (#23311) 2023-02-13 15:12:14 +01:00
explore Fix: set multiColumn value for /explore Statuses (#24314) 2023-03-30 10:14:49 +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 Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
follow_recommendations Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01: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 Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
following Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
generic_not_found Rename JSX files with proper .jsx extension (#23733) 2023-02-20 03:20:59 +01:00
getting_started Change "direct message" nomenclature to "private mention" in web UI (#24248) 2023-03-30 15:16:20 +02:00
hashtag_timeline Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01: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 Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
list_timeline Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01: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 Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01: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 Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
standalone/compose Rename JSX files with proper .jsx extension (#23733) 2023-02-20 03:20:59 +01:00
status Change "direct message" nomenclature to "private mention" in web UI (#24248) 2023-03-30 15:16:20 +02:00
subscribed_languages_modal Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00
ui Change "direct message" nomenclature to "private mention" in web UI (#24248) 2023-03-30 15:16:20 +02:00
video Remove legacy decorators syntax (#18357) 2023-03-24 03:17:53 +01:00