You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Services
Daniel Supernault a2305d5fdc
Added `/api/v1.1/accounts/app/settings` endpoint and UserAppSettings model to store app specific settings
2 years ago
..
Account Added `/api/v1.1/accounts/app/settings` endpoint and UserAppSettings model to store app specific settings 2 years ago
Status Update UpdateStatusService, fix formatting issue. Fixes #4423 2 years ago
AccountService.php
ActivityPubDeliveryService.php
ActivityPubFetchService.php
AdminStatsService.php
AutolinkService.php
AutospamService.php Add Autospam Advanced Detection 2 years ago
AvatarService.php
BookmarkService.php
BouncerService.php
CollectionService.php
ConfigCacheService.php Add Autospam Advanced Detection 2 years ago
CustomEmojiService.php
DiscoverService.php
EmailService.php
FollowerService.php
HashidService.php
HashtagService.php Update HashtagService 2 years ago
InstanceService.php Update InstanceService, fix banner blurhash memory bug 2 years ago
LandingService.php
LikeService.php Update LikeService, improve likedBy logic to soft fail on missing or deleted accounts 2 years ago
LiveStreamService.php
MarkerService.php
MediaBlocklistService.php
MediaPathService.php
MediaService.php
MediaStorageService.php
MediaTagService.php Update Notification logic, remove message and rendered fields 2 years ago
ModLogService.php Update models, remove deprecated toText and toHtml methods 2 years ago
NetworkTimelineService.php
NodeinfoService.php
NotificationService.php
PollService.php
ProfileService.php
ProfileStatusService.php
PronounService.php
PublicTimelineService.php Update PublicTimelineService, improve warmCache query 2 years ago
ReblogService.php
RelationshipService.php Added `following_since` attribute to `/api/v1/accounts/relationships` endpoint when `_pe=1` (pixelfed entity) parameter is present 2 years ago
SearchApiV2Service.php
SnowflakeService.php
StatusHashtagService.php
StatusLabelService.php
StatusMentionService.php
StatusService.php Update StatusService, fix bug in getFull method 2 years ago
StoryService.php
SuggestionService.php
TrendingHashtagService.php
UserFilterService.php
WebfingerService.php