summaryrefslogtreecommitdiff
path: root/CHANGELOG.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance: remove bull-board supportsyuilo2025-03-161-1/+2
|
* Update CHANGELOG.mdsyuilo2025-03-141-1/+1
|
* enhance(frontend): clear all client data when logoutsyuilo2025-03-141-0/+1
|
* Update CHANGELOG.mdsyuilo2025-03-121-0/+1
|
* fix(backend): tighten an overly relaxed criteria and remove capability of ↵饺子w (Yumechi)2025-03-121-1/+1
| | | | | matching multiple final URLs in URL authority checking (#15655) Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* enhance(frontend): 設定値の同期を実装(実験的)syuilo2025-03-121-0/+1
|
* enhance(frontend): ↵ろむねこ2025-03-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | CWの注釈テキストが入力されていない場合はPostボタンを非アクティブに (#15639) * add condition to disable post button when CW text is empty * standardize condition by using 1<= inserted of 0< * unify CW text length condition to improve readability * add missing CW state check * fix state check, add empty/null check, improve max length validation * simplify CW validation by removing minimum length check * Update CHANGELOG * remove CW text validation in post() --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(frontend): ↵かっこかり2025-03-101-0/+1
| | | | | | | | | | | | | | | テーマ設定で簡易プレビューを表示するように (#15643) * enhance(frontend): テーマ設定で簡易プレビューを表示するように * Update Changelog * fix lint * 🎨 --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵syuilo2025-03-101-0/+1
| | | | テーマ切り替え時に一部の色が変わらない問題を修正
* enhance(frontend): improve plugin managementsyuilo2025-03-091-0/+1
|
* fix(backend): fix handling of invalid urls in user profile (#15635)饺子w (Yumechi)2025-03-091-1/+1
| | | Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* Bump version to 2025.3.2-alpha.0github-actions[bot]2025-03-091-1/+1
|
* Refine preferences (#15597)syuilo2025-03-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * test * wip rollup pluginでsearchIndexの情報生成 * wip * SPDX * wip: markerIdを自動付与 * rollupでビルド時・devモード時に毎回uuidを生成するように * 開発サーバーでだけ必要な挙動は開発サーバーのみで * 条件が逆 * wip: childrenの生成 * update comment * update comment * rename auto generated file * hashをパスと行数から決定 * Update privacy.vue * Update privacy.vue * wip * Update general.vue * Update general.vue * wip * wip * Update SearchMarker.vue * wip * Update profile.vue * Update mute-block.vue * Update mute-block.vue * Update general.vue * Update general.vue * childrenがduplicate key errorを吐く問題をいったん解決 * マーカーの形を成形 * loggerを置きかえ * とりあえず省略記法に対応 * Refactor and Format codes * wip * Update settings-search-index.ts * wip * wip * とりあえず不確定要因の仮置きidを削除 * hashの生成を正規化(絶対パスになっていたのを緩和) * pathの入力を省略可能に * adminでもパス生成できるように * Update settings-search-index.ts * Update privacy.vue * wip * build searchIndex * wip * build * Update general.vue * build * Update sounds.vue * build * build * Update sounds.vue * 🎨 * 🎨 * Update privacy.vue * Update privacy.vue * Update security.vue * create-search-indexを多少改善 * build * Update 2fa.vue * wip * 必ずtransformCodeCacheを利用するように, キャッシュの明確な受け渡しを定義 * キャッシュはdevServerでなくても更新 * Revert "wip" This reverts commit 41bffd3a13f55618bf939dc1c9acb2a77ead4054. * inlining * wip * Update theme.vue * 🎨 * wip normalize * Update theme.vue * キャッシュのパス変換 * build * wip * wip * Update SearchMarker.vue * i18n.ts['key'] の形式が取り出せない問題のFix * build * 仮でpath入れ * 必ず絶対パスが使われるように * wip * 🎨 * storybookビルド時はcreateSearchIndexをしない * inliningの構造化 * format code * Update index.vue * wip * wip * 🎨 * wip * wip * wip * wip * wip * wip * wip * wip * clean up * wip * wip * wip * Update rollup-plugin-unwind-css-module-class-name.test.ts * Update navbar.vue * clean up * wip * wip * wip * wip * wip * Update preferences-backups.vue * Update common.ts * Update preferences.ts * wip * wip * wip * wip * Update MkPreferenceContainer.vue * Update MkPreferenceContainer.vue * Update MkPreferenceContainer.vue * enhance: 検索で上下矢印を使用することで検索結果を移動できるように * Update main-boot.ts * refactor * wip * Update sounds.vue * fix(frontend): PageWindowでSearchMarkerが動作するように * enhance(frontend): SearchMarkerの点滅を一定時間で止める * wip * lint fix * fix: 子要素監視が抜けていたのを修正 * アニメーションの回数はCSSで制御するように * refactor * enhance(frontend): 検索インデックス作成時のログを削減 * revert * fix * fix * Update preferences.ts * Update preferences.ts * wip * Update preferences.ts * wip * 🎨 * wip * Update MkPreferenceContainer.vue * wip * Update preferences.ts * wip * Update preferences.ts * Update preferences.ts * wip * wip * Update preferences.ts * wip * wip * Update preferences.ts * Update CHANGELOG.md * Update preferences.ts * Update deck-store.ts * deckStoreをdefaultStoreに統合 * wip * defaultStore -> store * Update profile.ts * wip * refactor * wip: plugin * plugin * plugin * plugin * Update plugin.ts * wip * Update plugin.vue * Update preferences.ts * Update main-boot.ts * wip * fix test * Update plugin.vue * Update plugin.vue * Update utility.ts * wip * wip * Update utility.ts * wip * wip * clean up * Update utility.ts --------- Co-authored-by: tai-cha <dev@taichan.site> Co-authored-by: taichan <40626578+tai-cha@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-03-091-0/+12
|
* fix(backend): fix ApPersonService unsound type cast (#15629)饺子w (Yumechi)2025-03-091-0/+1
| | | Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* deps: update pnpm to v10 (#15588)かっこかり2025-03-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert "fix(build): corepackのバグの回避 (#15387)" This reverts commit 9c70a4e63130f85d191c5bc16d0a4be5cd1dece2. * deps: update pnpm to v10 * fix broken lockfile * update changelog * fix * fix * Revert "fix" This reverts commit 4abc6c194edc20989f5ec97d343307a4b8c9047d. * fix * fix * attempt to fix docker build * lint fixes * fix: revertしすぎた * detect pnpm version and install it * fix: そもそもpnpmを2回入れる必要がないかも * fix * refactor * fix * refactor: remove unnecessary arg * Update Dockerfile * update pnpm to v10.6.1 * Update Changelog * chore: use node to avoid installing jq
* Update CHANGELOG.mdsyuilo2025-03-071-0/+1
|
* Update CHANGELOG.mdsyuilo2025-03-071-3/+0
|
* Update CHANGELOG.mdsyuilo2025-03-071-1/+1
|
* Bump version to 2025.3.1-alpha.0github-actions[bot]2025-03-061-1/+1
|
* Update CHANGELOG.mdsyuilo2025-03-071-1/+1
|
* fix(backend): fixup migration for incorrect extraction on system accounts ↵饺子w (Yumechi)2025-03-061-1/+1
| | | | | table (#15613) Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-03-061-0/+12
|
* enhance: OAuth2 (IndieAuth) ↵かっこかり2025-03-061-0/+2
| | | | | | | | | | | | | でロゴが提供されている場合は表示するように (#15578) * enhance: OAuthでロゴが提供されている場合は表示するように * Update Changelog * refactor * fix * fix test
* fix(backend): ↵かっこかり2025-03-061-0/+2
| | | | | | | | | | | | | S3互換オブジェクトストレージでファイルのアップロードに失敗することがある問題を修正 (#15583) * fix(backend/object-storage): disable data integrity protections (MisskeyIO#895) Cloudflare R2 does not support 'x-amz-checksum-*' * Update Changelog --------- Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* enhance(frontend): invert how to show the number of attachments(remains) on ↵Sayamame-beans2025-03-061-0/+2
| | | | | postform (#15599) Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* revert https://github.com/misskey-dev/misskey/pull/15545syuilo2025-03-061-1/+0
| | | | see https://github.com/misskey-dev/misskey/issues/14498
* Revert "enhance(frontend): ↵かっこかり2025-03-031-1/+0
| | | | | | | | | チャンネル投稿をユーザーページと前後ノートに表示する" (#15589) * Revert "enhance(frontend): チャンネル投稿をユーザーページと前後ノートに表示する (#15532)" This reverts commit a4711ab4c11357c8ffa586dbec56043a0b0f33e0. * Update CHANGELOG.md
* enhance(frontend): ↵かっこかり2025-03-031-0/+1
| | | | | | | アニメーション設定で画面上のエフェクトも考慮するように (#15576) * enhance(frontend): アニメーション設定で画面上のエフェクトも考慮するように * Update Changelog
* Update CHANGELOG.md for #15532かっこかり2025-03-031-0/+1
|
* fix(frontend): ↵かっこかり2025-03-031-0/+1
| | | | | | | | | 投稿フォームがオーバーフローした際にスクロールできるように (#15571) * fix(frontend): 投稿フォームがオーバーフローした際にスクロールできるように * Update Changelog * remove unused props
* fix(frontend): ↵かっこかり2025-03-031-0/+1
| | | | | | | フォローされたときのメッセージのshadowがちらつくことがある問題を修正 (#15584) * fix(frontend): フォローされたときのメッセージがちらつく問題を修正 * Update Changelog
* enhance(frontend): ↵かっこかり2025-03-031-0/+1
| | | | | | | | | モデレーターがセンシティブ設定を変更する際に確認ダイアログを出すように (#15462) * enhance(frontend): モデレーターがセンシティブ設定を変更する際に確認ダイアログを出すように * use MkSwitch * Update Changelog
* fix(frontend): ↵tetsuya-ki2025-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | 削除して編集の削除タイミングを投稿後になるように #14498 (#15545) * fix #14498 - 「削除して編集」の削除タイミングを投稿したタイミングへ変更 * update CHANGELOG.md * 指摘対応 - InitialNoteがあれば必ず削除するべきものでもないため、投稿後にノートを削除するフラグをプロパティに追加 * 指摘対応のミス修正 - フラグを条件に追加 - 実績のdateが数値になってなかった点を修正 --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Bump version to 2025.3.0-alpha.0github-actions[bot]2025-03-021-1/+1
|
* enhance(backend): refine system account (#15530)syuilo2025-03-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update SystemAccountService.ts * Update 1740121393164-system-accounts.js * Update DeleteAccountService.ts * wip * wip * wip * wip * Update 1740121393164-system-accounts.js * Update RepositoryModule.ts * wip * wip * wip * Update ApRendererService.ts * wip * wip * Update SystemAccountService.ts * fix tests * fix tests * fix tests * fix tests * fix tests * fix tests * add print logs * ログが長すぎて出てないかもしれない * fix migration * refactor * fix fed-tests * Update RelayService.ts * merge * Update user.test.ts * chore: emit log * fix: tweak sleep duration * fix: exit 1 * fix: wait for misskey processes to become healthy * fix: longer sleep for user deletion * fix: make sleep longer again * デッドロック解消の試み https://github.com/misskey-dev/misskey/issues/15005 * Revert "デッドロック解消の試み" This reverts commit 266141f66fb584371bbb56ef7eba04e14bcff94d. * wip * Update SystemAccountService.ts --------- Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com> Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
* Update CHANGELOG.mdsyuilo2025-03-011-1/+1
|
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-02-271-0/+12
|
* enhance(frontend): ノート検索ページのデザイン調整 (#14780)かっこかり2025-02-271-0/+2
| | | | | | | | | | | | | | | | | | | * enhance(frontend): 検索ページのホスト指定とユーザー指定を統合する (#273) (cherry picked from commit c79392c88d6bf58ede39d8bba9ca2778c58521ef) * fix * :art: * Update Changelog * Update Changelog * refactor --------- Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
* fix(frontend): MkSelectの初期値が表示されない場合がある (#15559)syuilo2025-02-271-0/+1
| | | | | * fix * Update CHANGELOG.md
* Update CHANGELOG.mdsyuilo2025-02-261-0/+1
|
* enhance(frontend): ↵おさむのひと2025-02-261-0/+1
| | | | | | | | | | | | | コントロールパネルのユーザ検索で入力された情報をページ遷移で損なわないように (#15438) * enhance(frontend): コントロールパネルのユーザ検索で入力された情報をページ遷移で損なわないように * sessionStorageよりも更に短命な方法で持つように変更 * add comment --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2025-02-261-0/+1
| | | | | | | | | | | リノート経由でノートの詳細情報を見るとき、クリップ一覧がappearNoteのものになるように (#15417) * fix(frontend): リノート経由でノートの詳細情報を見るとき、クリップ一覧がappearNoteのものになるように * Update Changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): ↵Esurio/1673beta2025-02-261-0/+1
| | | | | | | | | | | | | | | S3_SAFEかつURL_SAFEでない文字列をprefixに使えないように (#15455) * fix(backend): S3_SAFEかつURL_SAFEでない文字列をprefixに使えないように * update CHANGELOG * fix validation * fix: remove unused import --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵おさむのひと2025-02-261-0/+1
| | | | | ユーザのサジェスト中に@を入力してもサジェスト結果が消えないように (#15435) Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): ↵おさむのひと2025-02-261-0/+1
| | | | | | | | | | | | | | | カスタム絵文字の一括インポートをした時にHTTPプロキシの除外設定が効かないのを修正 (#15431) * pxory * fix * fix CHANGELOG.md * allow localAddress --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): clips/updateのdescriptionで空文字を許容するように ↵かっこかり2025-02-261-0/+1
| | | | | | | | | | | | | | | | | (#15429) * fix(backend): clips/updateのdescriptionで空文字を許容するように * Update Changelog * fix: createの際も空文字を許容するように * fix test * fix test --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): send Delete activity of a note to users who renoted or replied ↵zyoshoka2025-02-261-0/+1
| | | | | | | to it (#15554) * fix(backend): send Delete activity of a note to users who renoted or replied to it * Update CHANGELOG.md
* feat: google analytics (#15451)syuilo2025-02-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip backend * wip frontend * build misskey-js * implement control panel * fix * introduce analytics wrapper * spdx * Update analytics.ts * Update common.ts * wip * wip * wip * wip * wip * Update CHANGELOG.md --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* Merge commit from fork饺子w (Yumechi)2025-02-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(backend): Fix an issue where the origin of ActivityPub lookup response was not validated correctly. [GHSA-6w2c-vf6f-xf26](https://github.com/misskey-dev/misskey/security/advisories/GHSA-6w2c-vf6f-xf26) Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * Enhance: Add configuration option to disable all external redirects when responding to an ActivityPub lookup (config.disallowExternalApRedirect) Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * fixup! fix(backend): Fix an issue where the origin of ActivityPub lookup response was not validated correctly. * docs & one edge case Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * apply suggestions Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * remove stale frontend reference to _responseInvalidIdHostNotMatch Signed-off-by: eternal-flame-AD <yume@yumechi.jp> * apply suggestions Signed-off-by: eternal-flame-AD <yume@yumechi.jp> --------- Signed-off-by: eternal-flame-AD <yume@yumechi.jp>