mastodon/spec/requests
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
..
api Merge branch 'main' into glitch-soc/merge-upstream 2023-07-19 07:35:51 +02:00
account_show_page_spec.rb
anonymous_cookies_spec.rb
backups_spec.rb Add request spec for backups download (#25099) 2023-05-23 15:44:11 +02:00
cache_spec.rb
catch_all_route_request_spec.rb
follower_accounts_spec.rb
following_accounts_spec.rb
host_meta_request_spec.rb
link_headers_spec.rb Misc spec cleanup (#24822) 2023-05-04 05:47:52 +02:00
localization_spec.rb
webfinger_request_spec.rb