vikunja/pkg/db/fixtures
kolaente d0606eadea fix: check child project's own IsArchived flag in CheckIsArchived
CheckIsArchived() previously skipped checking a child project's own
IsArchived flag when ParentProjectID > 0, immediately recursing to
only check the parent. This allowed write operations on individually
archived child projects whose parent was not archived.

Now the function loads the project from the database first, checks its
own IsArchived flag, and only then recurses to check parent projects.
2026-03-23 14:13:53 +00:00
..
api_tokens.yml test: add API token fixture for disabled user 2026-03-23 12:06:16 +00:00
buckets.yml fix(views): update test fixtures for new structure 2024-03-19 00:47:51 +01:00
favorites.yml fix: fetch all tasks for all projects 2023-05-24 15:52:33 +02:00
files.yml Migrate all timestamps to real iso dates (#594) 2020-06-27 17:04:01 +00:00
label_tasks.yml fix(filter): do not show tasks in filter results when they are filtered out by labels 2025-01-20 14:05:42 +01:00
labels.yml fix(filter): do not show tasks in filter results when they are filtered out by labels 2025-01-20 14:05:42 +01:00
link_shares.yml feat!: rename right to permission (#1277) 2025-08-13 11:05:05 +02:00
project_views.yml chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +00:00
projects.yml fix: check child project's own IsArchived flag in CheckIsArchived 2026-03-23 14:13:53 +00:00
reactions.yml feat: emoji reactions for tasks and comments (#2196) 2024-03-12 19:25:58 +00:00
saved_filters.yml fix(filter): translate all tests 2024-03-09 19:06:35 +01:00
sessions.yml feat: add Session model with CRUD, permissions, and cleanup cron 2026-02-25 10:30:25 +01:00
subscriptions.yml fix(subscriptions): correctly inherit subscriptions 2024-09-03 22:04:11 +02:00
task_assignees.yml Migrate all timestamps to real iso dates (#594) 2020-06-27 17:04:01 +00:00
task_attachments.yml Add names for link shares (#829) 2021-04-07 12:44:39 +00:00
task_buckets.yml feat(tasks): add tests for moving a task out of the done bucket 2024-06-18 13:40:41 +02:00
task_comments.yml feat: emoji reactions for tasks and comments (#2196) 2024-03-12 19:25:58 +00:00
task_positions.yml fix(views): update test fixtures for new structure 2024-03-19 00:47:51 +01:00
task_relations.yml chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +00:00
task_reminders.yml test: add task #47 with reminders outside window for bug #2245 2026-02-19 12:40:29 +01:00
tasks.yml test: add fixture task with compound word for prefix search testing 2026-03-05 13:57:05 +01:00
team_members.yml test: add user 11 to external team 14 for discoverability tests 2026-03-04 20:32:11 +01:00
team_projects.yml feat!: rename right to permission (#1277) 2025-08-13 11:05:05 +02:00
teams.yml feat(auth): rename oidc_id to external_id 2025-03-18 16:36:00 +00:00
totp.yml fix: update TOTP reuse test to use user10 matching rebased fixture 2026-03-23 10:34:49 +00:00
user_tokens.yml test: verify CalDAV token auth bypasses TOTP check 2026-03-20 12:22:27 +00:00
users.yml test: add tests for disabled user password reset prevention 2026-03-20 11:23:21 +00:00
users_projects.yml test: add failing test for project background delete with read-only access 2026-03-20 11:41:28 +00:00
webhooks.yml feat: add user_id to webhooks and user-directed event infrastructure 2026-03-08 19:45:53 +01:00