summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactorsyuilo2025-08-281-0/+2
|
* fix i/apps schemasyuilo2025-08-271-0/+10
|
* json schemaに誤りがあるのを修正syuilo2025-08-271-0/+4
|
* userのjson schemaに誤りがあるのを修正syuilo2025-08-271-1/+1
|
* refactorsyuilo2025-08-271-0/+16
|
* refactorsyuilo2025-08-274-59/+70
|
* refactorsyuilo2025-08-272-1/+2
|
* refactorsyuilo2025-08-261-2/+2
|
* refactorsyuilo2025-08-266-15/+111
|
* fix: Pages will be deleted when eye-catching image is moved (#16455)anatawa122025-08-251-1/+1
|
* fix(backend): ↵syuilo2025-08-231-6/+9
| | | | | | 削除されたユーザーがチャットメッセージにリアクションしている場合`chat/history`などでエラーになる問題を修正 Fix #16445
* fix(backend): `notes/mentions` ↵syuilo2025-08-211-1/+1
| | | | | | で場合によっては並び順が正しく返されない問題を修正 Fix #16398
* fix(backend): ↵かっこかり2025-08-211-4/+13
| | | | | | | クリップ一覧APIをページネーションに対応させる (#16434) * fix(backend): クリップ一覧APIをページネーションに対応させる * Update Changelog
* enhance: verify-emailにフロントエンドUIを実装 (#16431)かっこかり2025-08-213-24/+67
| | | | | | | | | | | | | | | * enhance: メールのverifyをAPIに変更 * enhance(frontend): メールのVerifyページを追加 * fix * :art: * :art: * Update Changelog * lint
* サーバー管理コマンド (#15882)syuilo2025-08-203-0/+121
| | | | | | | | | | | | | * wip * Update cli.ts * Update cli.ts * wip * Update CHANGELOG.md * Delete cli.mjs
* feat: ↵syuilo2025-08-195-0/+20
| | | | 非ログイン時に表示されるトップページのスタイルを選択できるように
* chore: preserve notes with local reactions (#16412)anatawa122025-08-171-0/+1
|
* fix: Remote Note Cleaning will delete notes embedded in a page (#16408)anatawa122025-08-159-96/+322
| | | | | | | | | | | | | | | | | | | | | * feat: preserve number of pages referencing the note * chore: delete pages on account delete * fix: notes on the pages are removed by CleanRemoteNotes * test: add the simplest test for page embedded notes * fix: section block is not considered * fix: section block is not considered in migration * chore: remove comments from columns * revert unnecessary change * add pageCount to webhook test * fix type error on backend
* enhance: performance for CleanRemoteNotesProcessorService (#16404)饺子w (Yumechi)2025-08-141-90/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance: performance for CleanRemoteNotesProcessorService Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * suggestions Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * docs Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * change initial limit to 100 Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * robustness for transient race conditions Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * handle cursors in postgres Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * robustness: transient errors and timeout handling Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * use '0' as initial cursor Signed-off-by: eternal-flame-AD <yume@yumechi.jp> --------- Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* fix(backend): fix type errors caused by dependency updatesyuilo2025-08-091-12/+7
| | | | | https: //github.com/misskey-dev/misskey/pull/16308 Co-Authored-By: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(deps): update [backend] update dependencies (#16201)renovate[bot]2025-08-091-3/+3
| | | | | | | | | | * fix(deps): update [backend] update dependencies * Update HttpRequestService.ts --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* chore(backend): remove unused codessyuilo2025-08-0910-39/+0
|
* enhance: ユーザー検索を制限できるように (#16380)かっこかり2025-08-093-0/+8
| | | | | * enhance: ユーザー検索を制限できるように * Update Changelog
* fix(backend): prevent run repeatable job immediatelysyuilo2025-08-091-0/+1
| | | | Fix #16357
* fix: チャットの利用可否ポリシーの考慮漏れを修正 (#16259)かっこかり2025-08-092-1/+11
| | | | | * fix: チャットの利用可否ポリシーの考慮漏れを修正 * :art:
* Fix: SystemWebhook設定でsecretを空に出来ない問題を修正 (#16371)Sayamame-beans2025-08-082-4/+2
| | | | | | | * fix(backend): allow system-webhook secret to be empty * docs(changelog): update changelog * chore: run build-misskey-js-with-types
* fix(backend): Fix and create unit test of CleanRemoteNotesProcessorService ↵tamaina2025-08-081-75/+94
| | | | | | | | | | | | | | | | | | | | | (#16368) * wip * test(backend): CleanRemoteNotesProcessorService (basic) * test(backend): CleanRemoteNotesProcessorService (advanced) * :v: * a * split initiator query * no order by * ??? * old → older
* per-locale bundle & inline locale (#16369)anatawa122025-08-085-111/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: split entry file by locale name * chore: とりあえず transform hook で雑に分割 * chore: とりあえず transform 結果をいい感じに * chore: concurrent buildで高速化 * chore: vite ではローケルのないものをビルドして後処理でどうにかするように * chore: 後処理のためにi18n.jを単体になるように切り出す * chore: use typescript * chore: remove unref(i18n) in vite build process * chore: inline variable * fix: build error * fix: i18n.ts.something.replaceAll() become error * chore: ignore export specifier from error * chore: support i18n.tsx as object * chore: process literal for all files * chore: split config and locale * chore: inline locale name * chore: remove updating locale in boot common * chore: use top-level await to load locales * chore: inline locale * chore: remove loading locale from boot.js * chore: remove loading locale from boot.js * コメント追加 * fix test; fetchに失敗する * import削除ログをdebugレベルに * fix: watch pug * chore: use hash for entry files * chore: remove es-module-lexer from dependencies * chore: move to frontend-builder * chore: use inline locale in embed * chore: refetch json on hot reload * feat: store localization related to boot.js in backend in bootloaderLocales localstorage * 応急処置を戻す * fix spex * fix `Using i18n identifier "e" directly. Skipping inlining.` warning * refactor: use scriptsDir parameter * chore: remove i18n from depmap * chore: make build crash if errors * error -> warn few conditions * use inline object * update localstorage keys * remove accessing locale localstorage * fix: failed to process i18n.tsx.aaa({x:i18n.bbb})
* chore: ↵anatawa122025-08-041-51/+61
| | | | リモートノートの削除条件をデータベース上で確認するように (#16351)
* clean upsyuilo2025-08-041-21/+0
|
* enhance: support emojis added in Unicode 16.0 or earlier (#16329)poppingmoon2025-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * add missing emojis to emojilist.json * reorder family emojis * reorder harp * reorder symbols * correct emoji genders * add missing emojis to unicode-emoji-indexes * add Japanese annotations for Sark flag * correct kana notations * add square colors * upgrade @twemoji/parser to 16.0.0 * correct emoji genders * upgrade mfm.js to 0.25.0
* ノート検索のホスト指定オプションの速度改善 (#16339)果物リン2025-08-011-2/+2
| | | Co-authored-by: misskey-release-bot[bot] <157398866+misskey-release-bot[bot]@users.noreply.github.com>
* feat(frontend): セーフモード (#16245)かっこかり2025-08-013-16/+52
| | | | | | | | | | | | | | | | | | | | | | | * feat(frontend): セーフモード * Update Changelog * Update Changelog * fix * fix * Update Changelog * Update Changelog * PWAのショートカット経由でもセーフモードで起動できるように * Update ClientServerService.ts --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance: ジョブのログを表示できるようにsyuilo2025-08-013-0/+53
|
* enhance(backend): ↵syuilo2025-08-011-2/+2
| | | | | | | 連合関係のサーバー設定のデフォルト値をウィザード側に移動 - サーバー初期設定ウィザードでデフォルト値を設定できるため、データベース上のデフォルト値でオンにしておく必要がない - 連合は初期設定が終わるまで閉じられている方が安全
* feat: remote notes cleaning (#16292)syuilo2025-08-017-1/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * wip * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update job-queue.job.vue * wip * Update CleanRemoteNotesProcessorService.ts * wip * wip * wip * Update CleanRemoteNotesProcessorService.ts * wip * Update CHANGELOG.md * Revert "wip" This reverts commit 89d455d302c1106c421bcec309fd7bf02509465e. * wip * woip * Update QueueService.ts * Update QueueService.ts * ピン留め考慮 * Update CleanRemoteNotesProcessorService.ts * Update QueueService.ts * Update CleanRemoteNotesProcessorService.ts * add log * Update CHANGELOG.md * wip * Update MkServerSetupWizard.vue
* enhance(backend): tweak system job logsyuilo2025-08-011-2/+7
|
* enhance(backend): ↵syuilo2025-07-311-78/+45
| | | | 古いバージョンで作成され現在使われなくなったrepeatableジョブをクリーンアップするように
* enhance(backend): BullMQの廃止されたRepeatableからJob ↵syuilo2025-07-311-34/+58
| | | | Schedulersに移行
* ノートの脱CASCADE削除 (#16332)syuilo2025-07-319-56/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * Update QueryService.ts * Update QueryService.ts * wip * Update MkNoteDetailed.vue * Update NoteEntityService.ts * wip * Update antennas.ts * Update create.ts * Update NoteEntityService.ts * wip * Update CHANGELOG.md * Update NoteEntityService.ts * Update NoteCreateService.ts * Update note.test.ts * Update note.test.ts * Update ClientServerService.ts * Update ClientServerService.ts * add error handling * Update NoteDeleteService.ts * Update CHANGELOG.md * Update entities.ts * Update entities.ts * Update misskey-js.api.md
* test(backend): e2e/timelines.ts: 非FTT時のテストを追加, ↵tamaina2025-07-302-10/+14
| | | | | | | | | | | | | | | | | | | | | 凍結のテストを追加, これにかかる幾つかのバグ修正 (#16284) * test(backend): 非FTT時のテストを追加 * clean up * skip test about reply * Fix #16289 * clean up * cherry pick * add renote test * Fix https://github.com/misskey-dev/misskey/issues/16293 * remove debug log
* Migration cleanup (#16288)anatawa122025-07-167-16/+27
| | | | | | | | | | | | | | | | | | | | | | | | | * chore: apply several @Index and @ManyToOne to match actual migration code * chore: several decorator updates with typeorm bug workaround with patches * feat: add final cleanup migration * dev: add .editorconfig settings for generated migrations * chore: update dockerfile to build package with patches * chore: update federation test compose to include patches * chore: revert few dependency update * chore: don't check disableRegistration on test env * test: add test for checking migration script * chore: set proxyRemoteFiles true in test config * chore: enter invitation code in signup test * fix: register send button is not disabled when invitationCode is not input
* enhance(backend): ↵tamaina2025-07-151-0/+5
| | | | | | | | usernameに対してもprohibitedWordsForNameOfUserを適用 (#16282) * enhance(backend): usernameに対してもprohibitedWordsForNameOfUserを適用 Resolve #16281 * fix locales/index/d.ts
* Don't remove notes when reply / renote is removed (#16287)anatawa122025-07-153-7/+25
| | | | | | | | | * chore: make NO ACTION on channel/reply/renote removal * chore(docs): add description to show a possibility of reply null with replyId non-null * fix: packing NoteDraft fails when reply / renote is removed * feat: show drafts targeting removed renote / reply as "削除された投稿への投稿"
* enhance: ウォーターマーク機能をロールで制御可能にsyuilo2025-07-122-0/+7
|
* feat: ↵syuilo2025-07-062-0/+86
| | | | 特定のドライブファイルを添付しているチャットメッセージを一覧できるように
* enhance(backend): Add display name to email (#16256)Souma2025-07-051-1/+4
| | | | | | | | | * feat(backend): Add display name to email Make it clear who sent emails. * docs(changelog): Add a description about this change Users can notice what's changed by this PR.
* fix type errorssyuilo2025-07-051-1/+1
|
* feat: Playを検索できるようにsyuilo2025-07-045-15/+120
| | | | #13115
* enhance(backend): avatarUrlの上限文字数の引き上げ (#16235)4ster1sk2025-07-031-1/+1
|