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 0158941fb6
API improvements + test fixes (#5925)
* migrate PHPUnit configuration

* replace @test annotations with #[Test] attributes, and add it where it was missing

* remove test prefix from test method names

* add PHPUnit cache to .gitignore

* Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes #5901

* Update ApiV1Controller, fix relationship fields. Fixes #5900

* Update instance config, return proper matrix limits. Fixes #4780

* Update SearchApiV2Service, fix offset bug. Fixes #5875

* Update ApiV1Controller, add better direct error message. Fixes #4789

* Update changelog

---------

Co-authored-by: Daniel Simon <daniel.simon.dev@proton.me>
3 months ago
..
Account Update snowflake config, allow custom datacenter/worker ids 4 months ago
Federation Add ActiveSharedInboxService, for efficient sharedInbox caching 10 months ago
Groups Update GroupActivityPubService.php 12 months ago
Internal Update config, allow Beagle discover service to be disabled 9 months ago
Media Add MediaHlsService 2 years ago
Status Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 8 months ago
AccountService.php Update ApiV1Controller, handle Moved accounts 10 months ago
ActivityPubDeliveryService.php Add Content-Type and User-Agent for activity delivery 3 years ago
ActivityPubFetchService.php Update ActivityPubFetchService, reduce cache ttl from 1 hour to 7.5 mins and add uncached fetchRequest method 10 months ago
AdminSettingsService.php Add Authorized Fetch 12 months ago
AdminShadowFilterService.php Add AdminShadowFilter feature 2 years ago
AdminStatsService.php AdminStatsService: do not count deleted users 5 months ago
AutolinkService.php Update AutolinkService, optimize lookups 8 months ago
AutospamService.php Update autospam config, use config_cache 1 year ago
AvatarService.php Update AvatarPipeline, improve refresh logic and garbage collection to purge old avatars 2 years ago
BookmarkService.php Update BookmarkService, use sorted set 4 years ago
BouncerService.php Add cloud ip bans to BouncerService 2 years ago
CollectionService.php Update CollectionController 3 years ago
ConfigCacheService.php Add Authorized Fetch 12 months ago
CustomEmojiService.php Update CustomEmojiService, only return local emoji 1 year ago
DiscoverService.php Improve DiscoverService 4 years ago
DomainService.php Update AP fetch service and domain service 1 year ago
EmailService.php Update EmailService 5 years ago
FetchCacheService.php Add Profile Migrations 1 year ago
FilesystemService.php Update filesystems config, add to config_cache 1 year ago
FollowerService.php Update FollowerService 10 months ago
GroupFeedService.php Add groups models, controllers and services 1 year ago
GroupPostService.php Add groups models, controllers and services 1 year ago
GroupService.php Add groups models, controllers and services 1 year ago
HashidService.php Update config_cache 1 year ago
HashtagFollowService.php Update HashtagFollowService, fix cache invalidation bug 2 years ago
HashtagRelatedService.php Add app:hashtag-related-generate command 2 years ago
HashtagService.php Update HashtagService, reduce cached_count cache ttl 2 years ago
HomeTimelineService.php Update HomeTimelineService, add domain blocks filtering to warmCache method 2 years ago
ImportService.php Fix Instagram import. Closes #5411 6 months ago
InstanceService.php Refactor total local post count logic, cache value and schedule updates twice daily to eliminate the perf issue on larger instances 1 year ago
LandingService.php Refactor total local post count logic, cache value and schedule updates twice daily to eliminate the perf issue on larger instances 1 year ago
LikeService.php Update ApiV1Controller, fix max_id pagination on home and public timeline feeds 4 months ago
LiveStreamService.php Update LiveStreamController, clear chat after stream ends 3 years ago
MarkerService.php Update MarkerService, fix php deprecation warning 2 years ago
MediaBlocklistService.php Add MediaBlocklistService 5 years ago
MediaPathService.php Update MediaPathService, fix story path 2 years ago
MediaService.php Update MediaService, remove hls_manifest attribute for MastoAPI entities 2 years ago
MediaStorageService.php Merge pull request #5664 from hnrd/fix-migrate2cloud 5 months ago
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 Update Services, use zpopmin on predis 2 years ago
NodeinfoService.php Lint 10 months ago
NotificationAppGatewayService.php Update NotificationAppGatewayService 10 months ago
NotificationService.php Update ApiV1Controller, improve notification filtering 1 year ago
PollService.php Change ISO-8601 to RFC 3339 EXTENDED 3 years ago
ProfileService.php Update ProfileService, add softFail param 2 years ago
ProfileStatusService.php Add ProfileStatusService 3 years ago
PronounService.php Update PronounService.php with it its pronouns 10 months ago
PublicTimelineService.php Add AdminShadowFilter feature 2 years ago
PushNotificationService.php Fix notifications not being delivered by directly checking the state from the database 6 months ago
ReblogService.php Update ReblogService, fix cache sync issues 10 months ago
RelationshipService.php API improvements + test fixes (#5925) 3 months ago
ResilientMediaStorageService.php Add Resilient Media Storage 2 years ago
SearchApiV2Service.php API improvements + test fixes (#5925) 3 months ago
SnowflakeService.php Update snowflake config, allow custom datacenter/worker ids 4 months ago
StatusHashtagService.php Update StatusHashtagService, use more efficient cached count 1 year ago
StatusLabelService.php Update StatusService 3 years ago
StatusMentionService.php Add StatusMentionService, fixes #3026 4 years ago
StatusService.php Add Pinned Posts + WebUI profile fixes (#5914) 3 months ago
StoryService.php Update StoryController, show active self stories on home timeline 2 years ago
SuggestionService.php
TrendingHashtagService.php Update lexer/extractor to handle banned hashtags 3 years ago
UserFilterService.php Update UserFilterService, add domainBlocks method 2 years ago
UserRoleService.php Update ParentalControls, map updated saved permissions/roles 2 years ago
UserStorageService.php Add UserStorageService 12 months ago
WebfingerService.php Add Profile Migrations 1 year ago