Sharkey/packages/backend/src/core
Acid Chicken 2b8056a852
fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908)
* fix(backend): use insertOne insteadof insert/findOneOrFail combination

* fix: typo

* fix(backend): inherit mainAlias?

* refactor(backend): use extend

* fix(backend): invalid entityTarget

* fix(backend): fake where

* chore: debug

* chore: debug

* test: log

* fix(backend): column names

* fix(backend): remove dummy from

* revert: log

* fix(backend): position

* fix(backend): automatic aliasing

* chore(backend): alias

* chore(backend): remove from

* fix(backend): type

* fix(backend): avoid pure name

* test(backend): fix type

* chore(backend): use cte

* fix(backend): avoid useless alias

* fix(backend): fix typo

* fix(backend): __disambiguation__

* fix(backend): quote

* chore(backend): t

* chore(backend): accessible

* chore(backend): concrete returning

* fix(backend): quote

* chore: log more

* chore: log metadata

* chore(backend): use raw

* fix(backend): returning column name

* fix(backend): transform

* build(backend): wanna logging

* build(backend): transform empty

* build(backend): build alias

* build(backend): restore name

* chore: return entity

* fix: test case

* test(backend): 204

* chore(backend): log sql

* chore(backend): assert user joined

* fix(backend): typo

* chore(backend): log long sql

* chore(backend): log join

* chore(backend): log join depth null

* chore(backend): joinAttributes

* chore(backend): override createJoinExpression

* chore: join log

* fix(backend): escape

* test(backend): log log

* chore(backend): join gonna success?

* chore(backend): relations

* chore(backend): undefined

* chore(backend): target

* chore(backend): remove log

* chore(backend): log chart update

* chore(backend): log columns

* chore(backend): check hasMetadata

* chore(backend): unshift id when not included

* chore(backend): missing select

* chore(backend): remove debug code
2024-06-01 11:16:44 +09:00
..
activitypub fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
chart fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
entities perf(backend): avoid N+1 selects from user table when packing many entities (#13911) 2024-05-31 15:32:42 +09:00
AccountMoveService.ts refactor(general): use Date.now() instead of creating a new Date instance (#13671) 2024-04-07 21:14:13 +09:00
AccountUpdateService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
AchievementService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
AiService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
AnnouncementService.ts fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
AntennaService.ts enhance(antenna): Botの投稿を除外できるように (#13603) 2024-03-21 07:51:01 +09:00
AppLockService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
AvatarDecorationService.ts fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
CacheService.ts fix: 古いキャッシュを使うのを修正 (#13453) 2024-02-25 12:36:10 +09:00
CaptchaService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ChannelFollowingService.ts chore: add missing SPDX ID and workflow check (#13570) 2024-03-13 22:37:18 +09:00
ClipService.ts fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
CoreModule.ts feat: 個別のお知らせにリンクで飛べるように (#13885) 2024-05-27 17:15:11 +09:00
CreateSystemUserService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
CustomEmojiService.ts fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
DeleteAccountService.ts enhance?: DeleteAccountServiceでユーザーを削除する際にuserChangeDeletedStateを発行する (#13382) 2024-02-23 18:15:39 +09:00
DownloadService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
DriveService.ts fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
EmailService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
FanoutTimelineEndpointService.ts FTTが有効かつsinceIdのみを指定した場合に帰って来るレスポンスが逆順である問題を修正 (#13837) 2024-05-20 08:28:28 +09:00
FanoutTimelineService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
FeaturedService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
FederatedInstanceService.ts fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
FetchInstanceMetadataService.ts refactor: avoid as any[] on FetchInstanceMetadataService.ts (#13905) 2024-05-29 07:11:29 +09:00
FileInfoService.ts enhance(backend): ビデオファイルにビデオトラックがあるかを確認するように (#13568) 2024-03-31 12:43:39 +09:00
GlobalEventService.ts enhance: 通知の履歴をリセットできるように (#13335) 2024-02-29 20:03:30 +09:00
HashtagService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
HttpRequestService.ts Merge pull request from GHSA-qqrm-9grj-6v32 2024-02-17 12:41:19 +09:00
IdService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ImageProcessingService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
InstanceActorService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
InternalStorageService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
LoggerService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
MetaService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
MfmService.ts Fix(backend): ActivityPubでのHTMLへのシリアライズを修正 (#13752) 2024-04-27 20:26:55 +09:00
ModerationLogService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
NoteCreateService.ts Exclude channel notes from featured polls (#13838) 2024-05-20 18:08:20 +09:00
NoteDeleteService.ts fix(backend): incorrect logic for determining whether Quote or not (#13700) 2024-04-14 10:23:48 +09:00
NotePiningService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
NoteReadService.ts refactor: Refactor NoteReadService.read (#13429) 2024-02-22 21:10:28 +09:00
NotificationService.ts enhance: 通知の履歴をリセットできるように (#13335) 2024-02-29 20:03:30 +09:00
PollService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ProxyAccountService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
PushNotificationService.ts refactor(general): use Date.now() instead of creating a new Date instance (#13671) 2024-04-07 21:14:13 +09:00
QueryService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
QueueModule.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
QueueService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ReactionService.ts refactor(backend): ReactionService.prototype.convertLegacyReactions (#13375) 2024-02-21 14:31:50 +09:00
RegistryApiService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
RelayService.ts fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
RemoteLoggerService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
RemoteUserResolveService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ReversiService.ts fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
RoleService.ts fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
S3Service.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
SearchService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
SignupService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserAuthService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserBlockingService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserFollowingService.ts fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
UserKeypairService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserListService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserMutingService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UserSuspendService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
UtilityService.ts enhance: 禁止ワードチェック強化 (#27) 2024-03-01 20:16:32 +09:00
VideoProcessingService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
WebAuthnService.ts update deps (#13624) 2024-05-04 20:56:14 +09:00
WebfingerService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
WebhookService.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00