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 454b4e21dd
Update Services, fix mastoapi compat
5 years ago
..
AccountService.php Update AccountService, add getMastodon method for mastoapi compatibility 5 years ago
ActivityPubDeliveryService.php
ActivityPubFetchService.php Update HttpSignatures, update instance actor headers. Fixes #2935 5 years ago
AdminStatsService.php Update AdminStatsService, add storage() method 5 years ago
AutolinkService.php Add AutolinkService 5 years ago
ConfigCacheService.php Add Auto Following support for admins 5 years ago
DiscoverService.php Improve DiscoverService 5 years ago
EmailService.php Update EmailService 6 years ago
FollowerService.php Update FollowerService 5 years ago
HashidService.php
HashtagService.php Add HashtagService 5 years ago
InstanceService.php Update InstanceService 5 years ago
LikeService.php Update LikeService 5 years ago
MediaBlocklistService.php
MediaPathService.php Update MediaPathService, change story paths 5 years ago
MediaService.php Update Services, fix mastoapi compat 5 years ago
MediaStorageService.php Store remote avatars locally if S3 not enabled 5 years ago
MediaTagService.php Update ProfileService, use account transformer 5 years ago
ModLogService.php
NodeinfoService.php Add InstancePipeline and NodeinfoService 5 years ago
NotificationService.php Update NotificationService, fix 500 bug 5 years ago
PollService.php Update PollService 5 years ago
ProfileService.php Update PublicApiController, use account service 5 years ago
PronounService.php Add profile pronouns 5 years ago
PublicTimelineService.php Update ApiV1Controller, fix empty public timeline bug 5 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. 5 years ago
SearchApiV2Service.php Update SearchApiV2Service, improve performance and include hashtag post counts when applicable 5 years ago
SnowflakeService.php Update Snowflake service 5 years ago
StatusHashtagService.php Update StatusTransformers, remove includes and use cached services 5 years ago
StatusLabelService.php Update StatusLabelService 6 years ago
StatusMentionService.php Add StatusMentionService, fixes #3026 5 years ago
StatusService.php Update Services, fix mastoapi compat 5 years ago
StoryService.php Update StoryService, fix division by zero bug 5 years ago
SuggestionService.php
UserFilterService.php Update public timeline api, use cached sorted set and client side block/mute filtering 5 years ago
WebfingerService.php