vikunja/pkg/routes/api/shared
kolaente 56b1ba47ec feat(api/v2): add public instance info endpoint
Add GET /api/v2/info (public — no auth). Extract the /info response type and
its assembly out of the v1 handler into pkg/routes/api/shared.BuildInfo() so
both API versions return byte-identical info; refactor v1's handler onto it.
Add the v2 path to unauthenticatedAPIPaths.
2026-06-11 20:07:43 +00:00
..
admin_user.go feat(api/v2): add admin actions on /api/v2 2026-06-11 19:32:42 +00:00
auth_provider.go refactor(user): extract shared account orchestration into models/user/shared for v1+v2 2026-06-11 07:02:31 +00:00
info.go feat(api/v2): add public instance info endpoint 2026-06-11 20:07:43 +00:00