summaryrefslogtreecommitdiff
path: root/CHANGELOG.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGELOG.mdsyuilo2 days1-1/+1
|
* fix: review fixes (#17208)かっこかり2 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: OAuthのContent-Typeを正しく判定するように * fix(frontend): fix outdated comments * fix: storagePersistenceのtop-level awaitを解消 * fix * fix(frontend): add comment Co-Authored-By: anatawa12 <anatawa12@icloud.com> * fix * fix: rename `users/get-following-users-by-birthday` * fix: fix types * Update MkForm.vue * refactor utility/storage.ts --------- Co-authored-by: anatawa12 <anatawa12@icloud.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): secure ↵かっこかり12 days1-0/+1
| | | | | | | contextではない場合はストレージ永続化を確認しないように (#17189) * fix(frontend): secure contextではない場合はストレージ永続化を確認しないように * Update Changelog
* fix(frontend): ↵かっこかり2026-02-161-0/+1
| | | | | | | | | ウィンドウのドラッグ・サイズ変更のポインターをキャプチャするように (#17159) * fix(frontend): ウィンドウのドラッグ・サイズ変更のポインターをキャプチャするように * Update Changelog * fix
* Update CHANGELOG.mdかっこかり2026-02-151-1/+1
|
* fix: ↵かっこかり2026-02-151-0/+1
| | | | | | | user-tagページでユーザーが重複して読み込まれるのを修正 (#17163) * fix: user-tagをページネーションに対応させる * update changelog
* fix(frontend): ↵かっこかり2026-02-151-0/+1
| | | | | | | フォロー承認通知でフォローされた際のメッセージ内の絵文字が表示されない問題を修正 (#17164) * fix(frontend): フォロー承認通知でフォローされた際のメッセージ内の絵文字が表示されない問題を修正 * update changelog
* fix(frontend): ↵かっこかり2026-02-081-0/+5
| | | | | | | | | | | | | | | | | ぼかし・塗りつぶし・モザイクの画像エフェクトを修正 (#17155) * fix(frontend): ぼかし・塗りつぶし・モザイクの画像エフェクトを修正 * Update Changelog * fix changelog [ci skip] * fix changelog [ci skip] * tweak --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2026-02-021-0/+1
| | | | | | | ノートの詳細表示でリアクション一覧が全件表示されない問題を修正 (#17137) * fix(frontend): ノートの詳細表示でリアクション一覧が全件表示されない問題を修正 * Update Changelog
* fix(backend): inconsistent permissions for /admin/get-user-ips (#17136)Ken_Cir2026-01-311-0/+1
| | | | | * fix(backend): inconsistent permissions for /admin/get-user-ips * Update Changelog
* fix(frontend): remove ensureSignin from reversi game page (#17130)poppingmoon2026-01-281-0/+1
|
* fix(frontend): mCaptchaが動作しない問題を修正 (#17127)かっこかり2026-01-281-0/+1
| | | | | | | * fix(frontend): mCaptchaが動作しない問題を修正 * Update Changelog * remove mcaptcha vanila glue
* enhance(frontend): ↵かっこかり2026-01-131-0/+1
| | | | | | | | | 画面幅が広いときはメディアを横並びで表示できるようにするオプションを追加 (#16946) * enhance(frontend): 画面幅が広いときはメディアを横並びで表示できるようにするオプションを追加 * Update Changelog * Update CHANGELOG.md
* fix(frontend): add "px" suffix to borderWidth of Ui:C:container (#17088)poppingmoon2026-01-131-0/+1
| | | | | * fix: add "px" suffix to borderWidth of Ui:C:container * docs: update changelog
* fix(frontend): ↵かっこかり2026-01-081-0/+1
| | | | | | | | | | | | | | | mfmFunctionPickerを使用して挿入する際のハンドリングを改善 (#17018) * fix(frontend): mfmFunctionPickerを使用して絵文字を挿入する際のハンドリングを改善 * fix * Update MkPostForm.vue * Update Changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2026-01-081-0/+1
| | | | | | | | | | | 2月29日を誕生日に設定している場合、平年は3月1日を誕生日として扱うように (#17072) * fix(frontend): 2月29日を誕生日に設定している場合、平年は3月1日を誕生日として扱うように * Update Changelog * add tests * spdx
* make __VUE_OPTIONS_API__ false (#17077)syuilo2026-01-071-0/+1
|
* Minify backend (#17054)syuilo2026-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update build.js * Update build.js * [minify-backend用] フィジビリティ検証 (#16878) * fix: minify-backend * 間違えて入れちゃったのを戻す * 追従 * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * test * use node 24 * Revert "use node 24" This reverts commit 7ae2debf23448922de70e208fe2e432ef4665f27. * Revert "test" This reverts commit d91987909139405318e573effe5a5d1613713934. * Update package.json * wip * Update compile_config.js * Revert "Update compile_config.js" This reverts commit 0ee286f02be807b126b65de6d94f573c005f98d7. * Update config.ts * wip * Update .swcrc * Update ClientServerService.ts * [ci skip] update CHANGELOG --------- Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
* Bump version to 2026.1.0-alpha.0github-actions[bot]2026-01-021-1/+1
|
* fix(frontend): ↵かっこかり2026-01-021-0/+1
| | | | | | | | | | | 管理画面でアーカイブ済のお知らせを表示した際にアクティブなお知らせが多い旨の警告が出る問題を修正 (#17059) * fix(frontend): 管理画面でアーカイブ済のお知らせを表示した際にアクティブなお知らせが多い旨の警告が出る問題を修正 * Update Changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* [skip ci] Update CHANGELOG.mdsyuilo2026-01-021-0/+1
|
* fix(frontend): ↵かっこかり2026-01-021-0/+1
| | | | | | | | | | | ファイルタブのセンシティブメディアを開く際に確認ダイアログを出す設定が適用されない問題を修正 (#17019) * fix(frontend): ファイルタブのセンシティブメディアを開く際に確認ダイアログを出す設定が適用されない問題を修正 * Update Changelog * refactor * Update Changelog
* fix(frontend): ↵かっこかり2026-01-021-0/+1
| | | | | | | ログインダイアログが表示されたあとの処理がおかしくなる問題を修正 (#17038) * fix(frontend): ログインダイアログが表示されたあとの処理がおかしくなる問題を修正 * Update Changelog
* fix(frontend): ↵かっこかり2026-01-011-0/+1
| | | | | | | | | | | 登録日によるソートの場合はpaginator側のソートを使用するように (#17048) * fix(frontend): 登録日によるソートの場合はpaginator側のソートを使用するように * Update Changelog * fix lint * refactor
* enhance: ↵かっこかり2025-12-311-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 誕生日のユーザーウィジェットで、今日だけに限らず、直近の誕生日ユーザーを表示できるように (#13637) * enhance(frontend): 「今日誕生日のフォロー中ユーザー」ウィジェットをリファクタリング (cherry picked from commit 24652b9364fd7d898ac176e0da3bb6e957f72328) * fix(backend): 年越しの時期で誕生日検索クエリーが誤動作する問題を修正 (MisskeyIO#577) (cherry picked from commit 38581006be35b4725b235be9f178d2c0c9c5af33) * fix * spdx * delete birthday param on users/following api * 名称を一本化 * Update Changelog * Update Changelog * fix(frontend/WidgetBirthdayFollowings): ユーザーの名前が長いと投稿ボタンがはみ出てしまう問題を修正 (MisskeyIO#582) (cherry picked from commit fa47a545b1b770e5f3e52bb2798d1104da5dd244) * use module css * default 3day * Revert "delete birthday param on users/following api" This reverts commit a47456c1c43410409ed3607ae1d6ebb69a82324b. * Update Changelog * 日付が1ヶ月ズレている問題を修正? * fix: 日付関連のバグを修正 Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> * build misskey-js types * add comment * Update CHANGELOG.md * migrate * change migration * UPdate Changelog * fix: revert unnecessary changes * :art: * i18n * fix * update changelog * :art: * fix lint * refactor: remove unnecessary classes * fix * fix --------- Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
* enhance(backend/oauth): Support client information discovery in the ↵かっこかり2025-12-311-1/+3
| | | | | | | | | | | | | | | IndieAuth 11 July 2024 spec (#17030) * enhance(backend): Support client information discovery in the IndieAuth 11 July 2024 spec * add tests * Update Changelog * Update Changelog * fix tests * fix test describe to align with the other describe format
* enhance(frontend): ウィジェットの設定項目の多言語対応 (#17032)かっこかり2025-12-301-0/+1
| | | | | | | | | | | | | | | | | * enhance(frontend): ウィジェットの設定項目の多言語対応 * Update Changelog * refactor: move options locale key to root for optimizing artifacts for locale inlining * fix * fix * ✌️ --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(frontend): ウィジェットの設定画面を改良 (#17033)かっこかり2025-12-281-0/+1
| | | | | | | * enhance(frontend): ウィジェットの設定画面を改良 * Update Changelog * fix lint
* enhance(frontend): MkDriveで自動でもっと見るを有効化 (#17037)かっこかり2025-12-281-0/+1
| | | | | * enhance(frontend): MkDriveで自動でもっと見るを有効化 * Update Changelog
* Fix(frontend): ↵kami82025-12-261-2/+2
| | | | | | | | | ドライブクリーナーから画像を削除した際、リロードしなくても画面に反映されるよう修正 (#16888) * ドライブクリーナーでファイル削除後、リロードなしで画面に反映されるように修正 * CHANGELOG.mdを修正 * CHANGELOGがおかしかったので修正
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-12-221-0/+12
|
* Update CHANGELOG.md [ci skip]かっこかり2025-12-221-3/+1
|
* fix(frontend): ↵かっこかり2025-12-201-0/+1
| | | | | | | | | 一部のUnicode絵文字がリアクションボタンにならない問題を修正 (#17017) * fix(frontend): 一部のUnicode絵文字がリアクションボタンにならない問題を修正 * Update Changelog * fix
* fix(frontend): ストレージが消去される事がある問題を軽減 ↵かっこかり2025-12-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#16704) * fix(frontend): ストレージが消去される事がある問題を軽減 * add comment * add catch to continue request permissions * Update Changelog * update changelog * fix 通知権限の許可取得はボタン押下時に移動 * fix * wip * Update main-boot.ts * wip --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix: ↵おさむのひと2025-12-201-0/+3
| | | | admin/queue/deliver-delayedとadmin/queue/inbox-delayedの応答速度を改善 (#17009)
* fix(backend): fix #16994 by approach 6 (#17005)かっこかり2025-12-201-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(backend): narrow down trustproxy default value and enhance documentation on how to configure it * Update Changelog * indent [ci skip] * Update CHANGELOG.md [ci skip] * add cloudflare specific example * Update .config/example.yml Co-authored-by: anatawa12 <anatawa12@icloud.com> * fix: productionでIPレートリミットされる際にlocalhostからリクエストが来たらログを残すように * fix: wrong condition * fix: use own logger for signin api * flip configuration * fix * fix [ci skip] * fix: wrong message [ci skip] * fix: どこがおかしいか明記 [ci skip] --------- Co-authored-by: anatawa12 <anatawa12@icloud.com>
* fix(frontend): ↵syuilo2025-12-181-0/+1
| | | | デッキUIでメニュー位置を下にしているとプロファイル削除ボタンが表示されないのを修正
* enhance(frontend): add deck toursyuilo2025-12-171-0/+1
|
* Update CHANGELOG.mdsyuilo2025-12-171-1/+2
| | | Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Update CHANGELOG.mdsyuilo2025-12-161-3/+0
|
* fix(frontend): ↵syuilo2025-12-161-1/+1
| | | | | | バージョン表記のないPlayが正しく動作しない問題を修正 Fix #16996
* Update CHANGELOG.mdsyuilo2025-12-161-1/+1
|
* Bump version to 2025.12.2-alpha.0github-actions[bot]2025-12-161-1/+1
|
* Update CHANGELOG.mdsyuilo2025-12-161-0/+5
|
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-12-141-0/+12
|
* Update CHANGELOG for version 2025.12.1syuilo2025-12-131-3/+0
| | | Removed empty section under General and retained fixes under Client.
* fix(frontend/aiscript): ↵かっこかり2025-12-131-0/+1
| | | | | | | nullを返すnote_view_intrruptorが動作しない問題を修正 (#16977) * fix(frontend/aiscript): nullを返すnote_view_intrruptorが動作しない問題を修正 * Update Changelog
* fix(frontend): ↵かっこかり2025-12-131-0/+1
| | | | | | | ドライブファイルを日付以外で並び替える場合は月でグループ化して表示しないように (#16978) * fix(frontend): ドライブファイルを日付以外で並び替える場合は月でグループ化して表示しないように * Update Changelog
* Bump version to 2025.12.1-alpha.0github-actions[bot]2025-12-121-1/+1
|
* fix(frontend): ↵FINEARCHS2025-12-111-0/+1
| | | | | | | | | | | オーナー不在のチャンネルをミュートできないのを修正 (#16906) * オーナー不在のチャンネルをミュートできないのを修正 * update changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>