pixelfed/app/Services
Daniel Supernault fb1deb6e28
Add Resilient Media Storage
2023-09-25 00:59:24 -06:00
..
Account
Status
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
BookmarkService.php
BouncerService.php
CollectionService.php
ConfigCacheService.php
CustomEmojiService.php
DiscoverService.php
DomainService.php
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
InstanceService.php Fix potential memory leak due to not calling imagedestroy on GdImage objects 2023-09-09 22:55:06 +02:00
LandingService.php
LikeService.php
LiveStreamService.php
MarkerService.php
MediaBlocklistService.php
MediaPathService.php
MediaService.php
MediaStorageService.php Add Resilient Media Storage 2023-09-25 00:59:24 -06:00
MediaTagService.php
ModLogService.php
NetworkTimelineService.php
NodeinfoService.php
NotificationService.php Update NotificationService, fix order bug 2023-09-18 00:25:01 -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
SnowflakeService.php
StatusHashtagService.php
StatusLabelService.php
StatusMentionService.php
StatusService.php Update StatusService, fix logic check 2023-09-18 00:17:22 -06:00
StoryService.php
SuggestionService.php
TrendingHashtagService.php
UserFilterService.php
WebfingerService.php