You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nyastodon/spec/services
Claire aec61a703f Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `.github/workflows/build-image.yml`:
  Upstream changed how docker images were built, including how
  they were cached.
  I don't know much about it, so applied upstream's changes.
- `app/controllers/admin/domain_blocks_controller.rb`:
  The feature, that was in glitch-soc, got backported upstream.
  It also had a few fixes upstream, so those have been ported!
- `app/javascript/packs/admin.js`:
  Glitch-soc changes have been backported upstream. As a result,
  some code from `app/javascript/core/admin.js` got added upstream.
  Kept our version since our shared Javascript already has that feature.
- `app/models/user.rb`:
  Upstream added something to distinguish unusable and unusable-because-moved
  accounts, while glitch-soc considers moved accounts usable.
  Took upstream's code for `functional_or_moved?` and made `functional?`
  call it.
- `app/views/statuses/_simple_status.html.haml`:
  Upstream cleaned up code style a bit, on a line that we had custom changes
  for.
  Applied upstream's change while keeping our change.
- `config/initializers/content_security_policy.rb`:
  Upstream adopted one CSP directive we already had.
  The conflict is because of our files being structurally different, but the
  change itself was already part of glitch-soc.
  Kept our version.
2 years ago
..
activitypub Fix validation error in SynchronizeFeaturedTagsCollectionWorker (#20018) 2 years ago
account_search_service_spec.rb Change flaky AccountSearchService test (#19650) 2 years ago
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) 2 years ago
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) 2 years ago
fetch_link_card_service_spec.rb
fetch_oembed_service_spec.rb
fetch_remote_status_service_spec.rb
fetch_resource_service_spec.rb Refactor ActivityPub handling to prepare for non-Account actors (#19212) 2 years ago
follow_service_spec.rb Fix style for hashes (#20518) 2 years ago
import_service_spec.rb Support UTF-8 Characters in Domains During CSV Import (#20592) 2 years ago
mute_service_spec.rb
notify_service_spec.rb
post_status_service_spec.rb
precompute_feed_service_spec.rb
process_mentions_service_spec.rb Change mentions of blocked users to not be processed (#19725) 2 years ago
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) 2 years ago
resolve_account_service_spec.rb Improve error reporting and logging when processing remote accounts (#15605) 2 years ago
resolve_url_service_spec.rb
search_service_spec.rb
suspend_account_service_spec.rb
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
update_account_service_spec.rb
update_status_service_spec.rb
verify_link_service_spec.rb Handle links with no href in VerifyLinkService (#20741) 2 years ago