1
0
forked from mirror/misskey
misskey/packages/backend/src/core
MeiMei e89d760240
Enhance: 連合向けのノート配信を軽量化 (#13192)
* AP HTML表現をシンプルに

* a

* CHANGELOG

* リンク
2024-02-07 19:57:59 +09:00
..
activitypub Enhance: 連合向けのノート配信を軽量化 (#13192) 2024-02-07 19:57:59 +09:00
chart refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
entities Enhance(frontend): フロント側でもリアクション権限のチェックをするように (#13134) 2024-02-06 16:45:21 +09:00
AccountMoveService.ts refactor(backend): User関連のスキーマ/型の指定を強くする (#12808) 2024-01-31 15:45:35 +09:00
AccountUpdateService.ts
AchievementService.ts enhance(frontend): バブルゲームの諸々を修正・改良 (#12938) 2024-01-08 11:02:05 +09:00
AiService.ts
AnnouncementService.ts enhance: 非通知なお知らせを作成できるように 2023-11-05 09:04:38 +09:00
AntennaService.ts fix lint 2024-01-22 17:44:03 +09:00
AppLockService.ts
AvatarDecorationService.ts
CacheService.ts
CaptchaService.ts feat: Add support for mCaptcha (#12905) 2024-01-06 20:14:33 +09:00
ChannelFollowingService.ts
ClipService.ts
CoreModule.ts feat: reversi 2024-01-19 20:51:49 +09:00
CreateSystemUserService.ts
CustomEmojiService.ts
DeleteAccountService.ts
DownloadService.ts fix: isPrivateIpで検証時にipバージョンが一致するかを確認するように (#12988) 2024-01-14 15:57:26 +09:00
DriveService.ts fix(backend): drive/files/updateにおけるファイル名のバリデーションが機能していない問題を修正 (#12923) 2024-01-08 17:40:37 +09:00
EmailService.ts fix(backend): メール配信機能が無効ならばメールを送ることのないように (#13152) 2024-02-04 20:44:35 +09:00
FanoutTimelineEndpointService.ts fix(backend): ブロックした相手から自分のノートが見えないように(/users/featured-notes, /users/notes) (#12511) 2023-12-07 18:15:38 +09:00
FanoutTimelineService.ts chore: 自分へのリプライのみ走査するように (#12570) 2023-12-04 17:56:48 +09:00
FeaturedService.ts chore: remove hashtag from featured immediately (#12668) 2023-12-21 11:34:19 +09:00
FederatedInstanceService.ts
FetchInstanceMetadataService.ts
FileInfoService.ts
GlobalEventService.ts refactor(backend): User関連のスキーマ/型の指定を強くする (#12808) 2024-01-31 15:45:35 +09:00
HashtagService.ts enhance(backend): センシティブワードの設定がハッシュタグトレンドにも適用されるように 2023-12-24 15:23:56 +09:00
HttpRequestService.ts
IdService.ts fix(backend): reject malformed timestamp (#12554) 2023-12-03 14:38:42 +09:00
ImageProcessingService.ts
InstanceActorService.ts ignore instance.actor when checking if there are local users (#13146) 2024-02-04 20:46:28 +09:00
InternalStorageService.ts
LoggerService.ts
MetaService.ts fix lint 2024-01-22 17:44:03 +09:00
MfmService.ts Enhance: 連合向けのノート配信を軽量化 (#13192) 2024-02-07 19:57:59 +09:00
ModerationLogService.ts
NoteCreateService.ts fix(backend): 虚無ノートを投稿できる問題の修正と api.json の OpenAPI Specification 3.1.0 への対応 (#12969) 2024-01-13 16:54:25 +09:00
NoteDeleteService.ts fix(backend): We can renote pure renote (#12171) 2023-10-30 13:48:22 +09:00
NotePiningService.ts fix: Filter featured collection (#12541) 2023-12-02 19:32:30 +09:00
NoteReadService.ts refactor: make sure promises are settled before app shutdown (#12942) 2024-01-08 12:28:13 +09:00
NotificationService.ts refactor: make sure promises are settled before app shutdown (#12942) 2024-01-08 12:28:13 +09:00
PollService.ts
ProxyAccountService.ts
PushNotificationService.ts
QueryService.ts refactor: noteテーブルのインデックス整理と配列カラムへのクエリでインデックスを使うように (#12993) 2024-01-15 08:19:27 +09:00
QueueModule.ts refactor: make sure promises are settled before app shutdown (#12942) 2024-01-08 12:28:13 +09:00
QueueService.ts feat: export clips (#12931) 2024-01-07 10:35:58 +09:00
ReactionService.ts refactor: make sure promises are settled before app shutdown (#12942) 2024-01-08 12:28:13 +09:00
RegistryApiService.ts feat: レジストリAPIをサードパーティから利用可能に (#12229) 2023-11-03 13:23:03 +09:00
RelayService.ts
RemoteLoggerService.ts
RemoteUserResolveService.ts
ReversiService.ts fix(reversi/backend): refactor and fixes 2024-01-24 16:44:12 +09:00
RoleService.ts fix lint 2024-01-22 18:00:46 +09:00
S3Service.ts
SearchService.ts enhance: meilisearchを有効にしてもミュートやブロックを考慮するように (#12575) 2023-12-07 17:09:31 +09:00
SignupService.ts ignore instance.actor when checking if there are local users (#13146) 2024-02-04 20:46:28 +09:00
UserAuthService.ts
UserBlockingService.ts refactor(backend): User関連のスキーマ/型の指定を強くする (#12808) 2024-01-31 15:45:35 +09:00
UserFollowingService.ts refactor(backend): User関連のスキーマ/型の指定を強くする (#12808) 2024-01-31 15:45:35 +09:00
UserKeypairService.ts
UserListService.ts fix(backend): テストが死んでいるのを修正 (#12738) 2023-12-22 09:06:13 +09:00
UserMutingService.ts
UserService.ts
UserSuspendService.ts
UtilityService.ts enhance(backend): センシティブワードの設定がハッシュタグトレンドにも適用されるように 2023-12-24 15:23:56 +09:00
VideoProcessingService.ts
WebAuthnService.ts
WebfingerService.ts
WebhookService.ts fix lint 2024-01-22 17:44:03 +09:00