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.
pixelfed/app/Services
Your Name 277b8aa970 Use now() helper instead of Carbon::now() for current-time access
Aligns with the app's dominant convention (413 now()/today() call
sites vs 12 Carbon::now()). Carbon::parse() calls are untouched since
they parse arbitrary date strings, not current-time access.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2 weeks ago
..
Account Fix isDomainCompatible throwing on non-json beagle response 2 weeks ago
Federation refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Groups Convert optional() to nullsafe operator 3 weeks ago
Internal Fix SoftwareUpdate notices 2 weeks ago
Media refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Status refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
AccountService.php Update StoryService and add has_story to AccountTransformer 2 weeks ago
ActivityPubDeliveryService.php refactor: extract shared ActivityPub pool delivery into ActivityPubDeliveryService 4 weeks ago
ActivityPubFetchService.php polish 4 weeks ago
AdminSettingsService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
AdminShadowFilterService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
AdminStatsService.php Use now() helper instead of Carbon::now() for current-time access 2 weeks ago
AutolinkService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
AutospamService.php Update AutospamService.php 1 month ago
AvatarService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
BookmarkService.php
BouncerService.php Pint app/ 4 weeks ago
CollectionService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
ConfigCacheService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
CustomEmojiService.php Add admin:resyncemoji command to re-download remote emoji locally 3 weeks ago
DiscoverService.php
DomainService.php
EmailService.php ban more tempmail domains 3 months ago
EmailVerificationService.php Refactor Auth, remove expensive middleware 2 weeks ago
FetchCacheService.php Fix unauthenticated SSRF in remote media/avatar fetch (variant of CVE-2026-71246) 4 weeks ago
FilesystemService.php Update FilesystemService.php 1 month ago
FollowerService.php Extract following-ids lookup into FollowerService::getFollowingIds 3 weeks ago
FractalService.php refactor: extract duplicate patterns into shared methods 4 weeks ago
GroupFeedService.php
GroupPostService.php refactor: extract duplicate patterns into shared methods 4 weeks ago
GroupService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
HashidService.php
HashtagFollowService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
HashtagRelatedService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
HashtagService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
HomeTimelineService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
ImportService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
InstanceService.php fix: stop caching raw Eloquent models to prevent incomplete-object 500s 4 weeks ago
LandingService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
LikeService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
LiveStreamService.php
MarkerService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
MediaBlocklistService.php Use indexed query for media blocklist lookups and allow removing inactive hashes 2 weeks ago
MediaPathService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
MediaService.php refactor: extract duplicate patterns into shared methods 4 weeks ago
MediaStorageService.php Lint 2 weeks ago
MediaTagService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
ModLogService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
NetworkTimelineService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
NodeinfoService.php
NotificationAppGatewayService.php chore: move resources/lang to top-level lang/ per Laravel 9+ convention 3 weeks ago
NotificationService.php Fix Larastan error: correct Status import in NotificationService 3 weeks ago
PendingLoginService.php Refactor Auth, remove expensive middleware 2 weeks ago
PlaceService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
PollService.php fix: use query methods instead of collection methods (phpstan noUnnecessaryCollectionCall) 4 weeks ago
ProfileService.php
ProfileStatusService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
PronounService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
PublicTimelineService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
PushNotificationService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
ReblogService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
RelationshipService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
ResilientMediaStorageService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
SanitizeService.php
SearchApiV2Service.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
SecureMediaFetchService.php Route StoryFetch outbound requests through SSRF-hardened fetch service 2 weeks ago
SnowflakeService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StatusHashtagService.php refactor: extract duplicate patterns into shared methods 4 weeks ago
StatusMentionService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
StatusService.php feat: add admin:fixPostCounts to resync post like/boost/comment counts 4 weeks ago
StoryIndexService.php Update StoryService and add has_story to AccountTransformer 2 weeks ago
StoryService.php Update StoryService and add has_story to AccountTransformer 2 weeks ago
SuggestionService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
TrendingHashtagService.php perf: fix N+1 queries; fix ComposeController lint and test namespace 4 weeks ago
UserAgentService.php Replace jenssegers/agent with matomo/device-detector 4 weeks ago
UserFilterService.php Extract duplicated blocked-id and duplicate-shortcode query patterns 3 weeks ago
UserOidcService.php
UserRoleService.php
UserStorageService.php Self-heal stale storage_used on read to unblock stuck accounts 2 weeks ago
WebfingerService.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago