mistykey/packages/backend/src/core
2025-11-05 19:20:25 -05:00
..
activitypub fix lint warnings in ApNoteService.ts 2025-11-05 19:20:25 -05:00
chart make sure ChartManagementService.dispose always completes 2025-11-05 19:20:04 -05:00
entities fix many circular dependencies (import, forwardRef, and use of methods that should be exported functions instead) 2025-11-05 19:20:25 -05:00
AbuseReportNotificationService.ts refactor(backend): Resolve Nested Conditionals 2025-06-18 20:25:32 +02:00
AbuseReportService.ts fix users/report-abuse endpoint being really slow 2025-07-27 18:08:38 +01:00
AccountMoveService.ts fix list and instance caching, manage all CacheService caches, and fix list "with replies" setting 2025-11-05 19:20:05 -05:00
AccountUpdateService.ts reorder relay activities to avoid delivery race condition 2025-05-07 12:40:01 -04:00
AchievementService.ts fix(backend): enumerate achievement types in some response schema (#15953) 2025-05-06 19:52:30 +09:00
AnnouncementService.ts Merge branch 'develop' into 'feature/dialog-announcement-cap' 2025-09-04 16:52:49 +01:00
AntennaService.ts fix list and instance caching, manage all CacheService caches, and fix list "with replies" setting 2025-11-05 19:20:05 -05:00
ApLogService.ts lint and type fixes 2025-04-01 20:47:04 -04:00
AppLockService.ts fix test errors caused by AppLockService opening Redis connections in the constructor 2025-11-05 19:20:04 -05:00
AvatarDecorationService.ts manage avatar decorations cache 2025-11-05 19:20:06 -05:00
BunnyService.ts make sure S3 clients are properly disposed 2025-11-05 19:20:04 -05:00
CacheManagementService.ts implement CacheManagementService to provided centralized management of cache instances 2025-11-05 19:20:05 -05:00
CacheService.ts fix list and instance caching, manage all CacheService caches, and fix list "with replies" setting 2025-11-05 19:20:05 -05:00
CaptchaService.ts fix circular dependency caused by is-retryable-error, render-inline-error, and render-full-error 2025-11-05 19:20:04 -05:00
ChannelFollowingService.ts move userFollowingChannelsCache and federatedInstanceCache to CacheService for more reliable disposal 2025-11-05 19:20:04 -05:00
ChatService.ts fix emoji caching 2025-11-05 19:20:05 -05:00
ClipService.ts Fix(backend): Limit antenna/webhook/list to exact amount (#14036) 2024-06-18 12:18:04 +09:00
CoreModule.ts add InstanceStatsService 2025-11-05 19:20:05 -05:00
CustomEmojiService.ts fix emoji caching 2025-11-05 19:20:05 -05:00
DeleteAccountService.ts await delete account in queue in case of errors 2025-05-12 21:38:11 -04:00
DownloadService.ts verify URLs in DownloadService 2025-07-27 17:57:30 +01:00
DriveService.ts fix emoji caching 2025-11-05 19:20:05 -05:00
EmailService.ts Allow for sending announcement mails with List-Unsubscribe: 2025-07-27 18:29:16 +02:00
EnvService.ts implement SkRateLimiterService with Leaky Bucket rate limiting 2024-12-07 10:22:49 -05:00
FanoutTimelineEndpointService.ts fix list and instance caching, manage all CacheService caches, and fix list "with replies" setting 2025-11-05 19:20:05 -05:00
FanoutTimelineService.ts update deps (#15311) 2025-02-15 10:24:22 +09:00
FeaturedService.ts add role policy to allow note trending 2025-05-14 23:24:24 -04:00
FederatedInstanceService.ts fix list and instance caching, manage all CacheService caches, and fix list "with replies" setting 2025-11-05 19:20:05 -05:00
FetchInstanceMetadataService.ts use TimeService in FetchInstanceMetadataService 2025-11-05 19:20:25 -05:00
FileInfoService.ts reduce log spam from FileInfoService 2025-06-06 22:20:16 -04:00
FlashService.ts enhance: 人気のPlayを10件以上表示できるように (#14443) 2024-10-05 14:37:52 +09:00
GlobalEventService.ts fix webhook caching 2025-11-05 19:20:06 -05:00
HashtagService.ts fix many circular dependencies (import, forwardRef, and use of methods that should be exported functions instead) 2025-11-05 19:20:25 -05:00
HttpRequestService.ts fix DI error in HttpRequestService.ts 2025-07-27 19:39:20 +01:00
IdService.ts generate IDs based on TimeService 2025-11-05 19:20:04 -05:00
ImageProcessingService.ts Fix #15876 絵文字がアニメーションしない問題を修正 (#15881) 2025-04-27 09:16:41 +09:00
InstanceStatsService.ts add InstanceStatsService 2025-11-05 19:20:05 -05:00
InternalEventService.ts make GlobalEventService depend on InternalEventService (instead of the other way around) so that they can eventually be separated 2025-11-05 19:20:04 -05:00
InternalStorageService.ts add mediaDirectory config option to configure location of uploaded media 2025-05-26 22:52:00 +10:00
LatestNoteService.ts additional fixes and cleanup to all note endpoints 2025-06-05 02:34:57 -04:00
LoggerService.ts add logging.verbose option to enable debug logging in production. (same function as MK_VERBOSE environment variable) 2025-05-08 11:23:20 -04:00
MetaService.ts fix TypeORM error from MetaService.fetch 2025-05-28 21:31:40 -04:00
MfmService.ts fix Mastodon link verification 2025-06-22 17:56:37 +00:00
ModerationLogService.ts fix import 2024-08-09 10:51:18 +09:00
NoteCreateService.ts fix many circular dependencies (import, forwardRef, and use of methods that should be exported functions instead) 2025-11-05 19:20:25 -05:00
NoteDeleteService.ts fix many circular dependencies (import, forwardRef, and use of methods that should be exported functions instead) 2025-11-05 19:20:25 -05:00
NoteEditService.ts fix many circular dependencies (import, forwardRef, and use of methods that should be exported functions instead) 2025-11-05 19:20:25 -05:00
NotePiningService.ts add more details to IdentifiableErrors 2025-06-06 22:20:17 -04:00
NoteVisibilityService.ts fix list and instance caching, manage all CacheService caches, and fix list "with replies" setting 2025-11-05 19:20:05 -05:00
NotificationService.ts fix list and instance caching, manage all CacheService caches, and fix list "with replies" setting 2025-11-05 19:20:05 -05:00
PollService.ts fix many circular dependencies (import, forwardRef, and use of methods that should be exported functions instead) 2025-11-05 19:20:25 -05:00
PushNotificationService.ts manage push subscriptions cache 2025-11-05 19:20:06 -05:00
QueryService.ts fix excludeAuthor check in QueryService.generateBlockedHostQueryForNote 2025-09-13 11:34:38 -04:00
QueueModule.ts make sure QueueModule.dispose always completes 2025-11-05 19:20:04 -05:00
QueueService.ts fix webhook caching 2025-11-05 19:20:06 -05:00
ReactionsBufferingService.ts fix(backend): RBTの修正 (#14621) 2024-09-24 18:29:02 +09:00
ReactionService.ts fix many circular dependencies (import, forwardRef, and use of methods that should be exported functions instead) 2025-11-05 19:20:25 -05:00
RegistryApiService.ts better upsert query 2025-06-24 13:47:07 +01:00
RelayService.ts manage relays cache 2025-11-05 19:20:06 -05:00
RemoteLoggerService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
RemoteUserResolveService.ts more use of identifiable errors, improvements to inner error rendering, and more heuristics for is-retryable-error 2025-06-06 22:20:17 -04:00
ReversiService.ts fix many circular dependencies (import, forwardRef, and use of methods that should be exported functions instead) 2025-11-05 19:20:25 -05:00
RoleService.ts manage roles and role assignments caches 2025-11-05 19:20:06 -05:00
S3Service.ts make sure S3 clients are properly disposed 2025-11-05 19:20:04 -05:00
SearchService.ts merge: Expand Mandatory CW feature and fixup block/mute/silence features (resolves #809, #910, #912, #943, #1064, #1142, and #1186) (!1148) 2025-09-25 20:05:46 +02:00
SignupService.ts merge upstream 2025-03-25 16:14:53 -04:00
SponsorsService.ts manage sponsors cache 2025-11-05 19:20:06 -05:00
SystemAccountService.ts manage system accounts cache and fix sync issues 2025-11-05 19:20:06 -05:00
SystemWebhookService.ts fix webhook caching 2025-11-05 19:20:06 -05:00
TimeService.ts fix DI errors when using TimeService 2025-11-05 19:20:05 -05:00
UpdateInstanceQueue.ts fix startup crash caused by circular reference (SWC is not compatible with forwardRef) 2025-03-21 12:37:06 -04:00
UserAuthService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserBlockingService.ts commit missed change 2025-11-05 19:20:06 -05:00
UserFollowingService.ts fix many circular dependencies (import, forwardRef, and use of methods that should be exported functions instead) 2025-11-05 19:20:25 -05:00
UserKeypairService.ts manage user keypairs cache 2025-11-05 19:20:06 -05:00
UserListService.ts fix list and instance caching, manage all CacheService caches, and fix list "with replies" setting 2025-11-05 19:20:05 -05:00
UserMutingService.ts implement QuantumKVCache.setMany and QuantumKVCache.seleteMany 2025-06-09 11:02:36 -04:00
UserRenoteMutingService.ts implement QuantumKVCache.setMany and QuantumKVCache.seleteMany 2025-06-09 11:02:36 -04:00
UserSearchService.ts revert 44ff9f39: pass access token through API to enforce rank 2025-10-07 20:50:01 -04:00
UserService.ts normalize userFollowingsCache / userFollowersCache and add hibernatedUserCache to reduce the number of cache-clears and allow use of caching in many more places 2025-06-09 11:02:51 -04:00
UserSuspendService.ts fix more freeze / unfreeze errors caused by TypeORM bugs 2025-07-27 18:01:11 +01:00
UserWebhookService.ts fix webhook caching 2025-11-05 19:20:06 -05:00
UtilityService.ts more sensible variable names 2025-08-03 13:33:27 +01:00
VideoProcessingService.ts pass -map 0 to preserve all streams 2025-08-13 23:10:57 -04:00
WebAuthnService.ts more use of identifiable errors, improvements to inner error rendering, and more heuristics for is-retryable-error 2025-06-06 22:20:17 -04:00
WebfingerService.ts pcleanup dependencies: 2025-06-12 21:11:16 -04:00
WebhookTestService.ts fix WebhookTestService 2025-09-13 11:34:38 -04:00