mastodon-glitch/spec/system
Claire 0aa69487a2 Merge commit '877090518682b6c77ba9bdfa0231afd56daec44d' into glitch-soc/merge-upstream
Conflicts:
- `app/models/concerns/user/has_settings.rb`:
  Not a real conflict, upstream added a setting textually close to a glitch-soc one.
  Added upstream's new setting.
- `app/views/settings/preferences/appearance/show.html.haml`:
  Not a real conflict, upstream added a setting textually close to a glitch-soc one.
  Added upstream's new setting.
- `config/routes.rb`:
  Upstream moved web app routes to `config/routes/web_app.rb`, while glitch-soc had
  an extra route.
  Moved the extra route to `config/routes/web_app.rb`.
- `spec/controllers/settings/preferences/appearance_controller_spec.rb`:
  This spec got converted to a system spec upstream.
  However, the theme setting works differently in glitch-soc, so the spec had been
  changed.
  Changed the corresponding system spec as well.
2024-12-25 18:01:37 +01:00
..
admin Convert `admin/ip_blocks` spec controller->system (#33376) 2024-12-20 15:36:19 +00:00
settings Merge commit '877090518682b6c77ba9bdfa0231afd56daec44d' into glitch-soc/merge-upstream 2024-12-25 18:01:37 +01:00
about_spec.rb Move body class to shared partial for web app controller concern views (#31797) 2024-11-15 15:49:26 +00:00
captcha_spec.rb Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
filters_spec.rb Convert `filters` spec controller->system (#33326) 2024-12-17 09:20:01 +00:00
home_spec.rb Move body class to shared partial for web app controller concern views (#31797) 2024-11-15 15:49:26 +00:00
invites_spec.rb Enable hostname config for all system specs (#32109) 2024-10-02 13:56:26 +00:00
log_in_spec.rb Change ability to navigate of unconfirmed users (#33209) 2024-12-09 08:31:56 +00:00
log_out_spec.rb Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
media_spec.rb Add coverage for `media#player`, move body class to view (#31790) 2024-09-06 16:46:25 +00:00
new_statuses_spec.rb Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
oauth_spec.rb Update dependency doorkeeper to v5.8.0 (#33000) 2024-11-21 13:48:30 +00:00
ocr_spec.rb Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
privacy_spec.rb Move body class to shared partial for web app controller concern views (#31797) 2024-11-15 15:49:26 +00:00
profile_spec.rb Remove single-use `ProfileStories` method (#31164) 2024-10-23 13:31:03 +00:00
redirections_spec.rb Move redirect/base body class to view (#31796) 2024-09-12 13:31:50 +00:00
report_interface_spec.rb Add regression coverage for admin reports resolution button within form (#32248) 2024-10-04 12:21:55 +00:00
severed_relationships_spec.rb Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
share_entrypoint_spec.rb Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
statuses_cleanup_spec.rb Convert `statuses_cleanup` controller specs to system specs (#33363) 2024-12-19 13:34:54 +00:00
tags_spec.rb Move body class to shared partial for web app controller concern views (#31797) 2024-11-15 15:49:26 +00:00
terms_of_service_spec.rb Add system spec for TOS page (#33243) 2024-12-10 14:14:28 +00:00
unlogged_spec.rb Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00