summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkServerSetupWizard.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(frontend): anyを除去2 (#17092)かっこかり2026-01-141-1/+1
| | | | | | | * wip * fix types * fix
* refactor(frontend): MkRadiosの指定をpropsから行うように (#16597)かっこかり2026-01-141-23/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(frontend): MkRadiosの指定をpropsから行うように * spdx * fix lint * fix: mkradiosを動的slotsに対応させる * fix: remove comment [ci skip] * fix lint * fix lint * migrate * rename * fix * fix * fix types * remove unused imports * fix * wip --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): remove undefined css rules (#17051)かっこかり2025-12-311-6/+1
|
* refactorsyuilo2025-09-011-1/+0
|
* refactor(frontend): ↵かっこかり2025-08-311-13/+14
| | | | | | | | | | | フロントエンドの型エラー解消(途中まで) (#16477) * refactor(frontend): フロントエンドの型エラー解消 * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* clean upsyuilo2025-08-301-1/+1
|
* chore(frontend): tweak MkServerSetupWizardsyuilo2025-08-261-1/+1
|
* feat: ↵syuilo2025-08-191-0/+8
| | | | 非ログイン時に表示されるトップページのスタイルを選択できるように
* enhance(backend): ↵syuilo2025-08-011-7/+5
| | | | | | | 連合関係のサーバー設定のデフォルト値をウィザード側に移動 - サーバー初期設定ウィザードでデフォルト値を設定できるため、データベース上のデフォルト値でオンにしておく必要がない - 連合は初期設定が終わるまで閉じられている方が安全
* feat: remote notes cleaning (#16292)syuilo2025-08-011-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-011-4/+6
| | | | サーバーの初期設定ウィザードをやり直せるように
* Feat: サーバー初期設定ウィザード (#15954)syuilo2025-05-091-0/+356
* wip * wip * Update welcome.setup.vue * wip * wip * wip * wip * Update MkServerSetupWizard.vue * Update MkServerSetupWizard.vue * wip * wip * wip * Update types.ts * wip * wip * Update CHANGELOG.md