mastodon/spec/requests
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
..
activitypub Add coverage for ActivityPub likes/shares endpoints (#32305) 2024-10-23 06:41:07 +00:00
api Merge commit '877090518682b6c77ba9bdfa0231afd56daec44d' into glitch-soc/merge-upstream 2024-12-25 18:01:37 +01:00
auth/sessions Move OTP secret length to configuration (#32125) 2024-10-01 09:38:42 +00:00
oauth Add userinfo oauth endpoint (#32548) 2024-10-30 14:38:10 +00:00
settings Convert `settings/applications` controller spec to system/request specs (#32006) 2024-09-23 13:37:32 +00:00
statuses Convert `statuses#activity` action controller to request spec (#33336) 2024-12-17 16:37:30 +00:00
well_known Update dependency doorkeeper to v5.8.0 (#33000) 2024-11-21 13:48:30 +00:00
account_show_page_spec.rb
accounts_spec.rb Move status creation to "with rss" context in accounts request spec (#32020) 2024-09-23 09:20:43 +00:00
anonymous_cookies_spec.rb
backups_spec.rb
cache_spec.rb
catch_all_route_request_spec.rb
content_security_policy_spec.rb
custom_css_spec.rb Merge duplicate custom css request specs (#33204) 2024-12-06 18:55:47 +00:00
disabled_oauth_endpoints_spec.rb
emojis_spec.rb
filters_spec.rb Convert `filters` spec controller->system (#33326) 2024-12-17 09:20:01 +00:00
follower_accounts_spec.rb
following_accounts_spec.rb
health_spec.rb
instance_actor_spec.rb
invite_spec.rb
invites_spec.rb
link_headers_spec.rb
localization_spec.rb
log_out_spec.rb
mail_subscriptions_spec.rb
manifest_spec.rb
media_proxy_spec.rb
media_spec.rb
omniauth_callbacks_spec.rb
remote_interaction_helper_spec.rb
self_destruct_spec.rb
severed_relationships_spec.rb Add coverage for CSV responses for severed relationships (#31962) 2024-09-20 13:13:47 +00:00
signature_verification_spec.rb
tags_spec.rb Add rel alternate rss/json links to tags show html page (#33179) 2024-12-05 11:34:49 +00:00