summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix: ↵Sayamame-beans2025-08-091-1/+1
| | | | | | | | | | | チャンネルのハイライトページにノートが表示されない問題を修正 (#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-0921-191/+339
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-095-32/+20
| | | | | | | | | カラムの名前が正しくリスト/チャンネルの名前にならない問題 (#15987) * fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題 * changelog Fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題を修正 * reduce requests to retrieve timeline name
* enhance(frontend): AiScriptのcode-splittingが正しく行われるようにsyuilo2025-08-081-6/+21
|
* Bump version to 2025.8.0-alpha.6github-actions[bot]2025-08-081-1/+1
|
* Fix: SystemWebhook設定でsecretを空に出来ない問題を修正 (#16371)Sayamame-beans2025-08-083-6/+6
| | | | | | | * fix(backend): allow system-webhook secret to be empty * docs(changelog): update changelog * chore: run build-misskey-js-with-types
* 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-081-1/+1
|
* Follow up per locale bundle (#16381)anatawa122025-08-0811-128/+110
| | | | | | | | | | | | | | | | | | | | | * 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-0837-183/+1196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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})
* enhance(frontend): ↵syuilo2025-08-061-36/+44
| | | | タイムラインページのメニューから投稿フォームの表示有無を切り替えられるように
* feat(frontend): AiScriptを1.0に更新syuilo2025-08-066-41/+43
| | | | Close #16277
* 🎨syuilo2025-08-052-4/+3
|
* fix type errorssyuilo2025-08-051-19/+6
|
* fix(frontend): ↵syuilo2025-08-051-0/+5
| | | | 投稿フォームでファイルのアップロードが中止または失敗した際のハンドリングを修正
* feat(frontend): ページのタブバーを下部に表示できるようにsyuilo2025-08-045-5/+56
|
* chore: ↵anatawa122025-08-041-51/+61
| | | | リモートノートの削除条件をデータベース上で確認するように (#16351)
* 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-032-22/+22
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies (#16347)renovate[bot]2025-08-037-57/+57
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump version to 2025.8.0-alpha.4github-actions[bot]2025-08-031-1/+1
|
* コントロールパネルの検索 (#16343)syuilo2025-08-0336-1154/+1396
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0210-369/+172
| | | | | | | | | | | | | | | | * 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>
* 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-011-1/+1
|
* enhance: support emojis added in Unicode 16.0 or earlier (#16329)poppingmoon2025-08-019-104/+402
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-011-1/+1
|
* feat(frontend): セーフモード (#16245)かっこかり2025-08-0112-48/+148
| | | | | | | | | | | | | | | | | | | | | | | * 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>
* fix(frontend); Playのボタンがはみ出している問題を修正 (#16303)かっこかり2025-08-011-0/+1
|
* Bump version to 2025.8.0-alpha.1github-actions[bot]2025-08-011-1/+1
|
* enhance: ジョブのログを表示できるようにsyuilo2025-08-019-0/+162
|
* enhance(backend): ↵syuilo2025-08-013-9/+25
| | | | | | | 連合関係のサーバー設定のデフォルト値をウィザード側に移動 - サーバー初期設定ウィザードでデフォルト値を設定できるため、データベース上のデフォルト値でオンにしておく必要がない - 連合は初期設定が終わるまで閉じられている方が安全
* Bump version to 2025.8.0-alpha.0github-actions[bot]2025-08-011-1/+1
|
* feat: remote notes cleaning (#16292)syuilo2025-08-0112-4/+313
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * wip * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update CleanRemoteNotesProcessorService.ts * Update job-queue.job.vue * wip * Update CleanRemoteNotesProcessorService.ts * wip * wip * wip * Update CleanRemoteNotesProcessorService.ts * wip * Update CHANGELOG.md * Revert "wip" This reverts commit 89d455d302c1106c421bcec309fd7bf02509465e. * wip * woip * Update QueueService.ts * Update QueueService.ts * ピン留め考慮 * Update CleanRemoteNotesProcessorService.ts * Update QueueService.ts * Update CleanRemoteNotesProcessorService.ts * add log * Update CHANGELOG.md * wip * Update MkServerSetupWizard.vue
* enhance(frontend): ↵syuilo2025-08-014-5/+89
| | | | サーバーの初期設定ウィザードをやり直せるように
* enhance(backend): tweak system job logsyuilo2025-08-011-2/+7
|
* fix(frontend): MkNotesTimelineの日付dividerのスタイル修正 (#16306)かっこかり2025-07-314-12/+22
|
* update minimum nodejs versionsyuilo2025-07-311-1/+1
|
* clean upsyuilo2025-07-312-15/+3
| | | | ワイルドカードセレクタはexpensive