1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-03 13:04:11 +00:00
pixelfed/app/Services
daniel 59d76bb9b3
Merge pull request #2956 from h3xx/fix-psql-grouping
Fix grouping error in PostgreSQL
2021-11-10 21:53:30 -07:00
..
AccountService.php Update Status model, use AccountService to generate urls instead of loading profile relation 2021-11-03 23:29:12 -06:00
ActivityPubDeliveryService.php
ActivityPubFetchService.php Update HttpSignatures, update instance actor headers. Fixes #2935 2021-09-20 00:21:16 -06:00
AdminStatsService.php Fix grouping error in PostgreSQL 2021-10-20 14:11:33 -05:00
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
MediaTagService.php
ModLogService.php
NodeinfoService.php
NotificationService.php
PollService.php
ProfileService.php
PronounService.php
PublicTimelineService.php
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
StatusService.php Update public timeline api, add experimental cache 2021-10-21 19:02:15 -06:00
StoryService.php
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