glitchier-soc/app
Claire d315c684e4 Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `.github/workflows/build-image.yml`:
  Upstream entirely refactored this, while we changed the docker repository
  to upload to and disabled the “latest” tag.
  Applied the repository change to `.github/workflows/build-*.yml`, as well
  as disabling native ARMv64 builds.
- `README.md`:
  We have a completely different README.
  Kept ours.
- `app/views/admin/settings/shared/_links.html.haml`:
  Upstream refactored, we had an extra item.
  Refactored as upstream did.
- `spec/controllers/api/v1/timelines/public_controller_spec.rb`:
  Upstream deleted this file, to be replaced by a request spec at
  `spec/requests/api/v1/timelines/public_spec.rb`.
  We had an extra bit about enabling the public timelines because we have
  different defaults than upstream.
  Moved that bit to `spec/requests/api/v1/timelines/public_spec.rb`
2023-07-19 07:35:51 +02:00
..
chewy Change account search to match by text when opted-in (#25599) 2023-06-29 13:05:21 +02:00
controllers Merge branch 'main' into glitch-soc/merge-upstream 2023-07-17 19:02:23 +02:00
helpers Merge branch 'main' into glitch-soc/merge-upstream 2023-07-17 12:52:15 +02:00
javascript Merge branch 'main' into glitch-soc/merge-upstream 2023-07-19 07:35:51 +02:00
lib Merge branch 'main' into glitch-soc/merge-upstream 2023-07-19 07:35:51 +02:00
mailers Refactor NotificationMailer to use parameterization (#25718) 2023-07-10 03:06:22 +02:00
models Merge branch 'main' into glitch-soc/merge-upstream 2023-07-17 12:52:15 +02:00
policies Merge commit '3d50947e62272e3da4365e0b751e4e45c1d9bac6' into glitch-soc/merge-upstream 2023-06-25 14:27:38 +02:00
presenters Fix Performance/CollectionLiteralInLoop cop (#24819) 2023-05-04 05:33:55 +02:00
serializers Merge commit '789459cea386e47870d457aa79a221392930095d' into glitch-soc/merge-upstream 2023-07-13 14:02:28 +02:00
services Merge branch 'main' into glitch-soc/merge-upstream 2023-07-17 19:02:23 +02:00
validators Merge commit '6ee7c03b282663700b2e3f2f83b57b163aac2a35' into glitch-soc/merge-upstream 2023-07-12 16:03:05 +02:00
views Merge branch 'main' into glitch-soc/merge-upstream 2023-07-19 07:35:51 +02:00
workers Merge branch 'main' into glitch-soc/merge-upstream 2023-07-17 19:02:23 +02:00