1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-04 10:39:08 +00:00
pixelfed/app/Services
2022-03-24 23:37:19 -06:00
..
AccountService.php
ActivityPubDeliveryService.php
ActivityPubFetchService.php
AdminStatsService.php
AutolinkService.php
BookmarkService.php
CollectionService.php
ConfigCacheService.php
CustomEmojiService.php Update ApiV1Controller, add custom_emoji endpoint 2022-01-25 02:08:50 -07:00
DiscoverService.php
EmailService.php Update EmailService 2021-01-17 15:33:56 -07:00
FollowerService.php Update FollowerService 2021-12-04 17:37:44 -07:00
HashidService.php
HashtagService.php
InstanceService.php Update InstanceService, define cache keys 2022-03-12 23:32:31 -07:00
LikeService.php Update LikeService, improve caching logic and add profile id to likedBy method to fix 2022-02-26 22:41:57 -07:00
MarkerService.php Update ApiV1Controller, add markers endpoint 2022-03-24 23:37:19 -06:00
MediaBlocklistService.php
MediaPathService.php Update MediaPathService, change story paths 2021-08-31 00:38:07 -06:00
MediaService.php
MediaStorageService.php Update MediaStorageService, fix reremote avatar bug 2022-01-17 17:11:16 -07:00
MediaTagService.php
ModLogService.php
NodeinfoService.php Add InstancePipeline and NodeinfoService 2021-09-03 20:45:56 -06:00
NotificationService.php
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
ReblogService.php Update ReblogService 2022-03-11 00:00:47 -07: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
StatusHashtagService.php
StatusLabelService.php
StatusMentionService.php Add StatusMentionService, fixes 2021-12-03 20:47:00 -07:00
StatusService.php
StoryService.php
SuggestionService.php
UserFilterService.php
WebfingerService.php