vikunja/pkg/routes/api
kolaente 5b3ee89edd refactor(api/v2): dedup the admin user-mutation handlers
The patch-admin, patch-status and delete-user handlers each repeated the same
session open/load/commit/rollback scaffold. Extract it into adminMutateUser,
which owns the transaction and takes a closure for each handler's distinct
guard-and-write step.
2026-06-11 19:32:42 +00:00
..
shared feat(api/v2): add admin actions on /api/v2 2026-06-11 19:32:42 +00:00
v1 refactor(admin): extract shared admin overview, user-create and user-view helpers 2026-06-11 19:32:42 +00:00
v2 refactor(api/v2): dedup the admin user-mutation handlers 2026-06-11 19:32:42 +00:00