vikunja/pkg/web/handler
kolaente 71d412c528 refactor(events): pass context to DispatchPending directly
Every DispatchPending caller either has the request context in scope or
is genuinely request-less, so passing it as a parameter replaces the
stored-context mechanism on the pending queue and satisfies
contextcheck. Also fixes lint findings in the audit package.
2026-06-12 10:34:57 +02:00
..
core.go refactor(events): pass context to DispatchPending directly 2026-06-12 10:34:57 +02: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