donphan/spec/controllers
Claire 0d69cc068c Merge commit '26f25ef4bafd5ad84d03d8cb7ad0d868360175e5' into glitch-soc/stable-4.3
Conflicts:
- `app/javascript/styles/mastodon/components.scss`:
  Conflict caused by glitch-soc changing the path to images, and upstream
  removing styling using such an image.
  Removed the styling as upstream did.
- `app/models/trends/statuses.rb`:
  Upstream added a date restriction to trendable posts, while glitch-soc had
  slightly different conditions.
  Added the date restriction to glitch-soc's conditions.
2024-12-02 21:49:12 +01:00
..
activitypub Remove `page_json` var from ap/replies spec (#32000) 2024-09-26 08:54:01 +00:00
admin Convert `admin/invites` controller specs to system specs (#32450) 2024-10-16 12:40:58 +02:00
api Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
auth Add `DomainHelpers` spec support module for DNS/MX stub (#32690) 2024-12-02 16:20:32 +01:00
concerns Add `have_http_link_header` matcher and set header values as strings (#31010) 2024-09-05 20:05:38 +00:00
disputes Rename jobs/attachments rspec tag names (#29762) 2024-07-08 16:01:08 +00:00
filters Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
oauth Reduce factory creation (36 -> 12) in `spec/controllers/oauth/*` area (#32045) 2024-09-25 07:56:08 +00:00
settings Merge branch 'stable-4.3' into glitch-soc/backports-4.3 2024-10-05 20:45:05 +02:00
.rubocop.yml Use unchanging github links in docs/comments (#29545) 2024-03-11 15:14:55 +00:00
application_controller_spec.rb Merge commit 'fe04291af46d7cb9d3439fa73739b2ffb2b53d72' into glitch-soc/merge-upstream 2024-09-04 19:38:52 +02:00
authorize_interactions_controller_spec.rb Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
filters_controller_spec.rb Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
follower_accounts_controller_spec.rb Remove `body_as_json` in favor of built-in `response.parsed_body` for JSON response specs (#31749) 2024-09-06 09:58:46 +00:00
following_accounts_controller_spec.rb Remove `body_as_json` in favor of built-in `response.parsed_body` for JSON response specs (#31749) 2024-09-06 09:58:46 +00:00
intents_controller_spec.rb
relationships_controller_spec.rb Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
statuses_cleanup_controller_spec.rb
statuses_controller_spec.rb Convert status embed controller to request spec (#32448) 2024-10-16 12:40:58 +02:00