pixelfed/app/Services
Daniel Supernault 937cdfb7f9
Update StatusService
2021-12-21 21:40:10 -07:00
..
AccountService.php Update AccountService, add dynamic user settings methods 2021-12-04 17:27:58 -07:00
ActivityPubDeliveryService.php
ActivityPubFetchService.php Update HttpSignatures, update instance actor headers. Fixes #2935 2021-09-20 00:21:16 -06:00
AdminStatsService.php Update AdminStatsService, add storage() method 2021-11-10 21:54:50 -07:00
AutolinkService.php Add AutolinkService 2021-11-15 19:33:52 -07:00
ConfigCacheService.php
DiscoverService.php Improve DiscoverService 2021-12-19 04:07:40 -07:00
EmailService.php
FollowerService.php Update FollowerService 2021-12-04 17:37:44 -07:00
HashidService.php
HashtagService.php Add HashtagService 2021-12-04 17:31:53 -07:00
InstanceService.php Update InstanceService 2021-10-19 19:51:14 -06:00
LikeService.php
MediaBlocklistService.php
MediaPathService.php
MediaService.php Update MediaService, return empty array if cantt find status 2021-12-12 19:33:20 -07:00
MediaStorageService.php Update MediaStorageService, improve header parsing 2021-12-04 17:30:05 -07:00
MediaTagService.php
ModLogService.php
NodeinfoService.php
NotificationService.php
PollService.php
ProfileService.php
PronounService.php
PublicTimelineService.php
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. 2021-10-07 03:27:13 -06:00
SearchApiV2Service.php Update SearchApiV2Service, improve performance and include hashtag post counts when applicable 2021-12-04 17:32:43 -07:00
SnowflakeService.php
StatusHashtagService.php
StatusLabelService.php
StatusMentionService.php Add StatusMentionService, fixes #3026 2021-12-03 20:47:00 -07:00
StatusService.php Update StatusService 2021-12-21 21:40:10 -07:00
StoryService.php
SuggestionService.php
UserFilterService.php Update public timeline api, use cached sorted set and client side block/mute filtering 2021-10-20 04:31:07 -06:00
WebfingerService.php