pixelfed/app/Services
Daniel Supernault 36df0d8373
Update nodeinfo
2023-10-12 21:29:51 -06:00
..
Account Update Remote Auth feature, fix custom domain bug and enforce banned domains 2023-07-17 23:43:19 -06:00
Status Update UpdateStatusService, fix formatting issue. Fixes #4423 2023-05-26 19:16:57 -06:00
AccountService.php
ActivityPubDeliveryService.php
ActivityPubFetchService.php Update ActivityPubFetchService, add validateUrl parameter to bypass url validation to fetch content from blocked instances 2023-08-01 03:16:08 -06: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 forget method to RelationshipService call to reduce load when mass purging 2023-08-23 02:39:16 -06:00
HashidService.php
HashtagService.php
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
MediaBlocklistService.php
MediaPathService.php
MediaService.php
MediaStorageService.php Update AvatarPipeline, improve refresh logic and garbage collection to purge old avatars 2023-10-11 00:48:30 -06: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 NotificationService, handle empty epoch. Fixes #4689 2023-10-10 19:13:19 -06: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, improve resolve query logic to better handle remote posts/profiles and local posts/profiles 2023-07-14 01:22:49 -06:00
SnowflakeService.php
StatusHashtagService.php
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
WebfingerService.php