vikunja/pkg/web/handler
kolaente 2fc6f033f2 refactor(handler): return domain error for forbidden instead of echo.HTTPError
Keeps the Do* helpers framework-neutral so non-Echo callers (upcoming
Huma /v2 handlers) don't need a translation shim.

Addresses review feedback on #2670.
2026-04-21 09:23:13 +00:00
..
core.go refactor(handler): return domain error for forbidden instead of echo.HTTPError 2026-04-21 09:23:13 +00:00
create.go refactor(handler): extract DoCreate from CreateWeb 2026-04-21 09:23:13 +00:00
delete.go refactor(handler): extract DoDelete from DeleteWeb 2026-04-21 09:23:13 +00:00
error.go refactor(handler): return domain error for forbidden instead of echo.HTTPError 2026-04-21 09:23:13 +00:00
helper.go refactor: centralize HTTP error handling (#2062) 2026-01-08 10:02:59 +00:00
read_all.go refactor(handler): extract DoReadAll from ReadAllWeb 2026-04-21 09:23:13 +00:00
read_one.go refactor(handler): extract DoReadOne from ReadOneWeb 2026-04-21 09:23:13 +00:00
update.go refactor(handler): extract DoUpdate from UpdateWeb 2026-04-21 09:23:13 +00:00