1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-04 13:32:28 +00:00
pixelfed/app/Services
2021-10-21 19:02:15 -06:00
..
AccountService.php Update public timeline api, use cached sorted set and client side block/mute filtering 2021-10-20 04:31:07 -06:00
ActivityPubDeliveryService.php
ActivityPubFetchService.php Update HttpSignatures, update instance actor headers. Fixes #2935 2021-09-20 00:21:16 -06:00
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. 2021-10-07 03:27:13 -06:00
HashidService.php
InstanceService.php Update InstanceService 2021-10-19 19:51:14 -06:00
LikeService.php
MediaBlocklistService.php
MediaPathService.php
MediaService.php
MediaStorageService.php Update MediaStorageService 2021-08-31 00:38:43 -06:00
MediaTagService.php
ModLogService.php
NodeinfoService.php Add InstancePipeline and NodeinfoService 2021-09-03 20:45:56 -06:00
NotificationService.php Update NotificationService, fix 500 bug 2021-09-19 23:05:56 -06:00
PollService.php Update PollService 2021-08-31 00:39:32 -06:00
ProfileService.php
PronounService.php
PublicTimelineService.php Update ApiV1Controller, fix empty public timeline bug 2021-09-07 21:07:20 -06:00
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
SnowflakeService.php Update Snowflake service 2021-09-03 20:51:05 -06:00
StatusHashtagService.php
StatusLabelService.php
StatusService.php Update public timeline api, add experimental cache 2021-10-21 19:02:15 -06:00
StoryService.php Update StoryService, fix division by zero bug 2021-09-04 17:55:58 -06:00
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