summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* enhance(frontend): add deck toursyuilo2025-12-173-7/+72
|
* fix(deps): update dependency systeminformation to v5.27.14 [security] [ci ↵renovate[bot]2025-12-173-17/+17
| | | | | | | | | | | | | | | skip] (#17003) * fix(deps): update dependency systeminformation to v5.27.14 [security] * update whitelist to force update systeminformation package * bump other dependencies to fix dep error --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Bump version to 2025.12.2-beta.1github-actions[bot]2025-12-161-1/+1
|
* fix(frontend): ↵かっこかり2025-12-161-9/+12
| | | | まれに設定変更のタブ間同期に失敗する問題を修正 (#16991)
* fix(frontend): 無限スクロールできる箇所の調整 (#17000)かっこかり2025-12-161-1/+1
|
* Bump version to 2025.12.2-beta.0github-actions[bot]2025-12-161-1/+1
|
* fix(frontend): ↵syuilo2025-12-161-2/+2
| | | | | | バージョン表記のないPlayが正しく動作しない問題を修正 Fix #16996
* Bump version to 2025.12.2-alpha.0github-actions[bot]2025-12-161-1/+1
|
* enhance(backend): request ip が localhost ↵syuilo2025-12-163-25/+37
| | | | だった場合、レートリミットをスキップ & 警告を出すように
* Revert "Merge commit from fork"syuilo2025-12-161-1/+1
| | | | | | This reverts commit 5512898463fa8487b9e6488912f35102b91f25f7. see https://github.com/misskey-dev/misskey/issues/16994
* deps: update deps [ci skip] (#16997)かっこかり2025-12-1614-109/+116
| | | | | | | | | | | * update deps * update chokidar to v5 * fix type error * rollback serviceworker types to r74 * fix [ci skip]
* Release: 2025.12.1github-actions[bot]2025-12-141-1/+1
|
* Update PostgreSQL volume mount paths for PostgreSQL 18 (#16986)Copilot2025-12-142-2/+2
| | | | | | | | | | | | * 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>
* Bump version to 2025.12.1-alpha.1github-actions[bot]2025-12-131-1/+1
|
* fix(frontend/aiscript): ↵かっこかり2025-12-132-5/+15
| | | | | | | 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-131-27/+52
| | | | | | | ドライブファイルを日付以外で並び替える場合は月でグループ化して表示しないように (#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-121-1/+1
|
* 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-124-24/+7
| | | | | * fix(frontend): remove unused dependencies * fix(backend): remove unused dependencies
* fix(frontend): ↵FINEARCHS2025-12-111-1/+1
| | | | | | | | | | | オーナー不在のチャンネルをミュートできないのを修正 (#16906) * オーナー不在のチャンネルをミュートできないのを修正 * update changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2025-12-112-2/+28
| | | | | | | | | | | 削除されたノートのリノートが正しく表示されない問題を修正 (#16970) * fix(frontend): 削除されたノートのリノートが正しく表示されない問題を修正 * Update Changelog * :art: * fix
* enhance: use native glob (#16965)syuilo2025-12-1115-58/+42
| | | | | | | | | | | | | | | * 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-103-27/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-081-1/+1
|
* fix(frontend): ↵かっこかり2025-12-082-0/+4
| | | | | | | ロード時の言語判定結果が保存されない問題を修正 (#16956) * fix(frontend): ロード時の言語判定結果が保存されない問題を修正 * Update Changelog
* Release: 2025.12.0github-actions[bot]2025-12-061-1/+1
|
* fix(backend): fix tests (#16947)かっこかり2025-12-063-33/+67
| | | | | * fix(backend): shouldHideNoteByTimeのロジックの誤りを修正 * fix tests
* 🎨syuilo2025-12-061-8/+10
|
* Merge commit from forkおさむのひと2025-12-065-52/+221
|
* Bump version to 2025.12.0-beta.0github-actions[bot]2025-12-061-1/+1
|
* fix(deps): update [backend] update dependencies [ci skip] (#16941)renovate[bot]2025-12-051-9/+9
| | | 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-058-45/+45
| | | 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-051-1/+1
| | | | 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-051-3/+3
| | | | | | | | | | | | (#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-041-0/+1
| | | | viewで連続して戻る操作を行うと何も表示されなくなる問題を修正
* Revert "fix(frontend): stacking router ↵syuilo2025-12-041-3/+1
| | | | | | viewで連続して戻る操作を行うと何も表示されなくなる問題を修正" This reverts commit a3c3052d0fae8223b73b4ee0abca2b6702da92a2.
* fix(deps): update dependency body-parser to v2.2.1 [security] (#16899)renovate[bot]2025-12-041-1/+1
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump version to 2025.12.0-alpha.2github-actions[bot]2025-12-041-1/+1
|
* refactor(backend): ↵syuilo2025-12-0415-132/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 変換後.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-041-1/+3
| | | | viewで連続して戻る操作を行うと何も表示されなくなる問題を修正
* fix(gh): fix federation test (#16936)かっこかり2025-12-041-0/+1
|
* tweak convert_configsyuilo2025-12-031-3/+6
|
* Merge commit from forkKagami Sascha Rosylight2025-12-031-1/+1
| | | | | | | * Change trustProxy default value to false * Update trustProxy default value in example.yml * Update trustProxy default description in example.yml
* Add backend memory usage comparison action for PRs (#16926)Copilot2025-12-031-0/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial plan * Add backend memory usage comparison action Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Fix deprecated serverProcess.killed usage Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Add explicit permissions to save-pr-number job Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Change PR comment text from Japanese to English Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Inline memory measurement script to fix base ref compatibility Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Revert "Inline memory measurement script to fix base ref compatibility" This reverts commit 6f76a121efd450c257167cce6e298c59936f4e37. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Bump version to 2025.12.0-alpha.1github-actions[bot]2025-12-031-1/+1
|
* enhance(backend): 起動前にconfigをjson化 (#16923)おさむのひと2025-12-037-23/+94
| | | | | | | | | | | | | | | | | | | | | * enhance(backend): 起動前にconfigをjson化 * fix * fix * fix * fix * fix * fix CHANGELOG.md * fix * Update CHANGELOG.md * get original
* Bump version to 2025.12.0-alpha.0github-actions[bot]2025-12-011-1/+1
|