mastodon/spec/services
Claire ce84d163cc Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `.prettierignore`:
  Upstream added a line at the end, glitch-soc had extra entries at the end.
  Added upstream's new line before glitch-soc's.
- `Gemfile.lock`:
  Upstream updated dependencies while glitch-soc has an extra one (hcaptcha).
  Updated dependencies like upstream did.
- `app/controllers/api/v1/statuses_controller.rb`:
  Not a real conflict, upstream added a parameter (`allowed_mentions`) where
  glitch-soc already had an extra one (`content_type`).
  Added upstream's new parameter.
- `app/javascript/styles/fonts/roboto-mono.scss`:
  A lot of lines were changed upstream due to code style changes, and a lot
  of those lines had path changes to accomodate glitch-soc's theming system.
  Applied upstream's style changes.
- `app/javascript/styles/fonts/roboto.scss`:
  A lot of lines were changed upstream due to code style changes, and a lot
  of those lines had path changes to accomodate glitch-soc's theming system.
  Applied upstream's style changes.
2023-02-13 19:35:35 +01:00
..
activitypub Fix unbounded recursion in post discovery (#23506) 2023-02-10 22:16:37 +01:00
account_search_service_spec.rb Change flaky AccountSearchService test (#19650) 2022-11-03 23:12:08 +01:00
account_statuses_cleanup_service_spec.rb
after_block_domain_from_account_service_spec.rb
after_block_service_spec.rb
app_sign_up_service_spec.rb Add ability to block sign-ups from IP (#19037) 2022-08-24 19:00:37 +02:00
authorize_follow_service_spec.rb
batched_remove_status_service_spec.rb
block_domain_service_spec.rb
block_service_spec.rb
bootstrap_timeline_service_spec.rb
clear_domain_media_service_spec.rb
delete_account_service_spec.rb
fan_out_on_write_service_spec.rb
favourite_service_spec.rb Fix style for hashes (#20518) 2022-11-17 11:05:39 +01:00
fetch_link_card_service_spec.rb
fetch_oembed_service_spec.rb
fetch_remote_status_service_spec.rb Fix unbounded recursion in post discovery (#23506) 2023-02-10 22:16:37 +01:00
fetch_resource_service_spec.rb Refactor ActivityPub handling to prepare for non-Account actors (#19212) 2022-09-21 22:45:57 +02:00
follow_service_spec.rb Fix style for hashes (#20518) 2022-11-17 11:05:39 +01:00
import_service_spec.rb Support UTF-8 Characters in Domains During CSV Import (#20592) 2022-11-14 05:52:13 +01:00
mute_service_spec.rb
notify_service_spec.rb
post_status_service_spec.rb Add API parameter to safeguard unexpect mentions in new posts (#18350) 2023-02-13 16:36:29 +01:00
precompute_feed_service_spec.rb
process_mentions_service_spec.rb Add API parameter to safeguard unexpect mentions in new posts (#18350) 2023-02-13 16:36:29 +01:00
purge_domain_service_spec.rb
reblog_service_spec.rb
reject_follow_service_spec.rb
remove_from_follwers_service_spec.rb
remove_status_service_spec.rb
report_service_spec.rb Fix various rspec warnings in ReportService tests (#19189) 2022-09-21 22:46:35 +02:00
resolve_account_service_spec.rb Improve error reporting and logging when processing remote accounts (#15605) 2022-09-20 23:30:26 +02:00
resolve_url_service_spec.rb
search_service_spec.rb
suspend_account_service_spec.rb Fix possible race conditions when suspending/unsuspending accounts (#22363) 2023-01-05 13:47:21 +01:00
unallow_domain_service_spec.rb
unblock_domain_service_spec.rb
unblock_service_spec.rb
unfollow_service_spec.rb
unmute_service_spec.rb
unsuspend_account_service_spec.rb Fix possible race conditions when suspending/unsuspending accounts (#22363) 2023-01-05 13:47:21 +01:00
update_account_service_spec.rb
update_status_service_spec.rb Add support for editing media description and focus point of already-posted statuses (#20878) 2023-01-18 16:33:55 +01:00
verify_link_service_spec.rb Suppress AddressFamilyError in link verification (#23204) 2023-01-23 13:05:54 +01:00