vikunja/pkg/cmd
kolaente c8893f4533 fix(cli): guard last admin on scheduled CLI deletion path
The last-admin guard was only enforced in the --now branch of 'user delete'. The default scheduled path called user.RequestDeletion without the guard, letting an operator schedule deletion of the last reachable admin via the CLI; the cron flow would then confirm and execute it, violating the invariant the HTTP admin API already enforces.
2026-04-20 18:55:06 +00:00
..
cmd.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
doctor.go refactor: remove typesense support 2026-02-25 12:15:28 +01: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
migrate.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
repair.go feat(cli): reorganize repair commands under unified 'vikunja repair' parent (#2300) 2026-02-25 11:50:09 +00:00
repair_file_mime_types.go feat(cli): reorganize repair commands under unified 'vikunja repair' parent (#2300) 2026-02-25 11:50:09 +00:00
repair_orphan_positions.go feat(cli): reorganize repair commands under unified 'vikunja repair' parent (#2300) 2026-02-25 11:50:09 +00:00
repair_projects.go feat(cli): reorganize repair commands under unified 'vikunja repair' parent (#2300) 2026-02-25 11:50:09 +00:00
repair_task_positions.go feat(cli): reorganize repair commands under unified 'vikunja repair' parent (#2300) 2026-02-25 11:50:09 +00: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(cli): guard last admin on scheduled CLI deletion path 2026-04-20 18:55:06 +00:00
version.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
web.go feat: add license comments for agents and humans 2026-04-15 10:32:37 +00:00