mastodon/app/services
Claire 4ed09276d5 Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `.prettierignore`:
  Upstream added a line at the end of the file, while glitch-soc had its own
  extra lines.
  Took upstream's change.
- `CONTRIBUTING.md`:
  We have our custom CONTRIBUTING.md quoting upstream. Upstream made changes.
  Ported upstream changes.
- `app/controllers/application_controller.rb`:
  Upstream made code style changes in a method that is entirely replaced
  in glitch-soc.
  Ignored the change.
- `app/models/account.rb`:
  Code style changes textually close to glitch-soc-specific changes.
  Ported upstream changes.
- `lib/sanitize_ext/sanitize_config.rb`:
  Upstream code style changes.
  Ignored them.
2023-02-25 14:00:40 +01:00
..
activitypub Autofix Rubocop Rails/Blank (#23765) 2023-02-22 09:57:56 +09:00
concerns
keys Autofix Rubocop remaining Layout rules (#23679) 2023-02-20 06:58:28 +01:00
account_search_service.rb Autofix Rubocop Style/RedundantBegin (#23703) 2023-02-19 07:09:40 +09:00
account_statuses_cleanup_service.rb
after_block_domain_from_account_service.rb
after_block_service.rb
after_unallow_domain_service.rb
app_sign_up_service.rb
appeal_service.rb
approve_appeal_service.rb
authorize_follow_service.rb
backup_service.rb Merge branch 'main' into glitch-soc/merge-upstream 2023-02-25 14:00:40 +01:00
base_service.rb
batched_remove_status_service.rb Merge branch 'main' into glitch-soc/merge-upstream 2023-01-12 10:15:46 +01:00
block_domain_service.rb
block_service.rb
bootstrap_timeline_service.rb
clear_domain_media_service.rb
create_featured_tag_service.rb
delete_account_service.rb Revert "Remove LDSignature on actor Delete activities (#21466)" (#23185) 2023-01-21 15:33:21 +01:00
deliver_to_device_service.rb
fan_out_on_write_service.rb
favourite_service.rb Autofix Rubocop remaining Layout rules (#23679) 2023-02-20 06:58:28 +01:00
fetch_link_card_service.rb Enable Rubocop Style/StringConcatenation defaults (#23792) 2023-02-22 09:54:36 +09:00
fetch_oembed_service.rb Apply Rubocop Style/NegatedIfElseCondition (#23451) 2023-02-08 07:07:36 +01:00
fetch_remote_status_service.rb Fix unbounded recursion in post discovery (#23506) 2023-02-10 22:16:37 +01:00
fetch_resource_service.rb Autofix Rails/EagerEvaluationLogMessage (#23429) 2023-02-07 03:44:36 +01:00
follow_service.rb
import_service.rb Autofix Rubocop Style/RescueStandardError (#23745) 2023-02-20 11:01:20 +01:00
move_service.rb
mute_service.rb
notify_service.rb Autofix Rubocop remaining Layout rules (#23679) 2023-02-20 06:58:28 +01:00
post_status_service.rb Merge branch 'main' into glitch-soc/merge-upstream 2023-02-25 14:00:40 +01:00
precompute_feed_service.rb
process_hashtags_service.rb
process_mentions_service.rb Autofix Rubocop Style/RedundantBegin (#23703) 2023-02-19 07:09:40 +09:00
purge_domain_service.rb
reblog_service.rb Merge branch 'main' into glitch-soc/merge-upstream 2023-02-19 10:42:55 +01:00
reject_follow_service.rb
remove_featured_tag_service.rb
remove_from_followers_service.rb Autofix Rubocop Style/IfUnlessModifier (#23697) 2023-02-18 12:37:47 +01:00
remove_status_service.rb
report_service.rb
resolve_account_service.rb Autofix Rubocop Style/RedundantBegin (#23703) 2023-02-19 07:09:40 +09:00
resolve_url_service.rb Fix unbounded recursion in post discovery (#23506) 2023-02-10 22:16:37 +01:00
search_service.rb Autofix Rubocop Style/IfUnlessModifier (#23697) 2023-02-18 12:37:47 +01:00
suspend_account_service.rb
tag_search_service.rb
translate_status_service.rb
unallow_domain_service.rb
unblock_domain_service.rb
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb
unmute_service.rb
unsuspend_account_service.rb
update_account_service.rb
update_status_service.rb Merge branch 'main' into glitch-soc/merge-upstream 2023-01-18 17:38:11 +01:00
verify_link_service.rb Apply Rubocop Style/NegatedIfElseCondition (#23451) 2023-02-08 07:07:36 +01:00
vote_service.rb Autofix Rubocop remaining Layout rules (#23679) 2023-02-20 06:58:28 +01:00
webhook_service.rb