Glitch-Shrike/app/javascript/mastodon
Claire 1901829f9a Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `config/initializers/content_security_policy.rb`:
  Our config file is pretty different from upstream.
  Upstream changed CSP directive `script-src` to include
  `wasm-unsafe-eval` instead of `unsafe-eval`, which we
  did not include.
  Added `wasm-unsafe-eval` to `script-src` to fix
  execution of the OCR web worker.
- `package.json`:
  Upstream updated a dependency (`array-includes`) textually
  adjacent to a glitch-soc-only dependency (`atrament`).
  Updated `array-includes` as upstream did.
2022-11-16 08:30:00 +01:00
..
actions Merge branch 'main' into glitch-soc/merge-upstream 2022-11-14 08:35:55 +01:00
components Fix wrong color on mentions hidden behind content warning in web UI (#20724) 2022-11-15 02:58:00 +01:00
containers Remove unused timeline_container to fix linter errors (#20305) 2022-11-10 08:50:45 +01:00
features Merge branch 'main' into glitch-soc/merge-upstream 2022-11-14 22:30:30 +01:00
locales Merge branch 'main' into glitch-soc/merge-upstream 2022-11-16 08:30:00 +01:00
middleware
reducers Fix media metadata being only editable once (#20665) 2022-11-14 17:52:31 +01:00
selectors Change public accounts pages to mount the web UI (#19319) 2022-10-20 14:35:29 +02:00
service_worker Disable media cache on service worker (#19471) 2022-10-26 18:21:36 +02:00
store
utils
api.js Replace `CancelToken` to `AbortSignal` (#19352) 2022-10-14 03:16:37 +02:00
base_polyfills.js
blurhash.js
common.js
compare_id.js
extra_polyfills.js Replace `CancelToken` to `AbortSignal` (#19352) 2022-10-14 03:16:37 +02:00
initial_state.js Merge branch 'main' into glitch-soc/merge-upstream 2022-11-06 09:50:41 +01:00
is_mobile.js
load_keyboard_extensions.js
load_polyfills.js Replace `CancelToken` to `AbortSignal` (#19352) 2022-10-14 03:16:37 +02:00
main.js Delay workbox import (#20376) 2022-11-11 01:33:59 +01:00
performance.js
permissions.js
ready.js
scroll.js
settings.js
stream.js
test_setup.js
uuid.js