aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/go.mod
AgeCommit message (Collapse)Author
2026-02-14feat(feed): auto-discover feed URLs from HTML pagesnsfisis
When an HTML page is provided instead of a direct feed URL, parse <link rel="alternate"> tags to find RSS/Atom feeds. Atom is preferred over RSS when both are present. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14refactor: migrate API from GraphQL to REST (TypeSpec/OpenAPI)nsfisis
Replace the entire GraphQL stack (gqlgen, urql, graphql-codegen) with a TypeSpec → OpenAPI 3.x pipeline using oapi-codegen for Go server stubs and openapi-fetch + openapi-typescript for the frontend client. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2025-11-08feat: Support multi-usernsfisis
2025-10-27feat(backend): create-user commandnsfisis
2025-07-12feat(backend): introduce sqlcnsfisis
2025-07-11feat(backend): add GraphQL boilerplate codensfisis
2025-06-23refactor: change directory structurensfisis