summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-10-082-2/+2
|\
| * Bump version to 2025.10.0-rc.0github-actions[bot]2025-10-082-2/+2
| |
* | fix(backend): improve NoteDraftService validationsyuilo2025-10-081-2/+6
|/
* 絵文字の追加辞書をインストールすると絵文字ピッカー ↵果物リン2025-10-082-3/+4
| | | | | | | | | | | | | | | イアログでユニコード絵文字が出てこないのを修正 (#16618) * Fix: ユニコード絵文字の追加辞書をインストールするとユニコード絵文字が出てこなくなる * add change log * Update CHANGELOG.md Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* add notesyuilo2025-10-081-0/+1
|
* fix(backend): improve NoteDraftService validationsyuilo2025-10-081-0/+4
|
* enhance(frontend): text/*をデフォルトでアップロード可能にsyuilo2025-10-082-2/+2
|
* Update CHANGELOG.mdsyuilo2025-10-081-0/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-10-086-1/+28
|\
| * New Crowdin updates (#16605)syuilo2025-10-085-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Chinese Traditional) * 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 (Catalan) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Spanish)
| * fix(gh): aiscript 0.19.0 の更新を固定 (renovate)かっこかり2025-10-081-1/+2
| |
* | add notessyuilo2025-10-081-0/+3
|/
* chore(frontend): add caption for maxFileSizesyuilo2025-10-074-0/+11
|
* lintsyuilo2025-10-061-8/+8
|
* Update pnpm-lock.yamlsyuilo2025-10-061-655/+211
|
* fix notes\drafts\create param defssyuilo2025-10-062-15/+15
|
* New Crowdin updates (#16601)syuilo2025-10-0623-1/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Greek) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Polish) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Slovak) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (English) * 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 (Japanese, Kansai) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Catalan)
* perf(frontend): improve about#emojis performanccesyuilo2025-10-062-1/+2
|
* refactor(frontend): use useTemplateRefsyuilo2025-10-062-11/+11
|
* Bump version to 2025.10.0-beta.2github-actions[bot]2025-10-062-2/+2
|
* enhance(frontend): ↵かっこかり2025-10-069-41/+207
| | | | | | | | | | | | | | | | | | | | | お問い合わせページからデバイス情報を出力できるように (#16598) * enhance(frontend): デバイス情報を出力できるように * fix lint * Update Changelog * enhance: getHighEntropyValuesが使用できなかった場合のフォールバックを追加 * fix lint * fix: getHighEntropyValuesが使用できない場合は生のUAを返すように * enhance: getHighEntropyValuesが使用できる場合でも生のUAを含めるように * :v: * onHeaderClicked -> onOpened
* fix(frontend): 存在しない翻訳を修正 (#16604)かっこかり2025-10-068-10/+25
|
* Bump version to 2025.10.0-beta.1github-actions[bot]2025-10-052-2/+2
|
* fix(frontend): ↵かっこかり2025-10-065-3/+12
| | | | | | | | | 通知の設定画面で予約投稿関連の翻訳が当たっていない問題の修正 (#16603) * fix(frontend): 予約投稿通知の設定画面に不足している翻訳を追加 * fix(misskey-js): 廃止された通知が定義に残っているのを修正 * fix(frontend): 予約投稿の完了/失敗通知はオンオフのみ
* fix(frontend): ↵かっこかり2025-10-053-1/+6
| | | | 画面左のナビゲーションバーでウィジェットアイコンにtooltipがつかない問題を修正 (#16602)
* enhance(frontend): MkTabs, ↵かっこかり2025-10-052-43/+113
| | | | | | | | | | | | | | | | | | | | | MkPageHeader.tabsにてタブハイライトのCSS Anchor Positioningに対応 (#16595) * fix(frontend): modalの中でtabsを使用する際にハイライトが変な位置に出る問題を修正 * fix lint * Revert "fix(frontend): modalの中でtabsを使用する際にハイライトが変な位置に出る問題を修正" This reverts commit 3b0ec46990d9ac9ae7f22140dfed5f8b80a4190c. * fix * fix * enhance(frontend): MkTabsのタブハイライト切り替えをCSS anchor positioningに対応させる * enhance(frontend): MkPageHeader.tabsのタブハイライト切り替えをCSS anchor positioningに対応させる * :art:
* enhance(frontend): ↵かっこかり2025-10-051-31/+68
| | | | | | | | | | | | | | | | | プロフィールバナー画像のparallaxをscroll-driven animationに置き換え (#16241) * enhance(frontend): プロフィールバナー画像のparallaxをscroll-driven animationに置き換え * lint * revert unrelated changes * Update packages/frontend/src/pages/user/home.vue * remove inset shadow --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): MkTabの指定をpropsから行うように (#16596)かっこかり2025-10-056-75/+110
| | | | | * refactor(frontend): MkTabの指定をpropsから行うように * Update explore.featured.vue
* Update CHANGELOG with new features and enhancementssyuilo2025-10-051-0/+1
|
* enhance(frontend): 実験的機能としてTranslator ↵かっこかり2025-10-053-9/+55
| | | | | | | | | | | | | APIを用いた翻訳を実装 (#16600) * enhance(frontend): 実験的機能としてTranslator APIを用いた翻訳を実装 * remove unused imports * remove unnecessary console.log * fix 表記揺れ * fix lint
* New Crowdin updates (#16532)syuilo2025-10-0527-161/+762
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Romanian) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Vietnamese) * New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Japanese, Kansai) * 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 (Korean) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Romanian) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (German) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Dutch) * New translations ja-jp.yml (Norwegian) * New translations ja-jp.yml (Polish) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Slovak) * New translations ja-jp.yml (Ukrainian) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (English) * 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 (Japanese, Kansai) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Catalan) * 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 (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Simplified) * 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 (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (English) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Portuguese) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified)
* fix(deps): update [root] update dependencies [skip ci] (#16576)renovate[bot]2025-10-042-662/+143
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update [misskey-js] update dependencies [skip ci] (#16543)renovate[bot]2025-10-043-226/+52
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump version to 2025.10.0-beta.0github-actions[bot]2025-10-042-2/+2
|
* Update CHANGELOG with new features and enhancementssyuilo2025-10-041-0/+2
|
* fix(deps): update [frontend] update dependencies [ci skip] (#16548)renovate[bot]2025-10-049-1373/+1332
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update [github actions] update dependencies (#16545)renovate[bot]2025-10-043-3/+3
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [backend] update dependencies (#16547)renovate[bot]2025-10-044-605/+1352
| | | | | | | | | | | | | * fix(deps): update [backend] update dependencies * chore: update typeorm.patch * fix: handle socket creation failure in HttpRequestServiceAgent --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: anatawa12 <anatawa12@icloud.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* Bump version to 2025.10.0 in CHANGELOGsyuilo2025-10-041-1/+1
| | | Updated version number and note for pnpm requirement.
* chore(frontend): make enableFolderPageView false by defaultsyuilo2025-10-041-1/+1
| | | | see #16553
* chore(frontend): improve usabilitysyuilo2025-10-041-0/+3
|
* Bump version to 2025.10.0-alpha.0github-actions[bot]2025-10-012-2/+2
|
* fix(gh): add minimumReleaseAge settings to renovate [ci skip]かっこかり2025-09-281-0/+1
|
* add ideassyuilo2025-09-272-0/+422
|
* enhance(frontend): improve zoomLines image effectsyuilo2025-09-273-9/+113
|
* enhance(frontend): add pixelate mask effectsyuilo2025-09-266-2/+174
|
* Bump version to 2025.9.1-alpha.2github-actions[bot]2025-09-262-2/+2
|
* fix(frontend): ↵かっこかり2025-09-262-1/+6
| | | | | | | | | | | アクティビティウィジェットのグラフモードが動作しない問題を修正 (#16579) * fix(frontend): アクティビティウィジェットのグラフモードが動作しない問題を修正 * :art: * Update Changelog * fix
* enhance(frontend): テーマをドラッグ&ドロップできるようにsyuilo2025-09-263-8/+66
|
* feat: scheduled post (#16577)syuilo2025-09-2639-483/+1125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update NoteDraft.ts * Update NoteDraft.ts * wip * Update CHANGELOG.md * wip * Update PostScheduledNoteProcessorService.ts * Update PostScheduledNoteProcessorService.ts * Update Notification.ts * wip * Update NoteDraftService.ts * Update NoteDraftService.ts * Update NoteDraftService.ts * wip * Create 1758677617888-scheduled-post.js * Update index.d.ts * Update stats.ts * wip * wip * wip * wip * wip * Update MkNotification.vue * wip * wip * wip * Update NoteDraftService.ts * Update NoteDraftService.ts * wip * wip * Update NoteDraftEntityService.ts * wip * Update index.d.ts * Update MkPostForm.vue * wip * wip * wip * Update NoteCreateService.ts * wip * wip * wip * Update NoteDraftEntityService.ts * Update NoteCreateService.ts * Update NoteDraftService.ts * wip * Update NoteDraftService.ts * wip * wip * Update MkPostForm.vue * wip * Update MkPostForm.vue * Update os.ts * wip * Update MkNoteDraftsDialog.vue