mastodon/app
Claire 0092fe50ac 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 '55e7c08a83547424024bac311d5459cb82cf6dae' 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 '3ed9b55cb3987e3d32c56f857cb6903ca8bec3d4' 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 '82e477b184b5666fff7fb55933dce22ca2925db8' 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