sharkey/packages/backend/src/core
okayurisotto e35a370af0
refactor(backend): core/activitypub (#11247)
* eslint: `explicit-function-return-type`

* eslint: `no-unnecessary-condition`

* eslint: `eslint-disable-next-line`

* eslint: `no-unused-vars`

* eslint: `comma-dangle`

* eslint: `import/order`

* cleanup: unnecessary non-null assertion

* cleanup: `IActivity`に`actor`は常に存在するようなので

* cleanup: unnecessary `as`

* cleanup: unnecessary `Promise.resolve`

* cleanup

* refactor: `String.prototype.match()`である必要がない部分をよりシンプルな書き方に変更

* refactor: よりよい型定義

* refactor: よりよい型定義

- `LdSignature`の`normalize`メソッドでの使われ方から、
	- `data`引数の型定義を`any`から`JsonLdDocument`へ修正
	- `getLoader`メソッドの返り値の型定義の一部を`any`から`RemoteDocument`へ修正
		- `contextUrl`が不正な値(`null`)となっていたことが判明したため`undefined`へ修正
		- `document`の型と合わせるために`CONTEXTS`の型定義の一部を`unknown`から`JsonLd`へ修正
			- とりあえず`satisfies`を使用
		- `document`の型と合わせるために`fetchDocument`メソッドの返り値の型定義の一部を`unknown`から`JsonLd`へ修正
			- どうしようもなく`as`を使用

* refactor: 型ガードを使うことでnon-null assertionをやめた

* refactor: non-null assertionをやめた

`.filter()`で行っている型ガードなどの文脈から、より適しているだろうと思われる書き方に変更した。

* refactor: 型ガードを使うことで`as`をやめた

* refactor: `as`をやめた

* refactor: よりよい型定義

- `id`は`null`とのunionになっていたが、`null`を渡している場面はなかった
	- またおそらくこのメソッドは`IOrderedCollection`を返すため、そちらに合わせて`null`とのunionをやめた
		- `IOrderedCollection`とはまだ型に相違がある
- `totalItems`をコメントや使われ方を元に`number`へ推論

* refactor: `for-of` -> `Array.prototype.map`

* refactor: `delete`演算子を使わない形に
2023-07-13 12:48:34 +09:00
..
activitypub refactor(backend): core/activitypub (#11247) 2023-07-13 12:48:34 +09:00
chart refactor 2023-05-29 13:21:26 +09:00
entities refactor(backend): 存在確認のfindOneByexistに置き換え (#11224) 2023-07-11 14:58:58 +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 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 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(backend): fix fetchInstanceMetadata error (#11236) 2023-07-11 14:40:56 +09: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 refactor(backend): 存在確認のfindOneByexistに置き換え (#11224) 2023-07-11 14:58:58 +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): 存在確認のfindOneByexistに置き換え (#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 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): Remove Meilisearch index when notes are deleted (#10988) 2023-07-08 21:31:38 +09:00
SignupService.ts refactor(backend): 存在確認のfindOneByexistに置き換え (#11224) 2023-07-11 14:58:58 +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 refactor(backend): 存在確認のfindOneByexistに置き換え (#11224) 2023-07-11 14:58:58 +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