mastodon/app/controllers
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
..
activitypub
admin Add back missing glitch-soc admin settings (#1919) 2022-11-12 13:24:53 +01:00
api Merge branch 'main' into glitch-soc/merge-upstream 2022-11-16 08:30:00 +01:00
auth Merge branch 'main' into glitch-soc/merge-upstream 2022-11-16 08:30:00 +01:00
concerns Merge branch 'main' into glitch-soc/merge-upstream 2022-11-12 13:28:03 +01:00
disputes
filters
oauth Merge branch 'main' into glitch-soc/merge-upstream 2022-11-16 08:30:00 +01:00
settings Merge branch 'main' into glitch-soc/merge-upstream 2022-11-16 08:30:00 +01:00
well_known
about_controller.rb
accounts_controller.rb
application_controller.rb
authorize_interactions_controller.rb
custom_css_controller.rb
emojis_controller.rb
filters_controller.rb
follower_accounts_controller.rb
following_accounts_controller.rb
health_controller.rb
home_controller.rb
instance_actors_controller.rb
intents_controller.rb
invites_controller.rb
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
privacy_controller.rb
relationships_controller.rb
shares_controller.rb
statuses_cleanup_controller.rb
statuses_controller.rb Merge branch 'main' into glitch-soc/merge-upstream 2022-11-12 13:28:03 +01:00
tags_controller.rb