Claire a6641f828b Merge pull request from GHSA-3fjr-858r-92rw vor 4 Monaten
..
activitypub a6641f828b Merge pull request from GHSA-3fjr-858r-92rw vor 4 Monaten
concerns 9e26cd5503 Add `authorized_fetch` server setting in addition to env var (#25798) vor 9 Monaten
keys b377f82b1d Fix processing of compacted single-item JSON-LD collections (#28816) vor 4 Monaten
account_search_service.rb a12b7551cf Fix N+1s because of association preloaders not actually getting called (#28339) vor 4 Monaten
account_statuses_cleanup_service.rb c2170991c7 Fix reblogs being discarded after the reblogged status (#19731) vor 1 Jahr
after_block_domain_from_account_service.rb 98b3b80d6b Fix account domain block not properly unfollowing accounts from domain (#14304) vor 3 Jahren
after_block_service.rb afb7882189 Fix blocking someone not clearing up list feeds (#16205) vor 3 Jahren
after_unallow_domain_service.rb ed099d8bdc Change account suspensions to be reversible by default (#14726) vor 3 Jahren
app_sign_up_service.rb 4c9406bdb0 Add time zone preference (#25342) vor 1 Jahr
appeal_service.rb cf33028f35 Admin mailer parameterization (#25759) vor 11 Monaten
approve_appeal_service.rb 976cd6413e Fix moderator leak in undo_mark_statuses_as_sensitive (#18525) vor 2 Jahren
authorize_follow_service.rb 23aeef52cc Remove Salmon and PubSubHubbub (#11205) vor 5 Jahren
backup_service.rb c66250abf1 Autofix Rubocop Regex Style rules (#23690) vor 1 Jahr
base_service.rb a2871cd747 Add administrative webhooks (#18510) vor 2 Jahren
batched_remove_status_service.rb a12b7551cf Fix N+1s because of association preloaders not actually getting called (#28339) vor 4 Monaten
block_domain_service.rb 3134691948 Add support for reversible suspensions through ActivityPub (#14989) vor 3 Jahren
block_service.rb 4e1260feaa Fix BlockService trying to reject incorrect follow request (#11288) vor 5 Jahren
bootstrap_timeline_service.rb 44b2ee3485 Add customizable user roles (#18641) vor 1 Jahr
bulk_import_row_service.rb 8884d1ece0 Add support for importing lists (#25203) vor 1 Jahr
bulk_import_service.rb cab4cbfa5c Fix “Scoped order is ignored, it's forced to be batch order.” warnings (#26793) vor 9 Monaten
clear_domain_media_service.rb bb4756c823 Change files to be deleted in batches instead of one-by-one (#23302) vor 11 Monaten
create_featured_tag_service.rb 45d3b32488 Fix `Settings::FeaturedTagsController` (#19418) vor 1 Jahr
delete_account_service.rb 1d0ad558ff Change sidekiq-bulk's batch size from 10,000 to 1,000 jobs in one Redis call (#24034) vor 1 Jahr
deliver_to_device_service.rb 5d8398c8b8 Add E2EE API (#13820) vor 4 Jahren
fan_out_on_write_service.rb 54a07731d1 Fix posts from threads received out-of-order sometimes not being inserted into timelines (#27653) vor 6 Monaten
favourite_service.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) vor 1 Jahr
fetch_link_card_service.rb 6b896b20cc Add primary key to preview_cards_statuses join table (includes deduplication migration) (#25243) vor 10 Monaten
fetch_oembed_service.rb 279be07679 Fix `LinkCrawlWorker` error when encountering empty OEmbed response (#28268) vor 4 Monaten
fetch_remote_status_service.rb 0c9eac80d8 Fix unbounded recursion in post discovery (#23506) vor 1 Jahr
fetch_resource_service.rb a6641f828b Merge pull request from GHSA-3fjr-858r-92rw vor 4 Monaten
follow_migration_service.rb a2a22bad23 Fix various edge cases with local moves (#24812) vor 1 Jahr
follow_service.rb 252ea2fc67 Have `Follow` activities bypass availability (#27586) vor 6 Monaten
import_service.rb cab4cbfa5c Fix “Scoped order is ignored, it's forced to be batch order.” warnings (#26793) vor 9 Monaten
move_service.rb 368a87755b Fix account migration not affecting followers on origin server (#11980) vor 4 Jahren
mute_service.rb 96761752ec Add duration parameter to muting. (#13831) vor 3 Jahren
notify_service.rb 20ac5be1c1 Fix error on `status` type notification (bell icon) (#26884) vor 9 Monaten
post_status_service.rb 717683d1c3 Autofix Rubocop remaining Layout rules (#23679) vor 1 Jahr
precompute_feed_service.rb 3917353645 Fix single Redis connection being used across all threads (#18135) vor 2 Jahren
process_hashtags_service.rb 63002cde03 Add editing for published statuses (#17320) vor 2 Jahren
process_mentions_service.rb 9f5deb310b Fix Performance/MapCompact cop (#24797) vor 1 Jahr
purge_domain_service.rb d3db2eb7fb Remove custom emojis on domain purge (#17210) vor 2 Jahren
reblog_service.rb 0a01bc01d2 Fix Undo Announce activity is not sent, when not followed by the reblogged post author (#18482) vor 4 Monaten
reject_follow_service.rb 23aeef52cc Remove Salmon and PubSubHubbub (#11205) vor 5 Jahren
remove_domains_from_followers_service.rb c2a046ded1 Fix “Remove all followers from the selected domains” being more destructive than it claims (#23805) vor 1 Jahr
remove_featured_tag_service.rb 74ead7d106 Change featured tag updates to add/remove activity (#19409) vor 1 Jahr
remove_from_followers_service.rb e2a3ebb271 Autofix Rubocop Style/IfUnlessModifier (#23697) vor 1 Jahr
remove_status_service.rb 3a91603b15 Prevent UserCleanupScheduler from overwhelming streaming (#25519) vor 1 Jahr
report_service.rb 74dd325112 Fix duplicate reports being sent when reporting some remote posts (port to v4.2.1) (#27356) vor 8 Monaten
resolve_account_service.rb 668a19a2f3 Fix Performance/DeletePrefix cop (#24796) vor 1 Jahr
resolve_url_service.rb 2e1391fdd2 Fix `Naming/MemoizedInstanceVariableName` cop (#25928) vor 11 Monaten
search_service.rb 872145d1c2 Fix not being able to invoke phrase search using unicode quotation marks (#26687) vor 9 Monaten
software_update_check_service.rb 8a6fa34040 Fix incorrectly keeping outdated update notices absent from the API endpoint (#27021) vor 8 Monaten
statuses_search_service.rb 9693c271f1 Fix processing of `min_id` and `max_id` parameters in `/api/v2/search` (#26927) vor 9 Monaten
suspend_account_service.rb cab4cbfa5c Fix “Scoped order is ignored, it's forced to be batch order.” warnings (#26793) vor 9 Monaten
tag_search_service.rb 668a19a2f3 Fix Performance/DeletePrefix cop (#24796) vor 1 Jahr
translate_status_service.rb ff32475f5f Merge pull request from GHSA-2693-xr3m-jhqr vor 9 Monaten
unallow_domain_service.rb e258b4cb64 Refactor: replace whitelist_mode mentions with limited_federation_mode (#26252) vor 10 Monaten
unblock_domain_service.rb 3134691948 Add support for reversible suspensions through ActivityPub (#14989) vor 3 Jahren
unblock_service.rb 23aeef52cc Remove Salmon and PubSubHubbub (#11205) vor 5 Jahren
unfavourite_service.rb 23aeef52cc Remove Salmon and PubSubHubbub (#11205) vor 5 Jahren
unfollow_service.rb f1c1dd0118 Rename `with_lock` to `with_redis_lock` to avoid confusion with ActiveRecord's method (#24741) vor 1 Jahr
unmute_service.rb c64a1c25c4 Fix #231 - Muting vor 7 Jahren
unsuspend_account_service.rb cab4cbfa5c Fix “Scoped order is ignored, it's forced to be batch order.” warnings (#26793) vor 9 Monaten
update_account_service.rb 1d0ad558ff Change sidekiq-bulk's batch size from 10,000 to 1,000 jobs in one Redis call (#24034) vor 1 Jahr
update_status_service.rb eb38e9df31 Requeue expiration notification (#24311) vor 1 Jahr
verify_link_service.rb f68bb52556 Apply Rubocop Style/NegatedIfElseCondition (#23451) vor 1 Jahr
vote_service.rb f1c1dd0118 Rename `with_lock` to `with_redis_lock` to avoid confusion with ActiveRecord's method (#24741) vor 1 Jahr
webhook_service.rb a2871cd747 Add administrative webhooks (#18510) vor 2 Jahren