summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix: ↵Sayamame-beans2025-08-092-1/+2
| | | | | | | | | | | | | | | | | | | | | | チャンネルのハイライトページにノートが表示されない問題を修正 (#16364) * fix(frontend): unable to see channel's featured notes * docs(changelog): update changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
| * fix frontend tests broken with aiscript 1.0.0 (#16377)anatawa122025-08-092-8/+24
| | | | | | | | | | * test: update test for aiscript 1.0: line info in error * test: update test for aiscript 1.0: keyword in object literal
| * enhance(frontend): 画像エフェクトのUI改善 (#16191)かっこかり2025-08-0924-196/+509
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(frontend): 画像エフェクトの改善 * enhance: i18n colorClampAdvanced * fix: missing translation * enhance: i18n blockNoise * fix lint * fix: narrow down fx defs types * fix * fix: watermark用エフェクトは別で定義し直す * fix lint * ImageEffectorをwatermarkに隠蔽 * watermark関連の定義を完全に分離 * refactor * fix * ぼかし効果 -> スムージング * refactor: remove unnecessary `as const` * Update Changelog
| * fix: ↵anatawa122025-08-096-32/+21
| | | | | | | | | | | | | | | | | | カラムの名前が正しくリスト/チャンネルの名前にならない問題 (#15987) * fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題 * changelog Fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題を修正 * reduce requests to retrieve timeline name
| * fix(deps): update [root] update dependencies (#16349)renovate[bot]2025-08-092-254/+388
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * enhance(frontend): AiScriptのcode-splittingが正しく行われるようにsyuilo2025-08-081-6/+21
| |
| * Bump version to 2025.8.0-alpha.6github-actions[bot]2025-08-082-2/+2
| |
| * Fix: SystemWebhook設定でsecretを空に出来ない問題を修正 (#16371)Sayamame-beans2025-08-084-6/+7
| | | | | | | | | | | | | | * fix(backend): allow system-webhook secret to be empty * docs(changelog): update changelog * chore: run build-misskey-js-with-types
| * New Crowdin updates (#16360)syuilo2025-08-088-18/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Spanish)
| * fix(backend): Fix and create unit test of CleanRemoteNotesProcessorService ↵tamaina2025-08-082-75/+725
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#16368) * wip * test(backend): CleanRemoteNotesProcessorService (basic) * test(backend): CleanRemoteNotesProcessorService (advanced) * :v: * a * split initiator query * no order by * ??? * old → older
| * 🎨syuilo2025-08-081-0/+8
| |
| * Update about-misskey.vuesyuilo2025-08-081-0/+4
| |
| * Bump version to 2025.8.0-alpha.5github-actions[bot]2025-08-082-2/+2
| |
| * Follow up per locale bundle (#16381)anatawa122025-08-0817-143/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix docker build * enable check spdx license id in frontend-builder * fix eslint config * run eslint for frontend-builder in ci * fix eslint * add license headers * fix unnecessary comments * update changelog * fix generateDts * fix tsx
| * per-locale bundle & inline locale (#16369)anatawa122025-08-0840-201/+1245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: split entry file by locale name * chore: とりあえず transform hook で雑に分割 * chore: とりあえず transform 結果をいい感じに * chore: concurrent buildで高速化 * chore: vite ではローケルのないものをビルドして後処理でどうにかするように * chore: 後処理のためにi18n.jを単体になるように切り出す * chore: use typescript * chore: remove unref(i18n) in vite build process * chore: inline variable * fix: build error * fix: i18n.ts.something.replaceAll() become error * chore: ignore export specifier from error * chore: support i18n.tsx as object * chore: process literal for all files * chore: split config and locale * chore: inline locale name * chore: remove updating locale in boot common * chore: use top-level await to load locales * chore: inline locale * chore: remove loading locale from boot.js * chore: remove loading locale from boot.js * コメント追加 * fix test; fetchに失敗する * import削除ログをdebugレベルに * fix: watch pug * chore: use hash for entry files * chore: remove es-module-lexer from dependencies * chore: move to frontend-builder * chore: use inline locale in embed * chore: refetch json on hot reload * feat: store localization related to boot.js in backend in bootloaderLocales localstorage * 応急処置を戻す * fix spex * fix `Using i18n identifier "e" directly. Skipping inlining.` warning * refactor: use scriptsDir parameter * chore: remove i18n from depmap * chore: make build crash if errors * error -> warn few conditions * use inline object * update localstorage keys * remove accessing locale localstorage * fix: failed to process i18n.tsx.aaa({x:i18n.bbb})
| * Update CONTRIBUTING.mdsyuilo2025-08-071-0/+20
| |
| * enhance(frontend): ↵syuilo2025-08-061-36/+44
| | | | | | | | タイムラインページのメニューから投稿フォームの表示有無を切り替えられるように
| * feat(frontend): AiScriptを1.0に更新syuilo2025-08-068-44/+62
| | | | | | | | Close #16277
| * 🎨syuilo2025-08-052-4/+3
| |
| * fix type errorssyuilo2025-08-051-19/+6
| |
| * fix(frontend): ↵syuilo2025-08-052-0/+6
| | | | | | | | 投稿フォームでファイルのアップロードが中止または失敗した際のハンドリングを修正
| * feat(frontend): ページのタブバーを下部に表示できるようにsyuilo2025-08-048-5/+62
| |
| * chore: ↵anatawa122025-08-041-51/+61
| | | | | | | | リモートノートの削除条件をデータベース上で確認するように (#16351)
| * New translations ja-jp.yml (Turkish) (#16359)syuilo2025-08-041-5/+5
| |
| * enhance(i18n): トルコ語を追加 (#16358)かっこかり2025-08-042-0/+2
| |
| * New Crowdin updates (#16336)syuilo2025-08-0419-265/+3249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Romanian) * New translations ja-jp.yml (Arabic) * New translations ja-jp.yml (Czech) * New translations ja-jp.yml (Greek) * New translations ja-jp.yml (Dutch) * New translations ja-jp.yml (Swedish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Thai) * New translations ja-jp.yml (Uzbek) * New translations ja-jp.yml (Kannada) * New translations ja-jp.yml (Lao) * New translations ja-jp.yml (Korean (Gyeongsang)) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Turkish)
| * clean upsyuilo2025-08-041-21/+0
| |
| * fix: `/:initialTab?` is shown on the URL when opening note with some ways ↵anatawa122025-08-031-0/+2
| | | | | | | | (#16353)
| * fix(deps): update [frontend] update dependencies (#16350)renovate[bot]2025-08-033-461/+561
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * fix(deps): update [frontend] update dependencies (#16347)renovate[bot]2025-08-038-637/+1404
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * Bump version to 2025.8.0-alpha.4github-actions[bot]2025-08-032-2/+2
| |
| * コントロールパネルの検索 (#16343)syuilo2025-08-0337-1154/+1397
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update settings.vue * Update settings.vue * Update settings.vue * Update settings.vue * Update settings.vue * Update performance.vue * Update performance.vue * Update performance.vue * Update external-services.vue * wip * wip * Update security.vue * Update settings.vue * Update CHANGELOG.md * wip * Update moderation.vue * wip * Update branding.vue * wip * Update email-settings.vue * Update system-webhook.vue * Update MkSuperMenu.vue * Update index.vue
| * perf(frontend): tweak css performancesyuilo2025-08-031-5/+4
| |
| * fix(misskey-js): fix misskey-js autogen (#16345)かっこかり2025-08-021-2/+2
| |
| * chore(deps): update [misskey-js] update dependencies (major) (#16177)renovate[bot]2025-08-0211-595/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * chore(deps): update [misskey-js] update dependencies * enhance(misskey-js): テストスイートをVitestに置き換え (#16340) * enhance(misskey-js): テストスイートをVitestに置き換え * fix: 変なものが混入 * fix test, lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
| * Update CHANGELOG.mdかっこかり2025-08-021-0/+4
| |
| * enhnace(frontend): ↵syuilo2025-08-0211-58/+105
| | | | | | | | リロードのサジェストをダイアログではなくバナー表示に
| * fix e2esyuilo2025-08-024-2/+6
| |
| * fix e2esyuilo2025-08-021-0/+3
| |
| * Bump version to 2025.8.0-alpha.3github-actions[bot]2025-08-012-2/+2
| |
| * enhance: support emojis added in Unicode 16.0 or earlier (#16329)poppingmoon2025-08-0110-147/+435
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add missing emojis to emojilist.json * reorder family emojis * reorder harp * reorder symbols * correct emoji genders * add missing emojis to unicode-emoji-indexes * add Japanese annotations for Sark flag * correct kana notations * add square colors * upgrade @twemoji/parser to 16.0.0 * correct emoji genders * upgrade mfm.js to 0.25.0
| * fix migrationsyuilo2025-08-012-3/+1
| | | | | | | | Fix #16341
| * refactorsyuilo2025-08-014-9/+9
| |
| * ノート検索のホスト指定オプションの速度改善 (#16339)果物リン2025-08-011-2/+2
| | | | | | Co-authored-by: misskey-release-bot[bot] <157398866+misskey-release-bot[bot]@users.noreply.github.com>
| * Bump version to 2025.8.0-alpha.2github-actions[bot]2025-08-012-2/+2
| |
| * feat(frontend): セーフモード (#16245)かっこかり2025-08-0115-48/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(frontend): セーフモード * Update Changelog * Update Changelog * fix * fix * Update Changelog * Update Changelog * PWAのショートカット経由でもセーフモードで起動できるように * Update ClientServerService.ts --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
| * enhance(frontend): いくつかの翻訳を調整syuilo2025-08-013-14/+15
| |
| * fix(frontend); Playのボタンがはみ出している問題を修正 (#16303)かっこかり2025-08-011-0/+1
| |
| * Update CHANGELOG.mdsyuilo2025-08-011-2/+2
| |
| * Update CHANGELOG.mdsyuilo2025-08-011-0/+2
| |