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 7c964f3b4f fix: replace backslash-prefixed facade calls with imported references
Replace \Cache::, \Log::, \DB:: calls with their imported facade
equivalents. The backslash-prefix relies on global aliases which
PHPStan cannot resolve, causing class.notFound errors.
4 weeks ago
..
Account Lint 9 months ago
Federation
Groups refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Internal refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
Media refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Status fix 8 months ago
AccountService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ActivityPubDeliveryService.php fix: replace backslash-prefixed facade calls with imported references 4 weeks ago
ActivityPubFetchService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AdminSettingsService.php Lint 9 months ago
AdminShadowFilterService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AdminStatsService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AutolinkService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AutospamService.php Update AutospamService.php 1 month ago
AvatarService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
BookmarkService.php Lint 9 months ago
BouncerService.php Update BouncerService.php 8 months ago
CollectionService.php Lint 9 months ago
ConfigCacheService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
CustomEmojiService.php Update CustomEmojiService.php 8 months ago
DiscoverService.php Lint 9 months ago
DomainService.php
EmailService.php ban more tempmail domains 3 months ago
FetchCacheService.php Update FetchCacheService.php 8 months ago
FilesystemService.php Update FilesystemService.php 1 month ago
FollowerService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
GroupFeedService.php
GroupPostService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
GroupService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
HashidService.php
HashtagFollowService.php Revert 2 changes that broke Hashtag Following 5 months ago
HashtagRelatedService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
HashtagService.php Lint 9 months ago
HomeTimelineService.php Lint 9 months ago
ImportService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
InstanceService.php Fix PHPStan class.notFound issues 11 months ago
LandingService.php [Server Bug]: app.logo is not used in code 9 months ago
LikeService.php Lint 9 months ago
LiveStreamService.php Lint 9 months ago
MarkerService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
MediaBlocklistService.php Lint 9 months ago
MediaPathService.php Lint 9 months ago
MediaService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
MediaStorageService.php Lint 9 months ago
MediaTagService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ModLogService.php Convert string references to `::class` 4 weeks ago
NetworkTimelineService.php Lint 9 months ago
NodeinfoService.php Update NodeinfoService.php 7 months ago
NotificationAppGatewayService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
NotificationService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
PlaceService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
PollService.php fix: use query methods instead of collection methods (phpstan noUnnecessaryCollectionCall) 4 weeks ago
ProfileService.php Lint 9 months ago
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 Lint 9 months ago
PushNotificationService.php Update PushNotificationService 9 months ago
ReblogService.php
RelationshipService.php Convert string references to `::class` 4 weeks ago
ResilientMediaStorageService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
SanitizeService.php
SearchApiV2Service.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
SnowflakeService.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StatusHashtagService.php Lint 9 months ago
StatusMentionService.php Lint 9 months ago
StatusService.php Merge pull request #6576 from shleeable/covidremove 1 month ago
StoryIndexService.php Fix PHPStan arguments.count issues 11 months ago
StoryService.php Update StoryService.php 4 weeks ago
SuggestionService.php Lint 9 months ago
TrendingHashtagService.php fix: replace backslash-prefixed facade calls with imported references 4 weeks ago
UserAgentService.php Replace jenssegers/agent with matomo/device-detector 4 weeks ago
UserFilterService.php Refactor UserFilterService. Fixes #6497 1 month ago
UserOidcService.php Lint 9 months ago
UserRoleService.php Lint 9 months ago
UserStorageService.php
WebfingerService.php