summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* enhance(frontend/image-effector): tweak distort fxsyuilo2025-06-151-9/+13
|
* Update CHANGELOG.mdsyuilo2025-06-141-0/+1
|
* refactor(frontend): ↵かっこかり2025-06-143-10/+18
| | | | | | | checkWordMuteの返り値が誤っている問題を修正 (#16188) * refactor(frontend): checkWordMuteの返り値が誤っている問題を修正 * fix lint
* Bump version to 2025.6.1-rc.0github-actions[bot]2025-06-142-2/+2
|
* fix(frontend): ↵syuilo2025-06-143-1/+12
| | | | | | デッキのタイムラインカラムで新着ノート時のサウンドが再生されない問題を修正 Fix #16164
* New Crowdin updates (#16187)syuilo2025-06-131-3/+3
| | | | | | | * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified)
* Bump version to 2025.6.1-beta.2github-actions[bot]2025-06-122-2/+2
|
* fix(frontend): display reactions correctly in welcome timeline (#16186)zyoshoka2025-06-122-2/+2
|
* New Crowdin updates (#16183)syuilo2025-06-123-2/+17
| | | | | | | * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Italian)
* fix(misskey-js) : misskey-jsの drive/file/create ↵mochi33i2025-06-123-7/+5
| | | | | | | でファイルアップロードができない問題を修正 (#16028) * fix(misskey-js): drive/file/createが動かない問題を修正 * CHANGELOG.mdに修正内容を追加
* Update CHANGELOG.mdsyuilo2025-06-121-4/+0
|
* fix(deps): update [root] update dependencies (#16142)renovate[bot]2025-06-112-502/+273
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump version to 2025.6.1-beta.1github-actions[bot]2025-06-112-2/+2
|
* fix(frontend): disable note_view_interruptor temporary to prevent rendering ↵syuilo2025-06-113-26/+32
| | | | glitch
* fix(deps): update [backend] update dependencies (#16143)renovate[bot]2025-06-112-986/+860
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix: pnpm-lock.yamlの再生成 (#16182)おさむのひと2025-06-111-174/+42
|
* chore(deps): update [misskey-js] update dependencies (#16140)renovate[bot]2025-06-103-37/+152
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies (#16144)renovate[bot]2025-06-108-529/+727
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update [tools] update dependencies (#16141)renovate[bot]2025-06-102-81/+135
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump version to 2025.6.1-beta.0github-actions[bot]2025-06-102-2/+2
|
* New Crowdin updates (#16163)syuilo2025-06-108-4/+452
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Traditional) * 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 (Spanish) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (German) * New translations ja-jp.yml (German) * New translations ja-jp.yml (German)