mastodon/app/javascript/mastodon
Claire 221580a3af Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `app/controllers/home_controller.rb`:
  Upstream made it so `/web` is available to non-logged-in users
  and `/` redirects to `/web` instead of `/about`.
  Kept our version since glitch-soc's WebUI doesn't have what's
  needed yet and I think /about is still a much better landing
  page anyway.
- `app/models/form/admin_settings.rb`:
  Upstream added new settings, and glitch-soc had an extra setting.
  Not really a conflict.
  Added upstream's new settings.
- `app/serializers/initial_state_serializer.rb`:
  Upstream added a new `server` initial state object.
  Not really a conflict.
  Merged upstream's changes.
- `app/views/admin/settings/edit.html.haml`:
  Upstream added new settings.
  Not really a conflict.
  Merged upstream's changes.
- `app/workers/scheduler/feed_cleanup_scheduler.rb`:
  Upstream refactored that part and removed the file.
  Ported our relevant changes into `app/lib/vacuum/feeds_vacuum.rb`
- `config/settings.yml`:
  Upstream added new settings.
  Not a real conflict.
  Added upstream's new settings.
2022-10-02 18:46:22 +02:00
..
actions Merge branch 'main' into glitch-soc/merge-upstream 2022-10-02 18:46:22 +02:00
components Remove volume number from hashtags in web UI (#19253) 2022-09-30 01:14:37 +02:00
containers Add logged-out access to the web UI (#18961) 2022-09-29 04:39:33 +02:00
features Merge branch 'main' into glitch-soc/merge-upstream 2022-10-02 18:46:22 +02:00
locales Merge branch 'main' into glitch-soc/merge-upstream 2022-10-02 18:46:22 +02:00
middleware
reducers Add user content translations with configurable backends (#19218) 2022-09-23 23:00:12 +02:00
selectors Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
service_worker Replace to `workbox-webpack-plugin` from `offline-plugin` (#18409) 2022-08-25 20:10:01 +02:00
store
utils Fix WebUI error in development mode (#19078) 2022-08-29 10:02:40 +02:00
api.js Change routing paths to use usernames in web UI (#16171) 2021-09-26 05:46:13 +02:00
base_polyfills.js
blurhash.js Fix not being able to open audio modal in web UI (#15283) 2020-12-07 04:29:37 +01:00
common.js
compare_id.js
extra_polyfills.js
initial_state.js Merge branch 'main' into glitch-soc/merge-upstream 2022-10-02 18:46:22 +02:00
is_mobile.js
load_keyboard_extensions.js
load_polyfills.js
main.js Replace to `workbox-webpack-plugin` from `offline-plugin` (#18409) 2022-08-25 20:10:01 +02:00
performance.js
permissions.js Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
ready.js
scroll.js
settings.js
stream.js
test_setup.js
uuid.js