mizzkey/packages/backend/src/core
okayurisotto 4f876c9e8d
refactor(backend): core/activitypub/models (#11067)
* cleanup(`ApImageService.ts`)

* refactor(`ApImageService.ts`)

* cleanup(`check-https.ts`)

* cleanup(`ApMentionService.ts`)

* refactor(`ApMentionService.ts`)

* cleanup(`ApNoteService.ts`): unneeded `eslint-disable-next-line`

* cleanup(`ApNoteService.ts`)

* WIP(`ApImageService.ts`): `image.url`を`getApHrefNullable()`に通すかどうか悩んでいる

* refactor(`ApNoteService.ts`): function return type

* cleanup(`ApNoteService.ts`): deadcode

* refactor(`ApNoteService.ts`): `eslint-disable-next-line`

* refactor(`ApNoteService.ts`): non-null assertion

これまでは`getApId()`の方でエラーがスローされていた。

* cleanup(`ApNoteService.ts`): unneeded await

* refactor(`ApNoteService.ts`): note.attachment

- `toArray()`を使うように
- よくわからない条件式を整理
- `as`をなくすために`promiseLimit()`でジェネリクスを使うように

* cleanup(`ApNoteService.ts`)

* refactor(`ApNoteService.ts`): よりよい型定義

`res`が`null`でないことは確認されているようだったので`null`とのunionはなくした

* refactor(`ApNoteService.ts`): 不要な条件を削除

* cleanup(`ApNoteService.ts`)

* cleanup(`ApNoteService.ts`): 重要でない`as`を削除

* refactor(`ApNoteService.ts`): `eslint-disable-next-line`

* cleanup(`ApNoteService.ts`): deadcode

* cleanup(`ApNoteService.ts`): unneeded non-null assertion

* refactor(`ApNoteService.ts`): 不要な条件を削除

* WIP(`ApNoteService.ts`): `as`をなくす

エラーメッセージを考える

* cleanup(`ApNoteService.ts`): 不要な`as`を削除

* cleanup(`ApPersonService.ts`): `no-unused-vars`

* cleanup(`ApPersonService.ts`): deadcode

* refactor(`ApPersonService.ts`): function return type

* cleanup(`ApPersonService.ts`): deadcode

* cleanup(`ApPersonService.ts`): deadcode

* WIP(`ApPersonService.ts`): `as`を調整

`null`でないか確認する処理が続いていたので型アサーションは`null`とのunionにした。
より本質的な改善の余地があるように感じるのでひとまずWIPとしてコミット。

* refactor(`ApPersonService.ts`): `eslint-disable-next-line`

* WIP(`ApPersonService.ts`): `as any`をなくした

エラーをスローするようにせざるを得なかったのでエラーメッセージを考える必要がある。

* WIP(`ApNoteService.ts`): non-null assertion

non-nullアサーションを減らすために事前に存在確認をするようにした。
エラーをスローするようにしたのでメッセージを考えなければならない。

* refactor(`ApNoteService.ts`): non-null assertion -> optional chaining

* refactor(`ApPersonService.ts`): `eslint-disable-next-line`

* refactor(`ApPersonService.ts`): `eslint-disable-next-line`

* refactor(`ApPersonService.ts`): function return type

* refactor(`ApPersonService.ts`): type guardによるnon-null assertionの削除

* WIP(`ApPersonService.ts`): `analyzeAttachments`

- Field型を事前に定義しておくように

- `attachments`が`IObject`だった場合、返り値が`{ fields: [] }`になるようだが構わないのか?
- `toArray()`を通すべきでは?

* Revert "WIP(`ApImageService.ts`): `image.url`を`getApHrefNullable()`に通すかどうか悩んでいる"

This reverts commit aeefb843a8.

* cleanup(`ApImageService.ts`): `import`

* refactor(`ApImageService.ts`): 冗長だった部分を短く

* cleanup(`ApMentionService.ts`): `import`

* refactor(`ApImageService.ts`): `JSON.stringify()`でのindentationを追加

* cleanup(`ApNoteService.ts`): `import`

* cleanup(`ApNoteService.ts`)

* cleanup(`ApNoteService.ts`)

* cleanup(`ApNoteService.ts`)

* cleanup(`ApNoteService.ts`): `any`に対するnon-null assertion

* refactor(`ApNoteService.ts`): 添付ファイル

* cleanup(`ApPersonService.ts`): `import`

* refactor(`ApPersonService.ts`): より実情に即した`as`に

* cleanup(`ApPersonService.ts`)

* refactor(`ApPersonService.ts`): 冗長だった部分を修正

* cleanup(`ApPersonService.ts`): deadcode

* cleanup(`ApPersonService.ts`)

* cleanup(`ApQuestionService.ts`): `import`

* refactor(`ApQuestionService.ts`): `eslint-disable-next-line`

* refactor(`ApQuestionService.ts`): `eslint-disable-next-line`

* cleanup(`ApQuestionService.ts`)

* refactor(`ApQuestionService.ts`): non-null assertionを消した

* cleanup(`ApQuestionService.ts`)

* WIP(`ApQuestionService.ts`): non-null assertionを消す

エラーメッセージを考える必要がある。

* refactor(`ApQuestionService.ts`): `any`を消す

* refactor(`ApQuestionService.ts`): function return type

* WIP(`ApPersonService.ts`): 可読性の低い三項演算子を削除しつつnon-null assertionを回避

エラーメッセージを考える必要がある。

* cleanup(`ApPersonService.ts`): 不必要な三項演算子を削除

* cleanup(`ApPersonService.ts`): 不要な`as`

* cleanup(`ApPersonService.ts`)

* refactor(`ApPersonService.ts`)

* refactor(`ApPersonService.ts`): 可読性の低い三項演算子を削除

元の実装が悪いと判断し`null`かどうかの確認をより厳密に行うようにした。

* cleanup(`ApPersonService.ts`)

* cleanup(`ApPersonService.ts`)

* refactor(`ApPersonService.ts`): 返り値を`void`に統一

この返り値を参照しているコードは見当たらなかった。
また、普通に意味がない値であるように見受けられた。

* fixup! refactor(`ApPersonService.ts`): 返り値を`void`に統一

* refactor(`ApNoteService.ts`)

* refactor(`ApPersonService.ts`)

* cleanup(`ApPersonService.ts`)

* cleanup(`ApPersonService.ts`)

* refactor(`ApPersonService.ts`): 返り値の`void`統一と条件式の調整

この返り値を参照しているコードは見当たらなかった。
また、普通に意味がない値であるように見受けられた。

* cleanup(`ApQuestionService.ts`)

* refactor(`ApQuestionService.ts`)

* refactor(`ApQuestionService.ts`)

* refactor(`tag.ts`): function return type

* fixup! enhance: account migration (#10592)

* fixup! WIP(`ApPersonService.ts`): 可読性の低い三項演算子を削除しつつnon-null assertionを回避

* fixup! cleanup(`ApPersonService.ts`): 不要な`as`

* refactor: エラーメッセージを見繕った

* Revert "cleanup(`ApImageService.ts`): `import`"

This reverts commit 1454d04c37.

* Revert "cleanup(`ApMentionService.ts`): `import`"

This reverts commit 244f6720c1.

* Revert "cleanup(`ApNoteService.ts`): `import`"

This reverts commit d8f0d76973.

* Revert "cleanup(`ApPersonService.ts`): `import`"

This reverts commit 5190ef954c.

# Conflicts:
#	packages/backend/src/core/activitypub/models/ApPersonService.ts

* Revert "cleanup(`ApQuestionService.ts`): `import`"

This reverts commit 778585e288.

* processRemoteMoveはそのままにしてほしい

* Revert "fixup! refactor(`ApPersonService.ts`): 返り値を`void`に統一"

This reverts commit 083cd678ab.

* Revert "refactor(`ApPersonService.ts`): 返り値を`void`に統一"

This reverts commit bfa0fcd6f0.

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-08 08:57:13 +09:00
..
activitypub refactor(backend): core/activitypub/models (#11067) 2023-07-08 08:57:13 +09:00
chart refactor 2023-05-29 13:21:26 +09:00
entities cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
AccountMoveService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +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 fix(backend): キャッシュが溜まり続けないように 2023-06-10 13:45:11 +09:00
CaptchaService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
CoreModule.ts feat: Introduce Meilisearch (#10755) 2023-05-05 08:52:14 +09:00
CreateSystemUserService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +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 refactor(backend): replace private-ip with ipaddr.js (#11041) 2023-06-25 06:35:09 +09:00
DriveService.ts ロールにNSFWを強制的につけるオプションを追加 (#10731) 2023-05-05 14:18:06 +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 2023-07-07 22:55:53 +00:00
FileInfoService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +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 cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +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 cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
NoteDeleteService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
NotePiningService.ts refactor: fix types 2023-02-12 18:47:30 +09:00
NoteReadService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +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 fix(backend): deliverManyにcontentのnullチェックを追加 2023-07-07 23:15:04 +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 cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
RoleService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
S3Service.ts regionが空文字列のときはundefinedとする (#10410) 2023-03-25 18:45:14 +09:00
SearchService.ts fix(backend): ひとつのMeilisearchサーバーを複数のMisskeyサーバーで使えない問題を修正 2023-05-11 21:09:29 +09:00
SignupService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +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 enhance: account migration (#10592) 2023-04-30 00:09:29 +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 cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
WebfingerService.ts feat: カスタム絵文字ごとにそれをリアクションとして使えるロールを設定できるように 2023-05-18 18:45:49 +09:00
WebhookService.ts cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00