egirlskey/packages/backend/src/core
dakkar 219c7fa6ec always preserve old text when editing a note
before this change:

* create a note, with text
  * `note` has a row with the text
	* `note_edit` doesn't have any matching row
* edit the note, removing all the text
  * the row in `note` has the new, empty, text
	* `note_edit` has a matching row, but its `oldText` is NULL

so the original text is lost

after this change, the row in `note_edit` always keeps the previous
text
2023-11-02 14:28:23 +00:00
..
activitypub revert: previous commit 2023-11-01 01:43:01 +01:00
chart perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
entities merge: upstream 2023-11-01 12:39:07 +01:00
AccountMoveService.ts fix of 1fa1d31696 2023-10-16 12:00:56 +09:00
AccountUpdateService.ts
AchievementService.ts
AiService.ts
AnnouncementService.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
AntennaService.ts refactor(backend): rename service 2023-10-18 12:07:18 +09:00
AppLockService.ts
AvatarDecorationService.ts feat: Avatar decoration (#12096) 2023-10-21 18:38:07 +09:00
CacheService.ts Fix: チャンネルのフォロー・アンフォローの反映速度を改善 (#12149) 2023-10-27 18:34:02 +09:00
CaptchaService.ts
ChannelFollowingService.ts Fix: チャンネルのフォロー・アンフォローの反映速度を改善 (#12149) 2023-10-27 18:34:02 +09:00
ClipService.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
CoreModule.ts merge: upstream 2023-10-31 19:33:24 +01:00
CreateSystemUserService.ts fix: system users not being set to approved on creation 2023-10-19 10:38:46 +02:00
CustomEmojiService.ts Remove unnecessary nullish coalescing (#12058) 2023-10-18 09:54:18 +09:00
DeleteAccountService.ts
DownloadService.ts
DriveService.ts merge: upstream performance changes & instance silencing 2023-10-16 23:38:21 +02:00
EmailService.ts
FeaturedService.ts upd: apply same changes to featured 2023-11-01 15:00:24 +01:00
FederatedInstanceService.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
FetchInstanceMetadataService.ts
FileInfoService.ts
FunoutTimelineService.ts enhance(backend): improve fanout tl 2023-10-18 12:26:16 +09:00
GlobalEventService.ts fix type 2023-10-23 11:07:27 +09:00
HashtagService.ts upd: move TTL after pipeline execution 2023-11-01 14:51:50 +01:00
HttpRequestService.ts
IdService.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
ImageProcessingService.ts
InstanceActorService.ts
InternalStorageService.ts
LoggerService.ts
MetaService.ts feat: 通知の受信設定を強化 2023-09-29 11:29:54 +09:00
MfmService.ts chore: add attribution 2023-11-01 00:55:53 +01:00
ModerationLogService.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
NoteCreateService.ts test: update debug lines 2023-11-01 00:26:21 +01:00
NoteDeleteService.ts merge: upstream 2023-10-31 19:33:24 +01:00
NoteEditService.ts always preserve old text when editing a note 2023-11-02 14:28:23 +00:00
NotePiningService.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
NoteReadService.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
NotificationService.ts Feat: 未読通知数を表示できるように (#11982) 2023-11-01 13:34:05 +09:00
PollService.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
ProxyAccountService.ts
PushNotificationService.ts
QueryService.ts enhance(backend): RedisへのTLのキャッシュをオフにできるように 2023-10-23 15:17:25 +09:00
QueueModule.ts
QueueService.ts 新規にフォローした人のwithRepliesをtrueにする機能を追加 (#12048) 2023-10-17 20:56:17 +09:00
ReactionService.ts refactor and perf tweak 2023-10-19 11:19:42 +09:00
RelayService.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
RemoteLoggerService.ts
RemoteUserResolveService.ts
RoleService.ts feat: アイコンデコレーションの管理をロールで設定できるように (#12173) 2023-10-30 15:33:15 +09:00
S3Service.ts
SearchService.ts chore: remove debug line, change example.yml 2023-11-01 00:42:08 +01:00
SignupService.ts add: Require Approval for Signup 2023-10-18 02:41:36 +02:00
UserAuthService.ts
UserBlockingService.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
UserFollowingService.ts enhance(backend): improve fanout tl 2023-10-18 12:26:16 +09:00
UserKeypairService.ts
UserListService.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
UserMutingService.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00
UserService.ts merge: timeline 1 2023-10-13 17:58:11 +02:00
UserSuspendService.ts
UtilityService.ts feat: サーバーサイレンス機能を追加 (#12031) 2023-10-16 20:11:27 +09:00
VideoProcessingService.ts
WebAuthnService.ts
WebfingerService.ts
WebhookService.ts perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように 2023-10-16 10:45:22 +09:00