egirlskey/packages/backend/src/core
2023-01-09 15:50:25 +09:00
..
activitypub ✌️ 2023-01-03 09:32:36 +09:00
chart drop lastCommunicatedAt of instance 2023-01-03 09:00:42 +09:00
entities カスタム絵文字一覧情報をmetaから分離 2023-01-09 15:50:25 +09:00
AccountUpdateService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
AiService.ts chore: fix import position 2022-12-04 17:05:32 +09:00
AntennaService.ts fix(server): アンテナタイムライン(ストリーミング)が、フォローしていないユーザーの鍵投稿も拾ってしまう問題を修正 2023-01-09 14:12:42 +09:00
AppLockService.ts chore: fix import position 2022-12-04 17:05:32 +09:00
CaptchaService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
CoreModule.ts MisskeyPlay (#9467) 2023-01-05 13:59:48 +09:00
CreateNotificationService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
CreateSystemUserService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
CustomEmojiService.ts enhance(server): clean emoji response 2022-12-31 08:43:13 +09:00
DeleteAccountService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
DownloadService.ts enhance: Proxy custom emojis to reduce image size and accelerate the frontend (#9431) 2022-12-30 12:00:50 +09:00
DriveService.ts enhance: AVIF support (#9281) 2022-12-08 14:49:49 +09:00
EmailService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
FederatedInstanceService.ts ✌️ 2023-01-03 09:32:36 +09:00
FetchInstanceMetadataService.ts chore: fix import position 2022-12-04 17:05:32 +09:00
FileInfoService.ts fix(server): 特定のPNG画像のアップロードに失敗する問題を修正 2023-01-09 14:03:22 +09:00
GlobalEventService.ts chore: fix import position 2022-12-04 17:05:32 +09:00
HashtagService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
HttpRequestService.ts getJsonで256kbに制限 2022-12-25 15:02:47 +09:00
IdService.ts fix: typo (#9300) 2022-12-10 08:55:07 +09:00
ImageProcessingService.ts enhance: Proxy custom emojis to reduce image size and accelerate the frontend (#9431) 2022-12-30 12:00:50 +09:00
InstanceActorService.ts chore: fix import position 2022-12-04 17:05:32 +09:00
InternalStorageService.ts chore: fix import position 2022-12-04 17:05:32 +09:00
LoggerService.ts Fix import related TypeScript errors (#9321) 2022-12-14 00:01:45 +09:00
MessagingService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
MetaService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
MfmService.ts chore: fix import position 2022-12-04 17:05:32 +09:00
ModerationLogService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
NoteCreateService.ts ✌️ 2023-01-03 09:32:36 +09:00
NoteDeleteService.ts ✌️ 2023-01-03 09:32:36 +09:00
NotePiningService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
NoteReadService.ts enhance: Push notification of Antenna note (#9338) 2022-12-18 19:50:02 +09:00
NotificationService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
PollService.ts delete pollVote notification 2023-01-08 10:54:45 +09:00
ProxyAccountService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
PushNotificationService.ts chore: remove unused function (truncateUnreadAntennaNote) 2023-01-04 11:09:05 +00:00
QueryService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
QueueModule.ts refactor 2022-12-04 10:16:03 +09:00
QueueService.ts feat: make possible to export favorited notes 2023-01-01 16:53:10 +09:00
ReactionService.ts fix: use || for emoji url fallback instead of ?? 2022-12-30 13:37:58 +00:00
RelayService.ts chore: fix import position 2022-12-04 17:05:32 +09:00
RemoteLoggerService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
RemoteUserResolveService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
S3Service.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
SignupService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
TwoFactorAuthenticationService.ts chore: fix import position 2022-12-04 17:05:32 +09:00
UserBlockingService.ts Fix: Block delivery (#9397) 2022-12-26 17:05:44 +09:00
UserCacheService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
UserFollowingService.ts ✌️ 2023-01-03 09:32:36 +09:00
UserKeypairStoreService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
UserListService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
UserMutingService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
UserSuspendService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
UtilityService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00
VideoProcessingService.ts enhance: convert video thumbnail to webp 2022-12-24 16:03:05 +00:00
WebfingerService.ts chore: fix import position 2022-12-04 17:05:32 +09:00
WebhookService.ts refactor: introduce bindThis decorator to bind this automaticaly 2022-12-04 15:03:09 +09:00