mistykey/packages/backend/src/core
2025-11-15 14:08:34 -05:00
..
activitypub await more promises to improve stack traces 2025-11-15 14:08:32 -05:00
chart remove useless async/await from charts 2025-11-15 14:08:32 -05:00
entities await more promises to improve stack traces 2025-11-15 14:08:32 -05:00
AbuseReportNotificationService.ts move global services to "global" directory 2025-11-05 19:42:28 -05:00
AbuseReportService.ts fix users/report-abuse endpoint being really slow 2025-07-27 18:08:38 +01:00
AccountMoveService.ts fix OpenAPI format for UserDetailed.movedTo 2025-11-12 17:07:58 -05:00
AccountUpdateService.ts reorder relay activities to avoid delivery race condition 2025-05-07 12:40:01 -04:00
AchievementService.ts move global services to "global" directory 2025-11-05 19:42:28 -05:00
AnnouncementService.ts await more promises to improve stack traces 2025-11-15 14:08:32 -05:00
AntennaService.ts await more promises to improve stack traces 2025-11-15 14:08:32 -05:00
ApLogService.ts implement DeleteApLogsBackgroundTask 2025-11-15 14:08:33 -05:00
AppLockService.ts fix AppLockService and redis-lock library 2025-11-05 19:35:41 -05:00
AvatarDecorationService.ts await more promises to improve stack traces 2025-11-15 14:08:32 -05:00
BunnyService.ts make sure S3 clients are properly disposed 2025-11-05 19:20:04 -05:00
CacheService.ts fix mute cache expiration 2025-11-12 17:20:22 -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 global services to "global" directory 2025-11-05 19:42:28 -05:00
ChatService.ts await more promises to improve stack traces 2025-11-15 14:08:32 -05:00
ClipService.ts move global services to "global" directory 2025-11-05 19:42:28 -05:00
CollapsedQueueService.ts rename additionalNotes to notesCountDelta 2025-11-15 14:08:34 -05:00
CoreModule.ts move UpdateInstanceQueue into CollapsedQueueService 2025-11-15 14:08:33 -05:00
CustomEmojiService.ts update all QuantumKVCache fetchers to use consistent code styles 2025-11-11 20:18:12 -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 type error in DriveService.ts 2025-11-15 14:08:32 -05:00
EmailService.ts Allow for sending announcement mails with List-Unsubscribe: 2025-07-27 18:29:16 +02:00
FanoutTimelineEndpointService.ts fix replies being filtered out of fanout timelines incorrectly 2025-11-14 18:59:09 -05:00
FanoutTimelineService.ts move global services to "global" directory 2025-11-05 19:42:28 -05:00
FeaturedService.ts move global services to "global" directory 2025-11-05 19:42:28 -05:00
FederatedInstanceService.ts update all QuantumKVCache fetchers to use consistent code styles 2025-11-11 20:18:12 -05:00
FetchInstanceMetadataService.ts fix non-Error exceptions thrown from FetchInstanceMetadataService.ts 2025-11-15 14:08:32 -05:00
FileInfoService.ts update all dependencies 2025-11-05 19:29:50 -05:00
FlashService.ts enhance: 人気のPlayを10件以上表示できるように (#14443) 2024-10-05 14:37:52 +09:00
GlobalEventService.ts fix async of GlobalEventService.publishXStream methods 2025-11-06 22:25:02 -05:00
HashtagService.ts add update-user-tags, update-note-tags, post-deliver, post-inbox, post-note, and check-hibernation background tasks 2025-11-15 14:08:32 -05:00
HttpRequestService.ts move global services to "global" directory 2025-11-05 19:42:28 -05:00
IdService.ts move global services to "global" directory 2025-11-05 19:42:28 -05:00
ImageProcessingService.ts await more promises to improve stack traces 2025-11-15 14:08:32 -05:00
InstanceStatsService.ts normalize cache constructors and detect duplicate cache names 2025-11-05 19:42:31 -05:00
InternalStorageService.ts add mediaDirectory config option to configure location of uploaded media 2025-05-26 22:52:00 +10:00
LatestNoteService.ts add UpdateLatestNote, PostSuspend, and PostUnsuspend background tasks 2025-11-15 14:08:32 -05:00
LoggerService.ts add new Console global DI to abstract the node.js console 2025-11-05 19:42:30 -05:00
MetaService.ts use QuantumKVCache in FederatedInstanceService 2025-11-15 14:08:32 -05:00
MfmService.ts update backend to the new templates 2025-11-05 19:41:08 -05:00
ModerationLogService.ts fix import 2024-08-09 10:51:18 +09:00
NoteCreateService.ts rename additionalNotes to notesCountDelta 2025-11-15 14:08:34 -05:00
NoteDeleteService.ts rename additionalNotes to notesCountDelta 2025-11-15 14:08:34 -05:00
NoteEditService.ts rename additionalNotes to notesCountDelta 2025-11-15 14:08:34 -05:00
NotePiningService.ts track federation-related promises to avoid data loss during restart 2025-11-15 14:08:32 -05:00
NoteVisibilityService.ts move global services to "global" directory 2025-11-05 19:42:28 -05:00
NotificationService.ts await more promises to improve stack traces 2025-11-15 14:08:32 -05:00
PollService.ts optionally use note.user relation in PollService.deliverQuestionUpdate 2025-11-15 14:08:33 -05:00
PushNotificationService.ts update all QuantumKVCache fetchers to use consistent code styles 2025-11-11 20:18:12 -05:00
QueryService.ts fix excludeAuthor check in QueryService.generateBlockedHostQueryForNote 2025-09-13 11:34:38 -04:00
QueueModule.ts implement background task queue 2025-11-15 14:08:29 -05:00
QueueService.ts replace MarkUserUpdatedBackgroundTask with updateUserQueue 2025-11-15 14:08:33 -05:00
ReactionsBufferingService.ts move global services to "global" directory 2025-11-05 19:42:28 -05:00
ReactionService.ts replace MarkUserUpdatedBackgroundTask with updateUserQueue 2025-11-15 14:08:33 -05:00
RegistryApiService.ts move global services to "global" directory 2025-11-05 19:42:28 -05:00
RelayService.ts use import type in RelayService 2025-11-12 17:07:59 -05:00
RemoteLoggerService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
RemoteUserResolveService.ts rearrange imports in RemoteUserResolveService to avoid merge conflicts 2025-11-13 20:22:34 -05:00
ReversiService.ts move global services to "global" directory 2025-11-05 19:42:28 -05:00
RoleService.ts await more promises to improve stack traces 2025-11-15 14:08:32 -05:00
S3Service.ts await more promises to improve stack traces 2025-11-15 14:08:32 -05:00
SearchService.ts await more promises to improve stack traces 2025-11-15 14:08:32 -05:00
SignupService.ts move global services to "global" directory 2025-11-05 19:42:28 -05:00
SponsorsService.ts await more promises to improve stack traces 2025-11-15 14:08:32 -05:00
SystemAccountService.ts normalize cache constructors and detect duplicate cache names 2025-11-05 19:42:31 -05:00
SystemWebhookService.ts normalize cache constructors and detect duplicate cache names 2025-11-05 19:42:31 -05: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 track federation-related promises to avoid data loss during restart 2025-11-15 14:08:32 -05:00
UserKeypairService.ts update all QuantumKVCache fetchers to use consistent code styles 2025-11-11 20:18:12 -05:00
UserListService.ts update all QuantumKVCache fetchers to use consistent code styles 2025-11-11 20:18:12 -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 await more promises to improve stack traces 2025-11-15 14:08:32 -05:00
UserService.ts await more promises to improve stack traces 2025-11-15 14:08:32 -05:00
UserSuspendService.ts add UpdateLatestNote, PostSuspend, and PostUnsuspend background tasks 2025-11-15 14:08:32 -05:00
UserWebhookService.ts await more promises to improve stack traces 2025-11-15 14:08:32 -05:00
UtilityService.ts fix rebase errors 2025-11-13 20:22:34 -05:00
VideoProcessingService.ts pass -map 0 to preserve all streams 2025-08-13 23:10:57 -04:00
WebAuthnService.ts move global services to "global" directory 2025-11-05 19:42:28 -05:00
WebfingerService.ts pcleanup dependencies: 2025-06-12 21:11:16 -04:00
WebhookTestService.ts fix merge errors 2025-11-12 17:07:58 -05:00