summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* clean upsyuilo2025-07-051-2/+0
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-07-055-4/+9
|\
| * test: VS Code上で複数のjestテストを表示できるように (#16251)tamaina2025-07-051-1/+5
| |
| * Bump version to 2025.7.0-beta.0github-actions[bot]2025-07-042-2/+2
| |
| * fix(frontend): ↵かっこかり2025-07-042-1/+2
| | | | | | | | | | | | | | ウェルカムタイムラインのメディア表示がCWを考慮していない問題を修正 (#16247) * fix(frontend): ウェルカムタイムラインのメディア表示がCWを考慮していない問題を修正 * Update Changelog
* | refactorsyuilo2025-07-041-35/+35
|/
* fix(test): Play検索機能でBackend Unit Testが壊れているsyuilo2025-07-041-0/+2
|
* fix(test): Play検索機能でBackend Unit Testが壊れているsyuilo2025-07-041-1/+4
| | | | Fix #16248
* feat: Playを検索できるようにsyuilo2025-07-0412-18/+271
| | | | #13115
* fix(frontend): ↵かっこかり2025-07-042-0/+8
| | | | | | | | | | | | | プラグインのアンインストール時にローカルのセーブデータを削除するように (#16246) * fix(frontend): プラグインのアンインストール時にローカルのセーブデータを削除するように * Update Changelog * remove unused import --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(frontend): ↵syuilo2025-07-032-9/+4
| | | | | | 投稿フォームにファイルをペースト/ドロップした際のUXを改善 Resolve #16205
* Update CHANGELOG.mdsyuilo2025-07-031-1/+2
|
* Bump version to 2025.7.0-alpha.0github-actions[bot]2025-07-032-2/+2
|
* Bump version to 2025.6.4-alpha.4github-actions[bot]2025-07-032-2/+2
|
* fix(frontend): ↵かっこかり2025-07-032-5/+69
| | | | | | | | | タブが不可視なあいだのpaginationのアップデートを停止するように (#16243) * fix(frontend): タブが不可視なあいだのpaginationのアップデートを停止するように * fix lint * 待たない
* enhance(backend): avatarUrlの上限文字数の引き上げ (#16235)4ster1sk2025-07-032-1/+16
|
* enhance(frontend): ↵tamaina2025-07-031-4/+15
| | | | | | | | | | | | | | | | | | | | | | 共有ページで、titleとtextに同じ内容が入っていた際の削除ロジックを強化 (#16226) * enhance(frontend): 共有ページで、titleとtextに同じ内容が入っていた際の削除ロジックを強化 Fix #16224 * fix * +→* * fix * use RegExp.test * Update packages/frontend/src/pages/share.vue Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> --------- Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
* fix(frontend): ↵tamaina2025-07-033-4/+4
| | | | | 条件により保存できない場合のメッセージを汎用的なものへ (#16238) Fix #16228
* fix(frontend): Paginatorの型エラー解消 (#16230)かっこかり2025-07-0318-135/+213
| | | | | | | | | | | | | | | | | | | | | | | | | * fix(frontend): fix paginator type error * fix * refactor * fix * fix * fix(paginator): remove readonly type * fix * typo * fix: R -> E * remove any --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* 🎨syuilo2025-06-291-1/+17
|
* Bump version to 2025.6.4-alpha.3github-actions[bot]2025-06-292-2/+2
|
* fix of f1deb89e348eb8f1a39b51e33a0ae33d59529febsyuilo2025-06-291-0/+4
|
* refactor(frontend): improve pagination implementationsyuilo2025-06-2968-1137/+1066
|
* feat(backend): クリップ内でノートを検索できるようにsyuilo2025-06-293-0/+14
|
* enhance(frontend): ↵syuilo2025-06-292-1/+2
| | | | ファイルアップロード時にセンシティブ設定されているか表示するように
* Bump version to 2025.6.4-alpha.2github-actions[bot]2025-06-282-2/+2
|
* New Crowdin updates (#16207)syuilo2025-06-2810-13/+266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (German) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (English)
* Update types.tssyuilo2025-06-281-0/+1
|
* feat: モデログを検索できるようにsyuilo2025-06-284-9/+37
|
* enhance(frontend): improve modlog paginationsyuilo2025-06-284-74/+144
|
* enhance: ↵syuilo2025-06-2869-96/+429
| | | | ページネーション(一覧表示)の基準日時を指定できるように sinceId/untilIdが指定可能なエンドポイントにおいて、sinceDate/untilDateも指定可能に
* enhance(frontend): improve MkTl renderingsyuilo2025-06-284-19/+36
|
* lintsyuilo2025-06-281-28/+28
|
* Update about-misskey.vuesyuilo2025-06-281-0/+3
|
* refactorsyuilo2025-06-281-14/+26
|
* Update about-misskey.vuesyuilo2025-06-271-0/+1
|
* lintsyuilo2025-06-271-1/+2
|
* chore(CI): cache ffmpeg (#16223)taichan2025-06-262-0/+45
| | | | | | | | | | | * ci: use daily cache for ffmpeg * fix(ci): input type * Fix current date * Just use Daily cache * fix condition
* refactor(frontend/pref): refactor preferences managersyuilo2025-06-262-112/+110
| | | | Refactored preferences manager to decouple account context and storage provider, improving normalization and loading of profiles. Replaced static profile creation/normalization with instance-based logic, and updated usage in preferences.ts to pass account context explicitly. This enhances maintainability and prepares for better guest account handling.
* Bump version to 2025.6.4-alpha.1github-actions[bot]2025-06-262-2/+2
|
* refactor(frontend): refactor uploader image editing features and menusyuilo2025-06-263-61/+56
| | | | Replaces separate 'effect' and 'crop' features with a unified 'imageEditing' feature in the uploader. Groups crop and effect actions under a new parent 'editImage' menu item, adds localization for 'editImage', and updates supported types accordingly.
* refactorsyuilo2025-06-261-20/+25
|
* Update type from UploaderDialogFeatures to UploaderFeaturessyuilo2025-06-261-2/+2
| | | | Replaces the UploaderDialogFeatures type with UploaderFeatures in the select function and SelectFileOptions type to ensure consistency and correct type usage.
* add notesyuilo2025-06-261-0/+1
|
* tweak eslint configsyuilo2025-06-264-0/+4
|
* chore(frontend): ↵taichan2025-06-263-2/+59
| | | | | | | | | | | 開発モード時に言語ファイルの変更を自動で反映するように (#16215) * chore(frontend): 開発モード時に言語ファイルの変更を自動で反映するように * fix message * naming * SPDX
* Update CHANGELOG.mdsyuilo2025-06-251-1/+1
|
* ジョブキューの`Progress`の値を正しく計算する (#16218)keito2025-06-258-34/+36
| | | | | * fix: ジョブキューのProgressの値の範囲を 0~100 に統一 * fix(backend): ジョブキューのProgressの計算に用いる総数を最初に一度だけ取得する
* enhance(frontend): ↵syuilo2025-06-2521-77/+136
| | | | ページネーションの並び順を逆にできるように
* Bump version to 2025.6.4-alpha.0github-actions[bot]2025-06-253-3/+3
|