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
Daniel Supernault 2ae527c0f3
Update Status model, use AccountService to generate urls instead of loading profile relation
3 years ago
..
AccountService.php Update Status model, use AccountService to generate urls instead of loading profile relation 3 years ago
ActivityPubDeliveryService.php
ActivityPubFetchService.php Update HttpSignatures, update instance actor headers. Fixes #2935 4 years ago
AdminStatsService.php
ConfigCacheService.php
EmailService.php
FollowerService.php Refactor following & relationship logic. Replace FollowerObserver with FollowerService and added RelationshipService to cache results. Removed NotificationTransformer includes and replaced with cached services to improve performance and reduce database queries. 3 years ago
HashidService.php
InstanceService.php Update InstanceService 3 years ago
LikeService.php
MediaBlocklistService.php
MediaPathService.php
MediaService.php
MediaStorageService.php Update MediaStorageService 4 years ago
MediaTagService.php
ModLogService.php
NodeinfoService.php Add InstancePipeline and NodeinfoService 4 years ago
NotificationService.php Update NotificationService, fix 500 bug 4 years ago
PollService.php Update PollService 4 years ago
ProfileService.php
PronounService.php
PublicTimelineService.php Update ApiV1Controller, fix empty public timeline bug 4 years ago
RelationshipService.php Refactor following & relationship logic. Replace FollowerObserver with FollowerService and added RelationshipService to cache results. Removed NotificationTransformer includes and replaced with cached services to improve performance and reduce database queries. 3 years ago
SearchApiV2Service.php
SnowflakeService.php Update Snowflake service 4 years ago
StatusHashtagService.php
StatusLabelService.php
StatusService.php Update public timeline api, add experimental cache 3 years ago
StoryService.php Update StoryService, fix division by zero bug 4 years ago
SuggestionService.php
UserFilterService.php Update public timeline api, use cached sorted set and client side block/mute filtering 3 years ago
WebfingerService.php