glitch-soc/app
Claire ce84d163cc Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `.prettierignore`:
  Upstream added a line at the end, glitch-soc had extra entries at the end.
  Added upstream's new line before glitch-soc's.
- `Gemfile.lock`:
  Upstream updated dependencies while glitch-soc has an extra one (hcaptcha).
  Updated dependencies like upstream did.
- `app/controllers/api/v1/statuses_controller.rb`:
  Not a real conflict, upstream added a parameter (`allowed_mentions`) where
  glitch-soc already had an extra one (`content_type`).
  Added upstream's new parameter.
- `app/javascript/styles/fonts/roboto-mono.scss`:
  A lot of lines were changed upstream due to code style changes, and a lot
  of those lines had path changes to accomodate glitch-soc's theming system.
  Applied upstream's style changes.
- `app/javascript/styles/fonts/roboto.scss`:
  A lot of lines were changed upstream due to code style changes, and a lot
  of those lines had path changes to accomodate glitch-soc's theming system.
  Applied upstream's style changes.
2023-02-13 19:35:35 +01:00
..
chewy Change algorithm of tootctl search deploy to improve performance (#18463) 2022-05-22 22:16:43 +02:00
controllers Merge branch 'main' into glitch-soc/merge-upstream 2023-02-13 19:35:35 +01:00
helpers Merge branch 'main' into glitch-soc/merge-upstream 2023-02-09 12:46:12 +01:00
javascript Merge branch 'main' into glitch-soc/merge-upstream 2023-02-13 19:35:35 +01:00
lib Merge branch 'main' into glitch-soc/merge-upstream 2023-02-10 22:49:59 +01:00
mailers Add single splat to callback method definitions to avoid ArgumentError (#22246) 2022-12-13 20:03:16 +01:00
models Merge branch 'main' into glitch-soc/merge-upstream 2023-02-10 13:48:21 +01:00
policies Merge branch 'main' into glitch-soc/merge-upstream 2022-11-17 12:01:37 +01:00
presenters Add setting for status page URL (#23390) 2023-02-04 04:56:06 +01:00
serializers Merge branch 'main' into glitch-soc/merge-upstream 2023-02-09 12:46:12 +01:00
services Merge branch 'main' into glitch-soc/merge-upstream 2023-02-13 19:35:35 +01:00
validators Merge branch 'main' into glitch-soc/merge-upstream 2023-01-24 20:32:31 +01:00
views Merge branch 'main' into glitch-soc/merge-upstream 2023-02-13 19:35:35 +01:00
workers Merge branch 'main' into glitch-soc/merge-upstream 2023-02-10 22:49:59 +01:00