pixelfed/app/Services
Daniel Supernault 7caed381fb
Update AP helpers, more efficently update post counts
2024-02-04 02:40:04 -07:00
..
Account Update AP helpers, more efficently update post counts 2024-02-04 02:40:04 -07:00
Media Add MediaHlsService 2023-10-22 23:42:25 -06:00
Status
AccountService.php Update meta tags, improve descriptions and seo/og tags 2024-01-03 01:54:30 -07:00
ActivityPubDeliveryService.php
ActivityPubFetchService.php Update http client 2023-11-06 02:08:51 -07:00
AdminShadowFilterService.php Add AdminShadowFilter feature 2023-09-14 22:32:37 -06:00
AdminStatsService.php
AutolinkService.php
AutospamService.php
AvatarService.php Update AvatarPipeline, improve refresh logic and garbage collection to purge old avatars 2023-10-11 00:48:30 -06:00
BookmarkService.php
BouncerService.php
CollectionService.php
ConfigCacheService.php
CustomEmojiService.php
DiscoverService.php
DomainService.php Update AP Helpers, improve url validation and add optional dns verification, disabled by default 2023-07-14 03:10:48 -06:00
EmailService.php
FollowerService.php Update FollowerService, add $silent param to remove method to more efficently purge relationships 2023-12-19 05:46:06 -07:00
HashidService.php
HashtagFollowService.php Update HashtagFollowService, fix cache invalidation bug 2023-11-14 23:55:53 -07:00
HashtagRelatedService.php Add app:hashtag-related-generate command 2023-11-17 22:21:55 -07:00
HashtagService.php Update HashtagService, reduce cached_count cache ttl 2023-11-16 02:53:22 -07:00
HomeTimelineService.php Update HomeTimelineService, add domain blocks filtering to warmCache method 2023-12-21 00:21:33 -07:00
ImportService.php Update ImportService 2023-06-26 05:39:16 -06:00
InstanceService.php Fix potential memory leak due to not calling imagedestroy on GdImage objects 2023-09-09 22:55:06 +02:00
LandingService.php Update nodeinfo 2023-10-12 21:29:51 -06:00
LikeService.php Update Services, use zpopmin on predis 2023-07-13 22:06:21 -06:00
LiveStreamService.php
MarkerService.php Update MarkerService, fix php deprecation warning 2023-12-21 02:05:26 -07:00
MediaBlocklistService.php
MediaPathService.php
MediaService.php Update MediaService, remove hls_manifest attribute for MastoAPI entities 2023-10-23 01:14:33 -06:00
MediaStorageService.php Add S3 IG Import Media Storage 2024-02-02 02:29:33 -07:00
MediaTagService.php
ModLogService.php
NetworkTimelineService.php Update Services, use zpopmin on predis 2023-07-13 22:06:21 -06:00
NodeinfoService.php
NotificationService.php Update notification epoch generation 2023-11-13 01:59:38 -07:00
PollService.php
ProfileService.php
ProfileStatusService.php
PronounService.php
PublicTimelineService.php Add AdminShadowFilter feature 2023-09-14 22:32:37 -06:00
ReblogService.php
RelationshipService.php Update FollowerService, add forget method to RelationshipService call to reduce load when mass purging 2023-08-23 02:39:16 -06:00
ResilientMediaStorageService.php Add Resilient Media Storage 2023-09-25 00:59:24 -06:00
SearchApiV2Service.php Update SearchApiV2Service, add user domain blocks filtering 2023-12-21 01:05:49 -07:00
SnowflakeService.php
StatusHashtagService.php Update StatusHashtagService, remove problemaatic cache layer 2023-11-16 00:29:10 -07:00
StatusLabelService.php
StatusMentionService.php
StatusService.php Update Status model, improve thumb logic 2023-09-25 01:57:43 -06:00
StoryService.php
SuggestionService.php
TrendingHashtagService.php
UserFilterService.php Update UserFilterService, add domainBlocks method 2023-12-21 00:42:26 -07:00
UserRoleService.php Update ParentalControls, map updated saved permissions/roles 2024-01-11 04:41:38 -07:00
WebfingerService.php