vikunja/pkg/cmd
kolaente 55c122fb42 feat: add repair-file-mime-types CLI command
Add a CLI command that finds all files in the database with no MIME type
set, detects it from the stored file content, and updates the database.
This is useful for backfilling MIME types on files created before MIME
detection was added on upload.
2026-02-22 00:00:11 +01:00
..
cmd.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
doctor.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
dump.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
healthcheck.go feat: introduce shared health check logic (#1073) 2025-07-02 21:01:41 +00:00
index.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
maintenance.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
migrate.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
repair_file_mime_types.go feat: add repair-file-mime-types CLI command 2026-02-22 00:00:11 +01:00
repair_task_positions.go fix(positions): detect and repair duplicate task positions automatically (#1998) 2025-12-20 19:38:28 +01:00
restore.go feat: add --preserve-config flag to restore command (#1939) 2025-12-07 21:44:45 +00:00
testmail.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
user.go fix: show error when user list filter is empty (#1372) 2025-09-01 21:08:13 +00:00
version.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
web.go fix(deps): update module github.com/labstack/echo/v4 to v5 (#2131) 2026-01-24 20:38:32 +01:00