mastodon/spec/controllers/api/v1
Claire 296b3d1560 Merge commit 'dc09c10fa8cc9230bf14e48d790c8f0c26043f8f' into glitch-soc/merge-upstream
Conflicts:
- `.rubocop_todo.yml`:
  Upstream re-generated the file, while glitch-soc has a specific ignore
  for some file.
  Updated the file as upstream did and kept our extra ignore.
- `config/webpack/shared.js`:
  Upstream added a plugin, but our files are pretty different.
  Added the plugin as well.
- `spec/helpers/application_helper_spec.rb`:
  Upstream refactored tests, but part of them were different because
  of glitch-soc's theming system.
  Applied the refactoring to glitch-soc's change.
2023-08-24 21:26:27 +02:00
..
accounts
admin
announcements
featured_tags
instances
lists
polls
push
statuses
timelines
trends
accounts_controller_spec.rb Extract shared examples from api specs (#25387) 2023-06-14 09:34:01 +02:00
announcements_controller_spec.rb Fix RSpec/InferredSpecType cop (#24736) 2023-05-04 05:49:53 +02:00
blocks_controller_spec.rb
conversations_controller_spec.rb
custom_emojis_controller_spec.rb
directories_controller_spec.rb
endorsements_controller_spec.rb
favourites_controller_spec.rb
filters_controller_spec.rb
followed_tags_controller_spec.rb
instances_controller_spec.rb Fix RSpec/InferredSpecType cop (#24736) 2023-05-04 05:49:53 +02:00
markers_controller_spec.rb
media_controller_spec.rb
notifications_controller_spec.rb
preferences_controller_spec.rb
reports_controller_spec.rb
scheduled_statuses_controller_spec.rb Specs api v1 controllers (#23930) 2023-03-04 17:12:54 +01:00
statuses_controller_spec.rb Fix RSpec/MissingExampleGroupArgument cop (#25310) 2023-06-06 15:51:42 +02:00
streaming_controller_spec.rb