mastodon/spec/lib
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 Merge commit '877090518682b6c77ba9bdfa0231afd56daec44d' into glitch-soc/merge-upstream 2024-12-25 18:01:37 +01:00
admin Use `mastodon` config namespace to load software update default value via `config_for` (#30534) 2024-11-12 08:28:31 +00:00
annual_report Use group/count approach in annual report classes (#32914) 2024-11-19 08:51:34 +00:00
connection_pool
importer
mastodon Fix error in CLI EmailDomainBlocks when supplying `--with-dns-records` (#32863) 2024-11-13 08:39:58 +00:00
ostatus
paperclip
sanitize Merge commit '877090518682b6c77ba9bdfa0231afd56daec44d' into glitch-soc/merge-upstream 2024-12-25 18:01:37 +01:00
translation_service
vacuum Reduce factory creation (132 -> 40) in lib/vacuum/* specs (#32498) 2024-10-15 12:54:56 +00:00
webhooks
account_reach_finder_spec.rb Reduce factories (36 > 12) in `AccountReachFinder` spec (#32482) 2024-10-15 13:18:57 +00:00
account_statuses_filter_spec.rb Reduce factory generation in `AccountStatusesFilter` spec (#32727) 2024-11-04 09:00:01 +00:00
advanced_text_formatter_spec.rb
annual_report_spec.rb
cache_buster_spec.rb
content_security_policy_spec.rb
delivery_failure_tracker_spec.rb
domain_resource_spec.rb Add `DomainResource` class to wrap MX lookup/normalize (#32864) 2024-11-14 13:47:29 +00:00
emoji_formatter_spec.rb
entity_cache_spec.rb
extractor_spec.rb
fast_ip_map_spec.rb
feed_manager_spec.rb Merge commit '752d49eefef48262d501ba5fc2006d2c8466a000' into glitch-soc/merge-upstream 2024-12-02 21:08:15 +01:00
hashtag_normalizer_spec.rb
html_aware_formatter_spec.rb
link_details_extractor_spec.rb LinkDetailsExtractor adjustments (#31357) 2024-11-22 08:00:14 +00:00
permalink_redirector_spec.rb Fix search params being dropped when redirected to non-deck path (#31984) 2024-09-25 13:35:37 +00:00
plain_text_formatter_spec.rb Reduce factory creation (17 -> 0) in `PlainTextFormatter` spec (#32487) 2024-10-15 13:58:45 +00:00
request_pool_spec.rb
request_spec.rb
scope_transformer_spec.rb Consolidate shared `a scope` example parts into one attributes check (#32046) 2024-09-25 07:56:42 +00:00
search_query_parser_spec.rb
search_query_transformer_spec.rb Add coverage for fixing the thing with the dates in the search area (#32958) 2024-11-18 15:42:45 +00:00
signature_parser_spec.rb
status_cache_hydrator_spec.rb
status_filter_spec.rb
status_finder_spec.rb
status_reach_finder_spec.rb
suspicious_sign_in_detector_spec.rb
tag_manager_spec.rb
text_formatter_spec.rb Change URL truncation to account for ellipses (#33229) 2024-12-10 08:41:06 +00:00
webfinger_resource_spec.rb
webfinger_spec.rb