summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* feat: ノートの下書き(draft of note) (#15298)taichan2025-06-2537-57/+2851
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIp (backend) * Remove unused * 下書きbackend 続き * fix(backedn): visibilityが下書きに反映されない * Update packages/backend/src/postgres.ts Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * Fix : import order * fix(backend) : createでcwが効かない * FIX FOREGIN KEY * wip: frontend(既存の下書きを挿入) まだ:チャンネル表示、下書きの作成、削除 * WIP: ノート選択ダイアログ 投稿時に下書きを削除 * Promiseに変更 * 連合なし、チャンネルも表示 * Hashtagの値抜け漏れ * hasthagを0文字でも作成可能に * 下書きの保存機構 * chore(misskey-js): build types * localOnly抜け漏れ * チャンネル情報の書き換え * enhance(frontend): ヘッダ部の表示改善 * fix(frontend): ファイル添付できない * fix: no file * fix(frontend): 投票が反映されない * ハッシュタグの展開(コメントアウト外し忘れ) * fix: visibleUserIdsが反映されない * enhance: APIの型を整備 * refactor: 型が整備できたのでasを削除 * Add userhost * fix * enhance: paginationを使う * fix * fix: 自分のアカウントでの投稿でしか下書きを利用できないように 完全に塞ぐことはできないが一応 * :art: * APIのエラーIDを追加 * enhance: スタイル調整 * remove unused code * :art: * fix: ロールポリシーの型 * ロールの編集画面 * ダイアログの挙動改善 * 下書き機能が利用できない場合は表示しないように * refactor * fix: ダブルクリックが効かない問題を修正 * add comments * fix * fix: 保存時のエラーの種別にかかわらずmodalを閉じないように * fix()backend: NoteDraftのreply, renoteの型が間違ってたので修正 (migtrationはあってた) * fix: 投稿フォームを空白にして通常リノートできるやつは下書きとしては弾くように * fix(backend): テキストが0文字でも下書きは保存できるように * Fix(backend): replyIdの型定義がミスっているのを修正 * chore(misskey-js): update types * Add CHANGELOG * lint * 常にサーバー下書きに保存し、上限を超えた場合のみ尋ねるように * NoteDraftServiceにcreate, updateの処理を移譲 * Fix typeerror * remove tooltip * Remove Mkbutton:short and use iconOnly * 不要なコメントの削除 * Remove Short Completely * wip * escキーまわりの挙動を改善 * 下書き選択時に下書き可能数と現在の量が分かるように * cleanUp * wip * wi * wip * Update MkPostForm.vue --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵syuilo2025-06-252-1/+2
| | | | | | ファイルがドライブの既定アップロード先に指定したフォルダにアップロードされない問題を修正 Fix #16206
* enhance(frontend): ↵syuilo2025-06-254-4/+24
| | | | | | ファイルアップロード前にキャプション設定を行えるように Resolve #16210
* enhance(frontend): improve theme settingssyuilo2025-06-253-7/+33
|
* enhance(frontend): ↵syuilo2025-06-251-1/+16
| | | | 全てのページネーションにおいてコンテキストメニューからリロードできるように
* enhance(frontend): improve useScrollPositionKeepersyuilo2025-06-241-0/+6
|
* Update about-misskey.vuesyuilo2025-06-241-0/+3
|
* add notesyuilo2025-06-241-0/+1
|
* enhance(frontend): ↵syuilo2025-06-232-1/+3
| | | | 設定の自動バックアップをオンにした直後に自動バックアップするように
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-06-161-0/+12
|
* Release: 2025.6.3github-actions[bot]2025-06-162-2/+2
|
* Bump version to 2025.6.3-alpha.0github-actions[bot]2025-06-163-3/+3
|
* fix(frontend): ↵syuilo2025-06-162-10/+3
| | | | | | キャッシュを削除しないとクライアントが使用できないことがある問題を修正 Fix #16196
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-06-161-0/+12
|
* Release: 2025.6.2github-actions[bot]2025-06-162-2/+2
|
* [skip ci] Update CHANGELOG.mdsyuilo2025-06-161-7/+1
|
* Bump version to 2025.6.2-alpha.0github-actions[bot]2025-06-163-3/+3
|
* New Crowdin updates (#16192)syuilo2025-06-166-1/+15
| | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Simplified)
* fix(frontend): ↵syuilo2025-06-162-2/+6
| | | | キャッシュを削除しないとクライアントが使用できないことがある問題を修正
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-06-161-0/+12
|
* Release: 2025.6.1github-actions[bot]2025-06-162-2/+2
|
* Update CHANGELOG.mdsyuilo2025-06-151-0/+1
|
* Update CHANGELOG.mdsyuilo2025-06-151-1/+1
| | | Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
* enhance(frontend/image-effector): tweak fxssyuilo2025-06-156-10/+13
|
* enhance(frontend/image-effector): tweak fxssyuilo2025-06-151-7/+9
|
* enhance(frontend/image-effector): add blockNoise fxsyuilo2025-06-155-0/+127
|
* enhance(frontend/image-effector): tweak fxssyuilo2025-06-156-0/+18
|
* enhance(frontend/image-effector): tweak colorAdjust fxsyuilo2025-06-153-27/+35
|