vikunja/pkg/db/fixtures
waza-ari a3154e805c
All checks were successful
continuous-integration/drone/push Build is passing
fix(auth): use (issuer, name) to check for uniqueness of oidc teams (#2152)
The change introduced in #2150 introduces a bug where a Team would be re-created every time a user logs in, as the check if a team already exists was based on both the unique `oidcID` and the `name`. This PR proposes to only base the check on the ID, as this should be unique.

Co-authored-by: Daniel Herrmann <daniel.herrmann1@gmail.com>
Reviewed-on: #2152
Reviewed-by: konrad <k@knt.li>
Co-authored-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
Co-committed-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
2024-03-04 20:26:45 +00:00
..
api_tokens.yml chore(api tokens): remove updated date from tokens as it can't be updated anyway 2023-09-01 11:16:36 +02:00
buckets.yml fix(task): move done tasks to the done bucket when they are moved between projects and the new project has a done bucket 2024-03-03 18:13:47 +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(test): fixtures 2023-05-24 15:52:32 +02:00
labels.yml Migrate all timestamps to real iso dates (#594) 2020-06-27 17:04:01 +00:00
link_shares.yml fix: test fixtures 2023-03-13 14:28:07 +01:00
projects.yml fix(task): move done tasks to the done bucket when they are moved between projects and the new project has a done bucket 2024-03-03 18:13:47 +01:00
saved_filters.yml Saved filters (#655) 2020-09-26 21:02:17 +00:00
subscriptions.yml fix(tests): subscription test fixtures 2023-05-24 15:51:56 +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_comments.yml Add names for link shares (#829) 2021-04-07 12:44:39 +00:00
task_relations.yml feat(caldav): Add support for subtasks (i.e. RELATED-TO property) in CalDAV (#1634) 2023-11-10 22:44:03 +00:00
task_reminders.yml fix: reminder fixture 2023-05-24 15:52:33 +02:00
tasks.yml feat(caldav): Add support for subtasks (i.e. RELATED-TO property) in CalDAV (#1634) 2023-11-10 22:44:03 +00:00
team_members.yml feat: assign users to teams via OIDC claims (#1393) 2024-03-02 08:47:10 +00:00
team_projects.yml fix(tests): permission tests for parent projects 2023-05-24 15:51:56 +02:00
teams.yml fix(auth): use (issuer, name) to check for uniqueness of oidc teams (#2152) 2024-03-04 20:26:45 +00:00
user_tokens.yml Refactor user email confirmation + password reset handling (#919) 2021-07-13 20:56:02 +00:00
users_projects.yml feat(caldav): Add support for subtasks (i.e. RELATED-TO property) in CalDAV (#1634) 2023-11-10 22:44:03 +00:00
users.yml fix(user): allow deleting a user if they have a default project 2023-08-23 16:10:51 +02:00