summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 2025.12.2-alpha.0github-actions[bot]2025-12-163-3/+3
|
* enhance(backend): request ip が localhost ↵syuilo2025-12-163-25/+37
| | | | だった場合、レートリミットをスキップ & 警告を出すように
* Update CHANGELOG.mdsyuilo2025-12-161-0/+5
|
* Update example.ymlsyuilo2025-12-161-1/+11
|
* Revert "Merge commit from fork"syuilo2025-12-162-3/+3
| | | | | | This reverts commit 5512898463fa8487b9e6488912f35102b91f25f7. see https://github.com/misskey-dev/misskey/issues/16994
* deps: update deps [ci skip] (#16997)かっこかり2025-12-1619-1758/+1704
| | | | | | | | | | | * update deps * update chokidar to v5 * fix type error * rollback serviceworker types to r74 * fix [ci skip]
* fix(gh): `thollander/actions-comment-pull-request@v3` の breaking change ↵かっこかり2025-12-161-1/+1
| | | | 対応漏れ
* chore(deps): update [github actions] update dependencies (major) (#16869)renovate[bot]2025-12-1628-92/+92
| | | | | | | | | | | | | | * chore(deps): update [github actions] update dependencies * migrate * bump download-artifact to v7 * bump upload-artifact to v6 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-12-141-0/+12
|
* Release: 2025.12.1github-actions[bot]2025-12-142-2/+2
|
* Update PostgreSQL volume mount paths for PostgreSQL 18 (#16986)Copilot2025-12-144-4/+4
| | | | | | | | | | | | * Initial plan * Update PostgreSQL volume mount paths for PostgreSQL 18 compatibility Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Update CHANGELOG for version 2025.12.1syuilo2025-12-131-3/+0
| | | Removed empty section under General and retained fixes under Client.
* Bump version to 2025.12.1-alpha.1github-actions[bot]2025-12-132-2/+2
|
* New Crowdin updates (#16939)syuilo2025-12-134-11/+22
| | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (English) * New translations ja-jp.yml (German) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified)
* fix(frontend/aiscript): ↵かっこかり2025-12-133-5/+16
| | | | | | | nullを返すnote_view_intrruptorが動作しない問題を修正 (#16977) * fix(frontend/aiscript): nullを返すnote_view_intrruptorが動作しない問題を修正 * Update Changelog
* fix(frontend): follow-up of 16970 (#16975)かっこかり2025-12-131-158/+160
|
* fix(frontend): ↵かっこかり2025-12-132-27/+53
| | | | | | | ドライブファイルを日付以外で並び替える場合は月でグループ化して表示しないように (#16978) * fix(frontend): ドライブファイルを日付以外で並び替える場合は月でグループ化して表示しないように * Update Changelog
* fix(frontend): 無限スクロールできる箇所の調整 (#16979)かっこかり2025-12-131-2/+2
|
* Bump version to 2025.12.1-alpha.0github-actions[bot]2025-12-123-3/+3
|
* fix(sw): Service Worker Auto Preloadをオプトアウトするように ↵まっちゃてぃー。2025-12-121-2/+15
| | | | | | | | | (#16971) * Service Worker Auto Preloadをオプトアウトするように * TypeErrorを修正 * コメントを追記
* Fix: ↵anatawa122025-12-125-4/+5
| | | | | | | | | | | deckのタイムラインセレクタのデフォルトの値が現在のタイムラインではない問題 (#16008) * fix: os.selectの型定義の上で default が文字列である問題を修正 * fix: deckのタイムライン選択画面で今指定されているタイムラインがデフォルトで選択されない問題 * fix lint * fix: type error
* fix: remove unused dependencies (#16969)かっこかり2025-12-125-152/+30
| | | | | * fix(frontend): remove unused dependencies * fix(backend): remove unused dependencies
* fix(frontend): ↵FINEARCHS2025-12-112-1/+2
| | | | | | | | | | | オーナー不在のチャンネルをミュートできないのを修正 (#16906) * オーナー不在のチャンネルをミュートできないのを修正 * update changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2025-12-113-2/+29
| | | | | | | | | | | 削除されたノートのリノートが正しく表示されない問題を修正 (#16970) * fix(frontend): 削除されたノートのリノートが正しく表示されない問題を修正 * Update Changelog * :art: * fix
* enhance: use native glob (#16965)syuilo2025-12-1118-118/+44
| | | | | | | | | | | | | | | * enhance: use native glob * remove tiny-glob * remove fast-glob * refactor * fix: use async glob if possible --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(sw): オフライン時のfetch timeout処理を実装 (#16952)まっちゃてぃー。2025-12-104-27/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(sw): implement fetch timeout handling for navigation and offline content * fix(sw): increase fetch timeout * fix(sw): improve fetch timeout handling for i18n content * fix(sw): 結局、fetchを通るかCacheがhitするはずなので、i18nのところはいらない * fix(sw): 400番台のエラーを無条件でオフラインページにしていたのを修正 * 間違えた * i18nもtimeoutが必要 * import sortingを修正 * import sortingを修正 * Fix: Frontend のsharedにはアクセスできないじゃん... * SPDX * Update CHANGELOG.md * Update packages/sw/src/scripts/lang.ts Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * Update packages/sw/src/sw.ts Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(backend): ジョブキューでSentryが有効にならない問題を修正syuilo2025-12-082-2/+2
|
* Update CHANGELOG.md [ci skip]かっこかり2025-12-081-1/+1
|
* fix(frontend): ↵かっこかり2025-12-083-1/+5
| | | | | | | ロード時の言語判定結果が保存されない問題を修正 (#16956) * fix(frontend): ロード時の言語判定結果が保存されない問題を修正 * Update Changelog
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-12-061-0/+12
|
* Release: 2025.12.0github-actions[bot]2025-12-062-2/+2
|
* Update CHANGELOG.mdsyuilo2025-12-061-0/+3
| | | Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(backend): fix tests (#16947)かっこかり2025-12-063-33/+67
| | | | | * fix(backend): shouldHideNoteByTimeのロジックの誤りを修正 * fix tests
* 🎨syuilo2025-12-061-8/+10
|
* Update CHANGELOG.mdsyuilo2025-12-061-4/+1
|
* Merge commit from forkおさむのひと2025-12-065-52/+221
|
* Bump version to 2025.12.0-beta.0github-actions[bot]2025-12-062-2/+2
|
* use node 22.15.0 by defaultsyuilo2025-12-063-3/+3
| | | | #16944
* update pnpm to 10.24.0syuilo2025-12-062-7/+7
|
* fix(deps): update [backend] update dependencies [ci skip] (#16941)renovate[bot]2025-12-052-108/+439
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies [ci skip] (#16942)renovate[bot]2025-12-059-493/+852
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update [tools] update dependencies to v4.0.14 [ci skip] (#16940)renovate[bot]2025-12-052-57/+53
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency nodemailer to v7.0.11 [security] [ci skip] (#16919)renovate[bot]2025-12-052-6/+6
| | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(deps): update dependency @sentry/node to v10.27.0 [security] [ci skip] ↵renovate[bot]2025-12-052-237/+243
| | | | | | | | | | | | (#16860) * fix(deps): update dependency @sentry/node to v10.27.0 [security] * fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(frontend): stacking router ↵syuilo2025-12-042-1/+2
| | | | viewで連続して戻る操作を行うと何も表示されなくなる問題を修正
* Revert "fix(frontend): stacking router ↵syuilo2025-12-042-4/+2
| | | | | | viewで連続して戻る操作を行うと何も表示されなくなる問題を修正" This reverts commit a3c3052d0fae8223b73b4ee0abca2b6702da92a2.
* fix(deps): update dependency body-parser to v2.2.1 [security] (#16899)renovate[bot]2025-12-042-8/+8
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump version to 2025.12.0-alpha.2github-actions[bot]2025-12-042-2/+2
|
* refactor(backend): ↵syuilo2025-12-0417-137/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 変換後.config.jsonに統一するように+修正など (#16929) * wip * Update config.ts * wip * convertは元ファイルを変更するようなニュアンスを若干感じるのでcompileに改名 * wip * Update package.json * Revert "Update package.json" This reverts commit e5c28023168f4631dc6b36a14b35cfddbad1fac0. * wip * wip * 謎 * clean up * wip * wip * Revert "wip" This reverts commit 3aa25ac7cf337d57412308e63d8f54e2536b0f7f. * wip * wip * Update dummy.yml * wip * Update compile_config.js * Update compile_config.js * wip * Revert "wip" This reverts commit fd78e097c65f747962e7a411938a0e67538ed347. * Update dummy.yml * Update compile_config.js
* fix(frontend): stacking router ↵syuilo2025-12-042-2/+4
| | | | viewで連続して戻る操作を行うと何も表示されなくなる問題を修正