summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix(backend): use unique `operationId` in the OpenAPI schema (#15420)zyoshoka2025-02-082-7/+36
| | | | | * fix(backend): use unique `operationId` in the OpenAPI schema * fix: read with UTF-8 encoding
* fix(ci): oktetoの導線を削除 (#15427)おさむのひと2025-02-083-182/+0
|
* chore: update `.swcrc` schema link (#15428)zyoshoka2025-02-082-2/+2
|
* enhance(frontend): ↵anatawa122025-02-0714-25/+85
| | | | | | | | | | | | | | | | | | | | | | | アンテナ、リスト等の名前をdeckのカラム名のデフォルト値にするように (#13992) * refactor: remove type errors from deck.vue and deck-store.ts * feat: アンテナ、リスト等の名前をカラム名のデフォルト値にするように * docs: アンテナ、リスト等の名前をカラム名のデフォルト値にするように * lint: fix * chore: カラム名が指定されている場合にはチャンネル名を取得しないように * chore: チャンネルについては投稿でも使用されてる channel 変数を使用するように * docs: fix changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* enhance(frontend): PostFormのannoying判定でCWを考慮するように ↵かっこかり2025-02-072-9/+13
| | | | | | | | | (#15405) * enhance(frontend): PostFormのannoying判定でCWを考慮するように * Update Changelog * Update CHANGELOG.md
* fix: swcのjson-schemaのurlを変更 (#15409)Esurio/1673beta2025-02-071-1/+1
| | | Co-authored-by: Esurio <esurio@esurio1673.net>
* refactor(frontend): remove X theme properties (#15376)syuilo2025-02-0514-65/+17
| | | | | | | * refactor(frontend): remove X theme properties * Update MkAutocomplete.vue * Update WidgetCalendar.vue
* refactor(frontend): verbatimModuleSyntaxを有効化 (#15323)かっこかり2025-02-05259-409/+568
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * revert unnecessary changes * wip * refactor(frontend): enforce verbatimModuleSyntax * fix * refactor(frontend-shared): enforce verbatimModuleSyntax * wip * refactor(frontend-embed): enforce verbatimModuleSyntax * enforce consistent-type-imports * fix lint config * attemt to fix ci * fix lint * fix * fix * fix
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-02-051-0/+12
|
* Release: 2025.2.0github-actions[bot]2025-02-052-2/+2
|
* Update CHANGELOG.mdsyuilo2025-02-051-0/+1
|
* fix(frontend): ↵かっこかり2025-02-053-9/+28
| | | | | | | | | デッキのプロファイルが新規作成できない問題を修正 (#15406) * fix(frontend): デッキのプロファイルが保存できない問題を修正 * Update Changelog * Update CHANGELOG.md
* Bump version to 2025.2.0-beta.1github-actions[bot]2025-02-052-2/+2
|
* New Crowdin updates (#15400)syuilo2025-02-0522-66/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Polish) * New translations ja-jp.yml (Slovak) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Bengali) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Uzbek)
* enhance: ページslugに使用可能な文字を限定 (#15395)syuilo2025-02-057-84/+59
| | | | | | | | | | | | | * wip * paramの正規表現で弾くように * apiWithDialogを使用するように * Update CHANGELOG.md --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* Update CHANGELOG.mdsyuilo2025-02-051-3/+1
|
* New translations ja-jp.yml (English) (#15389)syuilo2025-02-051-0/+1
| | | Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
* Update CHANGELOG.mdsyuilo2025-02-041-0/+1
|
* fix(frontend): ↵lqvp2025-02-041-0/+1
| | | | パスキーでパスワードレスログインが出来ない問題を修正 (#15370)
* fix(frontend): スラッシュを含むページを閲覧できるように ↵かっこかり2025-02-043-9/+6
| | | | | | | | | (#15394) * fix(frontend): スラッシュを含むページを閲覧できるように * Update Changelog * fix
* fix(frontend): MkSparkleが動作しない問題を修正 (#15390)かっこかり2025-02-042-23/+31
| | | | | | | | | * fix(frontend): MkSparkleが動作しない問題を修正 * Update Changelog * fix * add comments
* Update CHANGELOG.mdsyuilo2025-02-041-0/+1
|
* fix(build): corepackのバグの回避 (#15387)かっこかり2025-02-0316-1/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: disallow corepack from fetching latest manager version instead use specified version in package.json * Update Changelog * fix? * apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows * Revert "apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows" This reverts commit 67f0dc31adaa04f891f74f5c44a3d4d13a302a03. * apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows (re) * fix * fix? * revert: removing corepack enable * test: set COREPACK_DEFAULT_TO_LATEST for federation tests --------- Co-authored-by: Marie <github@yuugi.dev> Co-authored-by: anatawa12 <anatawa12@icloud.com>
* Bump version to 2025.2.0-beta.0github-actions[bot]2025-02-022-2/+2
|
* New Crowdin updates (#15360)syuilo2025-02-016-10/+29
| | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (German)
* fix(misskey-js): api extractorの出力をLFに強制 (#15369)かっこかり2025-02-011-0/+2
| | | | | * fix(misskey-js): api extractorの出力をLFに強制 * indent
* Update SECURITY.mdかっこかり2025-02-011-0/+5
|
* fix(frontend): MkDriveFileThumbnail / MkNoteMediaGridの修正 (#15365)かっこかり2025-02-013-3/+14
| | | | | | | * fix(frontend): MkDriveFileThumbnailのpropsのタイポ修正 * Update Changelog * fix: MkNoteMediaGridをデータセーバーに対応させる
* Fix(frontend): ↵taichan2025-02-012-9/+9
| | | | | | | ワードミュートがnullの時にもセンシティブミュートが行われるように (#15364) * Fix(frontend): ワードミュートがnullの時にもセンシティブミュートが行われるように * Add ChangeLog
* refactor(frontend): ↵かっこかり2025-02-012-2/+2
| | | | definePropsを別途インポートしている箇所を除去 (#15375)
* Bump version to 2025.2.0-alpha.0github-actions[bot]2025-02-013-3/+3
|
* fix(backend): ↵かっこかり2025-02-012-1/+2
| | | | | | | お知らせのmetaタグ出力の条件が間違っていたのを修正 (#15377) * fix(backend): お知らせのmetaタグ出力の条件が間違っていたのを修正 * Update Changelog
* Merge commit from forkSung Jae Lee2025-02-011-0/+6
| | | | | | | | | | | | | * fix(account): clear token cookie when signout called * fix: cookie not cleared correctly when logout Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com> * feat: clear only token cookie when signout --------- Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
* Merge commit from forknexryai2025-02-011-1/+3
| | | | | * fix(frontend): Improve cookie attributes * fix(frontend): Delete an old authentication cookie in fetchAccount
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-01-281-0/+12
|
* Release: 2025.1.0github-actions[bot]2025-01-282-2/+2
|
* fix(frontend): ↵かっこかり2025-01-284-49/+22
| | | | | | | | | | | tabler-iconsが読み込めない問題を修正(暫定的対応) (#15332) * fix(frontend): update tabler icons * Update Changelog * update * update
* wip (#15348)かっこかり2025-01-285-26/+30
| | | Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): ↵おさむのひと2025-01-271-2/+1
| | | | デフォルト起動時のメインプロセスはHTTPサーバモジュールのみ読み込む (#15355)
* New Crowdin updates (#15350)syuilo2025-01-2730-103/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Romanian) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Greek) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Dutch) * New translations ja-jp.yml (Norwegian) * New translations ja-jp.yml (Polish) * New translations ja-jp.yml (Slovak) * New translations ja-jp.yml (Swedish) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Bengali) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Uzbek) * New translations ja-jp.yml (Lao) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Catalan)
* fix(frontend): ↵Esurio/1673beta2025-01-273-3/+21
| | | | | | | | | | | ロール作成画面で設定できるアイコンデコレーションの最大値を16にする (#15352) * fix(frontend): アイコンデコレーションの17以上の数値が入力された際16にしてAPIリクエストを送信するように * Update CHANGELOG --------- Co-authored-by: Esurio <esurio@esurio1673.net>
* Bump version to 2025.1.0-beta.3github-actions[bot]2025-01-262-2/+2
|
* enhance(frontend): 絵文字管理画面β(ローカル)のUI・UX改善 ↵かっこかり2025-01-2622-415/+658
| | | | | | | | | | | | | | | | | | | (#15349) * enhance(frontend): 絵文字管理画面β(ローカル)のUI・UX改善 * fix * :art: * 表示件数をメニューから変更するように * 確認ダイアログ * fix i18n * needWideArea: trueならwidgetの開閉ボタンを表示しないように * fix: 検索ウィンドウは一つしか開けないように
* fix(frontend): 画面を閉じる直前にAudioContextを閉じるように ↵かっこかり2025-01-262-0/+5
| | | | | | | | | | | | | (#15080) * fix(frontend): 画面を閉じる直前にAudioContextを閉じるように * Update Changelog * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): ↵饺子w (Yumechi)2025-01-262-0/+2
| | | | | | ノートの閲覧にログイン必須にしてもFeedでノートが表示されてしまう問題を修正 (#15083) Signed-off-by: eternal-flame-AD <yume@yumechi.jp> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* feat(frontend): ↵おさむのひと2025-01-266-2/+202
| | | | | | | | | リモート絵文字のインポート時に詳細を確認できるように (#15344) * feat(frontend): リモート絵文字のインポート時に詳細を確認できるように * 追加対応 * MkInput -> MkKeyValue
* New Crowdin updates (#15347)syuilo2025-01-262-2/+2
| | | | | * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (German)
* fix(frontend): クライアント起動時にURLに #pswp ↵かっこかり2025-01-252-0/+6
| | | | | | | がある場合は取り除くように (#15339) * fix(frontend): クライアント起動時にURLに #pswp がある場合は取り除くように * Update Changelog
* revert(dev): ↵かっこかり2025-01-2514-383/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | フロントエンド・バックエンドを分離する開発モードを廃止 (#15284) * Revert "chore: 開発モードでフロントエンドとバックエンドを独立して起動するようにする(再) (#12593)" This reverts commit b0039f0946b02777ad99ad8c92f6555792aa8996. * revert dev command * revert embed dev * 消しすぎた * filesをプロキシするように * fix chromatic ci * Revert "filesをプロキシするように" This reverts commit 41be2548ce82ba408588c5f0dee007c97d026e55. * fix: configのhostnameでサーバーを起動するように * fix * lint * Update Changelog * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* docs: ↵Nanashi.2025-01-251-0/+5
| | | | | | | CONTRIBUTING.mdに「Misskey.jsのAPIの型の生成」のセクションを追加 (#15338) * docs: 「Misskey.jsのAPIの型の生成」のセクションを追加 * docs: build-misskey-js-with-typesを使う