mastodon/spec/requests/api/v1
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
..
admin Migrate to request specs in /api/v1/admin/account_actions (#25514) 2023-06-20 18:16:48 +02:00
apps
emails Migrate to request specs in /api/v1/emails/confirmations (#25686) 2023-07-17 16:22:33 +02:00
statuses Migrate to request specs in /api/v1/statuses/:status_id/favourite (#25626) 2023-07-17 16:53:57 +02:00
timelines Merge branch 'main' into glitch-soc/merge-upstream 2023-07-19 07:35:51 +02:00
accounts_show_spec.rb
apps_spec.rb
bookmarks_spec.rb Migrate to request specs in /api/v1/bookmarks (#25520) 2023-07-18 09:15:50 +02:00
domain_blocks_spec.rb Migrate to request specs in /api/v1/domain_blocks (#25414) 2023-06-14 16:08:53 +02:00
featured_tags_spec.rb
follow_requests_spec.rb Migrate to request specs in /api/v1/follow_requests (#25411) 2023-06-14 15:43:50 +02:00
lists_spec.rb Migrate to request specs in /api/v1/lists (#25443) 2023-06-15 10:19:51 +02:00
mutes_spec.rb Migrate to request specs in /api/v1/mutes (#25622) 2023-07-18 13:05:19 +02:00
polls_spec.rb Migrate to request specs in /api/v1/polls (#25596) 2023-07-17 16:50:00 +02:00
suggestions_spec.rb Migrate to request specs in /api/v1/suggestions (#25540) 2023-06-22 11:49:35 +02:00
tags_spec.rb Migrate to request specs in /api/v1/tags (#25439) 2023-06-19 08:51:40 +02:00