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 Migrate to request specs in `/api/v1/admin/account_actions` (#25514) 2023-06-20 18:16:48 +02:00
announcements
featured_tags
instances Update rubocop and rubocop-rspec (#26329) 2023-08-22 09:31:40 +02:00
lists
polls
push
statuses Update rubocop and rubocop-rspec (#26329) 2023-08-22 09:31:40 +02:00
timelines Merge branch 'main' into glitch-soc/merge-upstream 2023-07-19 07:35:51 +02:00
trends
accounts_controller_spec.rb
announcements_controller_spec.rb
blocks_controller_spec.rb
conversations_controller_spec.rb Fix /api/v1/conversations sometimes returning empty accounts (#25499) 2023-06-20 18:32:26 +02:00
custom_emojis_controller_spec.rb
directories_controller_spec.rb Fix rails `rewhere` deprecation warning in directories api controller (#25625) 2023-07-01 21:48:16 +02:00
endorsements_controller_spec.rb
favourites_controller_spec.rb
filters_controller_spec.rb
followed_tags_controller_spec.rb
instances_controller_spec.rb
markers_controller_spec.rb
media_controller_spec.rb Fix `RSpec/StubbedMock` cop (#25552) 2023-07-12 10:20:10 +02:00
notifications_controller_spec.rb Combine assertions in api/v1/notifications spec (#25486) 2023-06-19 09:05:42 +02:00
preferences_controller_spec.rb
reports_controller_spec.rb Admin mailer parameterization (#25759) 2023-07-08 20:03:38 +02:00
scheduled_statuses_controller_spec.rb
statuses_controller_spec.rb
streaming_controller_spec.rb