summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* feat(backend): クリップ内でノートを検索できるようにsyuilo2025-06-291-0/+12
|
* feat: モデログを検索できるようにsyuilo2025-06-281-5/+12
|
* enhance: ↵syuilo2025-06-2864-80/+248
| | | | ページネーション(一覧表示)の基準日時を指定できるように sinceId/untilIdが指定可能なエンドポイントにおいて、sinceDate/untilDateも指定可能に
* ジョブキューの`Progress`の値を正しく計算する (#16218)keito2025-06-257-33/+35
| | | | | * fix: ジョブキューのProgressの値の範囲を 0~100 に統一 * fix(backend): ジョブキューのProgressの計算に用いる総数を最初に一度だけ取得する
* feat: ノートの下書き(draft of note) (#15298)taichan2025-06-2520-2/+1600
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIp (backend) * Remove unused * 下書きbackend 続き * fix(backedn): visibilityが下書きに反映されない * Update packages/backend/src/postgres.ts Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * Fix : import order * fix(backend) : createでcwが効かない * FIX FOREGIN KEY * wip: frontend(既存の下書きを挿入) まだ:チャンネル表示、下書きの作成、削除 * WIP: ノート選択ダイアログ 投稿時に下書きを削除 * Promiseに変更 * 連合なし、チャンネルも表示 * Hashtagの値抜け漏れ * hasthagを0文字でも作成可能に * 下書きの保存機構 * chore(misskey-js): build types * localOnly抜け漏れ * チャンネル情報の書き換え * enhance(frontend): ヘッダ部の表示改善 * fix(frontend): ファイル添付できない * fix: no file * fix(frontend): 投票が反映されない * ハッシュタグの展開(コメントアウト外し忘れ) * fix: visibleUserIdsが反映されない * enhance: APIの型を整備 * refactor: 型が整備できたのでasを削除 * Add userhost * fix * enhance: paginationを使う * fix * fix: 自分のアカウントでの投稿でしか下書きを利用できないように 完全に塞ぐことはできないが一応 * :art: * APIのエラーIDを追加 * enhance: スタイル調整 * remove unused code * :art: * fix: ロールポリシーの型 * ロールの編集画面 * ダイアログの挙動改善 * 下書き機能が利用できない場合は表示しないように * refactor * fix: ダブルクリックが効かない問題を修正 * add comments * fix * fix: 保存時のエラーの種別にかかわらずmodalを閉じないように * fix()backend: NoteDraftのreply, renoteの型が間違ってたので修正 (migtrationはあってた) * fix: 投稿フォームを空白にして通常リノートできるやつは下書きとしては弾くように * fix(backend): テキストが0文字でも下書きは保存できるように * Fix(backend): replyIdの型定義がミスっているのを修正 * chore(misskey-js): update types * Add CHANGELOG * lint * 常にサーバー下書きに保存し、上限を超えた場合のみ尋ねるように * NoteDraftServiceにcreate, updateの処理を移譲 * Fix typeerror * remove tooltip * Remove Mkbutton:short and use iconOnly * 不要なコメントの削除 * Remove Short Completely * wip * escキーまわりの挙動を改善 * 下書き選択時に下書き可能数と現在の量が分かるように * cleanUp * wip * wi * wip * Update MkPostForm.vue --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): correct outbox pagination (#16176)zyoshoka2025-06-081-6/+21
|
* fix(backend): avoid deadlock when deleting account (#16162)zyoshoka2025-06-041-3/+3
|
* feat: 全てのチャットメッセージを既読にできるようにsyuilo2025-06-033-0/+49
|
* fix(backend): ↵syuilo2025-06-021-3/+4
| | | | ログインできなくなるため、ugcVisibilityForVisitorがnoneでもusers/showは許可するように
* fix(backend): ↵おさむのひと2025-05-311-1/+1
| | | | | | | ジョブキュー画面のPausedタブをアクティブにすると400エラーが返ってくるのを修正 (#16124) * fix(backend): ジョブキュー画面のPausedタブをアクティブにすると400エラーが返ってくるのを修正 * fix CHANGELOG.md
* enhance(backend): tweak default maxFileSizeMb valuesyuilo2025-05-291-1/+1
| | | | ref: #15988
* enhance(backend): 外部サイトのOGPのキャッシュ期間を調整syuilo2025-05-291-2/+2
|
* Export/Import withReplies (#15986)anatawa122025-05-295-8/+36
| | | | | | | | | | | | | | | * feat: export withReplies of UserList * feat: export withReplies of following * import following時のwithRepliesがデフォルト値であることを明示する * changelog * update index.d.ts --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Fix: ↵anatawa122025-05-2920-90/+120
| | | | | | | | | | | | | | | | | | | | | | | | | ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題 (#16009) * chore: change 3rd parameter of generateMutedUserQueryForNotes to options * chore: allow specifying note column for note/block query * chore: check for mute / block for renote of note with DB query * chore: check for mute / block for renote of note with FTT * refactor: ミュート・ブロックのためのクエリ呼び出しを一つの関数にまとめる * docs(changelog): ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題を修正 * fix missing default parameter * Update is-user-related.ts * test: add tests for mutes --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* improve logsyuilo2025-05-281-1/+1
|
* feat: ↵おさむのひと2025-05-274-1/+17
| | | | | | | | | URLプレビューのリダイレクトを受け入れるかどうかを設定できるようにする (#16112) * feat: URLプレビューのリダイレクトを受け入れるかどうかを設定できるようにする * fix CHANGELOG.md * fix lang
* fix(backend): correct invalid schema format specifying only `required` for ↵zyoshoka2025-05-2714-189/+335
| | | | | | | `anyOf` (#16089) * fix(backend): correct invalid schema format specifying only `required` for `anyOf` * refactor(backend): make types derived from `allOf` or `anyOf` more strong
* fix(backend): add response schema for `notes/show-partial-bulk` endpoint ↵zyoshoka2025-05-251-1/+20
| | | | (#16093)
* enhance(backend): ↵syuilo2025-05-242-11/+33
| | | | ファイル種別が判定できない場合、拡張子を参照するように
* fix(backend): ↵syuilo2025-05-241-0/+7
| | | | unallowedFileTypeエラーがハンドリングされていない問題を修正
* fix(backend): better nullable ref schema representation (#16088)zyoshoka2025-05-231-5/+4
| | | | | * fix(backend): better nullable ref schema representation * refactor