vikunja/pkg/web/handler
kolaente 0b3decd869
fix: ensure API consistency for /tasks and empty array responses (#1988)
- Renames the `/tasks/all` endpoint to `/tasks` for consistency with
other collection endpoints like `/projects` and `/labels`
- Returns `[]` instead of `null` for empty pagination results across all
list endpoints
- Updates the frontend service to use the new endpoint path
- Updates API token tests to use the new endpoint path

Fixes #1984
2025-12-15 15:34:13 +00:00
..
create.go feat!: rename right to permission (#1277) 2025-08-13 11:05:05 +02:00
delete.go feat!: rename right to permission (#1277) 2025-08-13 11:05:05 +02:00
helper.go feat!: rename right to permission (#1277) 2025-08-13 11:05:05 +02:00
read_all.go fix: ensure API consistency for /tasks and empty array responses (#1988) 2025-12-15 15:34:13 +00:00
read_one.go feat!: rename right to permission (#1277) 2025-08-13 11:05:05 +02:00
update.go feat!: rename right to permission (#1277) 2025-08-13 11:05:05 +02:00