summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix: avatarId が null のときにも avatarUrl が non null ↵anatawa122025-04-156-11/+15
| | | | 担ってることがある問題 (#15833)
* fix: ↵anatawa122025-04-152-2/+3
| | | | | | | フォルダを開いた状態でメニューからアップロードしてもルートフォルダにアップロードされる問題 (#15836) * fix: フォルダを開いた状態でメニューからアップロードしてもルートフォルダにアップロードされる問題 * docs(changelog): Fix: フォルダを開いた状態でメニューからアップロードしてもルートフォルダにアップロードされる問題を修正 #15836
* feat(frontend): chat widgetsyuilo2025-04-155-0/+60
|
* feat(frontend): chat columnsyuilo2025-04-158-158/+247
| | | | Resolve #15830
* enhance(backend): ↵おさむのひと2025-04-133-22/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | フォローしているユーザーならフォロワー限定投稿のノートでもアンテナで検知できるように (#15264) * フォローしているユーザーなら鍵ノートでもアンテナにひっかかるように Co-authored-by: kozakura913 <98575220+kozakura913@users.noreply.github.com> Co-authored-by: mai <74494945+chan-mai@users.noreply.github.com> * Eliminate build errors by resolving conflicts * 低コストな判定文を前にもってきて重い判定文に入る可能性を少しでも下げる * fix CHANGELOG.md * fix CHANGELOG.md * fix diff * removed comment * fix CHANGELOG.md --------- Co-authored-by: kozakura913 <98575220+kozakura913@users.noreply.github.com> Co-authored-by: mai <74494945+chan-mai@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* レプリケーション設定時におけるinsertOne()の挙動を調整 ↵おさむのひと2025-04-133-34/+81
| | | | | | | | | | | | | | | | | (#15109) * returningを含むクエリをmasterで動かす * wip * wip * fix CHANGELOG.md * 調整 * fix * fix import
* fix: resolve with non-lowercased acct is broken (#15813)anatawa122025-04-136-8/+8
| | | | | * fix: resolve with non-lowercased acct is broken * docs(changelog): Fix: 大文字を含むユーザの URL で紹介された場合に 404 エラーを返す問題
* fix(frontend): ↵かっこかり2025-04-135-5/+14
| | | | | | | | | | | | | | | 自動バックアップが設定されていない環境では設定が消滅する旨の警告を出すように (#15802) * fix(frontend): 自動バックアップが設定されていない環境ではローカルの設定を削除しないように * Update Changelog * fix lint * fix: 警告を出すだけのみにする * fix * apply suggestion
* fix(backend): ↵かっこかり2025-04-132-3/+45
| | | | | | | サーバー名の変更をシステムアカウントの名前に反映するように (#15806) * fix(backend): サーバー名の変更をシステムアカウントの名前に反映するように * Update Changelog
* fix(frontend): ↵かっこかり2025-04-133-5/+30
| | | | | | | | | | | keyval-storeの値が削除できずに処理が止まる問題を修正 (#15803) * fix(frontend): keyval-storeの値が削除できずに処理が止まる問題を修正 * Update Changelog * implement abortcontroller * fix lint
* fix(deps): update dependency @nestjs/common to v11.0.16 [security] (#15800)renovate[bot]2025-04-122-19/+21
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [backend] update dependencies (#15690)renovate[bot]2025-04-102-1251/+941
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* refactor(frontend): ↵かっこかり2025-04-103-8/+26
| | | | | frontendの検索インデックス作成のスタンドアロンコマンド実装を完全に削除 (#15790) This reverts commit e594fb0037f440f589c36c01e0108f011545a681.
* fix(deps): update [frontend] update dependencies (#15736)renovate[bot]2025-04-107-808/+1266
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-04-091-0/+12
|
* Release: 2025.4.0github-actions[bot]2025-04-092-2/+2
|
* Update CHANGELOG.mdsyuilo2025-04-091-1/+3
|
* Bump version to 2025.4.0-rc.5github-actions[bot]2025-04-082-2/+2
|
* fix(ci): correct condition for skipping Chromatic build (#15783)zyoshoka2025-04-091-2/+2
|
* feat: show file name for warning / errors of [create-search-index] (#15785)anatawa122025-04-091-30/+30
|
* New Crowdin updates (#15781)syuilo2025-04-097-94/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Korean)
* fix: direct does not work in nested route (#15784)anatawa122025-04-091-11/+13
|
* fix typosyuilo2025-04-091-3/+3
|
* refactorsyuilo2025-04-091-1/+2
|
* add missing SearchMarkersyuilo2025-04-091-8/+10
|
* refactorsyuilo2025-04-093-8/+5
|
* resolve promisesyuilo2025-04-091-2/+4
| | | | https://github.com/misskey-dev/misskey/pull/15735#discussion_r2033387035
* add missing SearchMarkersyuilo2025-04-092-56/+58
|
* update i18nsyuilo2025-04-082-2/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-04-081-1/+1
|\
| * Update CHANGELOG.mdsyuilo2025-04-081-1/+1
| | | | | | Co-authored-by: anatawa12 <anatawa12@icloud.com>
* | hideNotesInSensitiveChannel -> excludeNotesInSensitiveChannelsyuilo2025-04-0811-21/+37
|/
* New Crowdin updates (#15776)syuilo2025-04-085-7/+18
| | | | | | | | | | | | | | | * New translations ja-jp.yml (German) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Korean)
* Update CHANGELOG.mdsyuilo2025-04-081-1/+1
|
* Update CHANGELOG.mdsyuilo2025-04-081-0/+1
|
* 🎨syuilo2025-04-081-1/+1
|
* fix(frontend): fix control panel stylesyuilo2025-04-081-1/+1
|
* fix(frontend): Fix #15764syuilo2025-04-083-12/+13
|
* clean upsyuilo2025-04-081-3/+0
|
* Bump version to 2025.4.0-rc.4github-actions[bot]2025-04-072-2/+2
|
* enhance(frontend): ↵syuilo2025-04-082-20/+21
| | | | 設定検索時に対象が含まれるMkFolderを自動で開いておくように
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-04-087-114/+121
|\
| * New Crowdin updates (#15773)syuilo2025-04-087-114/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Simplified)
* | 🎨syuilo2025-04-081-2/+2
| |
* | refactorsyuilo2025-04-085-6/+10
|/
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-04-082-2/+2
|\
| * Bump version to 2025.4.0-rc.3github-actions[bot]2025-04-072-2/+2
| |
* | refactorsyuilo2025-04-083-295/+155
|/
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-04-0745-135/+255
|\
| * enhance: チャットの閲覧を無効化できるように (#15765)かっこかり2025-04-0742-133/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance: チャットの閲覧を無効化できるように * fix * fix * fix * readonlyの説明を追加 * enhance: チャットが無効な場合はチャット関連の設定も隠すように * fix * refactor: ChatServiceからApiに関するドメイン知識を排除