egirlskey/packages/backend/src/core
woxtu cb0fa9a8ab
Use promises API (#11351)
2023-07-27 09:04:19 +09:00
..
activitypub fix(backend): Change isPublic to correctly recognize as:Public term (#11347) 2023-07-25 10:35:21 +00:00
chart refactor: 可読性のため一部で`Array.prototype.at`を使うように (#11274) 2023-07-14 10:45:01 +09:00
entities Fix auto-fixable issues (#11314) 2023-07-19 11:27:50 +09:00
AccountMoveService.ts Fix auto-fixable issues (#11314) 2023-07-19 11:27:50 +09:00
AccountUpdateService.ts feat: account migration (#10507) 2023-04-08 14:16:26 +09:00
AchievementService.ts add new achievement 2023-04-20 19:40:02 +09:00
AiService.ts perf(backend): use mutex for nsfw model loading (#11109) 2023-07-08 07:27:26 +09:00
AntennaService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
AppLockService.ts perf(backend): Improve performance of FetchInstanceMetadata (#11128) 2023-07-07 23:28:27 +09:00
CacheService.ts perf(backend): Reduce memory usage of MemoryKVCache (#11076) 2023-07-08 21:18:16 +09:00
CaptchaService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
CoreModule.ts enhance: 招待機能の改善 (#11195) 2023-07-15 09:57:58 +09:00
CreateSystemUserService.ts perf(backend): use RSA 2048bit 2023-07-21 11:59:00 +09:00
CustomEmojiService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
DeleteAccountService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
DownloadService.ts Use promises API (#11351) 2023-07-27 09:04:19 +09:00
DriveService.ts refactor(backend): Improve UUID generation (#11286) 2023-07-15 18:39:38 +09:00
EmailService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
FederatedInstanceService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
FetchInstanceMetadataService.ts Fix auto-fixable issues (#11314) 2023-07-19 11:27:50 +09:00
FileInfoService.ts Use promises API (#11351) 2023-07-27 09:04:19 +09:00
GlobalEventService.ts refactor(backend): use node16 for moduleResolution (#10938) 2023-06-25 21:13:15 +09:00
HashtagService.ts drop hashtag chart 2023-02-03 14:10:14 +09:00
HttpRequestService.ts fix type errors 2023-07-15 20:07:31 +09:00
IdService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
ImageProcessingService.ts enhance(server): 画像圧縮周り(主にサムネイルの仕様)の変更 (#10287) 2023-03-11 14:11:40 +09:00
InstanceActorService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
InternalStorageService.ts chore: fix import position 2022-12-04 17:05:32 +09:00
LoggerService.ts refactor(backend): use node16 for moduleResolution (#10938) 2023-06-25 21:13:15 +09:00
MetaService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
MfmService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
ModerationLogService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
NoteCreateService.ts Fix auto-fixable issues (#11314) 2023-07-19 11:27:50 +09:00
NoteDeleteService.ts fix(backend): Remove Meilisearch index when notes are deleted (#10988) 2023-07-08 21:31:38 +09:00
NotePiningService.ts refactor: fix types 2023-02-12 18:47:30 +09:00
NoteReadService.ts refactor(backend): 存在確認の`findOneBy`を`exist`に置き換え (#11224) 2023-07-11 14:58:58 +09:00
NotificationService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
PollService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
ProxyAccountService.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
PushNotificationService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
QueryService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
QueueModule.ts refactor 2023-05-29 13:21:26 +09:00
QueueService.ts refactor: avoid redundant method chain 2023-07-21 10:07:03 +00:00
ReactionService.ts feat: センシティブなカスタム絵文字のリアクションを受け入れない設定を追加 2023-05-19 09:43:38 +09:00
RelayService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
RemoteLoggerService.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
RemoteUserResolveService.ts fix: failed to resolve acct URI which points to local Person (#11024) 2023-07-19 13:01:14 +09:00
RoleService.ts enhance: ユーザーにロールが期限付きでアサインされている場合、その期限をユーザーのモデレーションページで確認できるように 2023-07-20 10:54:41 +09:00
S3Service.ts regionが空文字列のときはundefinedとする (#10410) 2023-03-25 18:45:14 +09:00
SearchService.ts feat: MeilisearchにIndexするノートの範囲を設定できるように (#11282) 2023-07-15 09:59:19 +09:00
SignupService.ts perf(backend): use RSA 2048bit 2023-07-21 11:59:00 +09:00
TwoFactorAuthenticationService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
UserBlockingService.ts feat: queueing bulk follow/unfollow and block/unblock (#10544) 2023-04-12 09:13:58 +09:00
UserFollowingService.ts Fix auto-fixable issues (#11314) 2023-07-19 11:27:50 +09:00
UserKeypairService.ts fix(backend): キャッシュが溜まり続けないように 2023-06-10 13:45:11 +09:00
UserListService.ts feat: queueing bulk follow/unfollow and block/unblock (#10544) 2023-04-12 09:13:58 +09:00
UserMutingService.ts fix 2023-04-05 13:50:05 +09:00
UserSuspendService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
UtilityService.ts enhance: Judge instance block by endsWith (#9263) 2023-01-13 18:21:07 +09:00
VideoProcessingService.ts Fix auto-fixable issues (#11314) 2023-07-19 11:27:50 +09:00
WebfingerService.ts fix: failed to resolve acct URI which points to local Person (#11024) 2023-07-19 13:01:14 +09:00
WebhookService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00