vikunja/pkg
kolaente 5bfd99dd77
fix(task): specify task index when creating multiple tasks at once
This change allows to specify the task index when creating a task, which will then be checked to avoid duplicates and used. This allows us to calculate the indexes for all tasks beforehand when creating them at once using quick add magic.
The method is not bulletproof, but already fixes a problem where multiple tasks would have the same index when created that way.

Resolves https://community.vikunja.io/t/add-multiple-tasks-at-once/333/16

(cherry picked from commit 55dd7d2981)
2024-09-20 14:25:48 +02:00
..
caldav fix(caldav): make sure colors are correctly saved and returned 2024-09-20 14:22:47 +02:00
cmd fix(deps): update golangci 2024-09-20 14:20:56 +02:00
config
cron
db fix(subscriptions): correctly inherit subscriptions 2024-09-20 14:22:33 +02:00
events
files fix(files): use absolute path everywhere 2024-09-20 14:25:02 +02:00
initialize
integrations chore(web): move web handler package to Vikunja 2024-09-20 14:22:08 +02:00
log
mail fix(mail): do not fail testmail command when the connection could not be closed. 2024-08-12 20:16:54 +02:00
metrics chore(web): move web handler package to Vikunja 2024-09-20 14:22:08 +02:00
migration fix: add info log message when starting to run migrations 2024-07-05 10:26:26 +02:00
models fix(task): specify task index when creating multiple tasks at once 2024-09-20 14:25:48 +02:00
modules fix(files): use absolute path everywhere 2024-09-20 14:25:02 +02:00
notifications
red
routes fix(caldav): reject invalid project id with error 400 2024-09-20 14:25:41 +02:00
swagger [skip ci] Updated swagger docs 2024-09-20 14:25:27 +02:00
user fix(auth): restrict max password length to 72 bytes 2024-09-20 14:25:46 +02:00
utils fix(subscriptions): cleanup and simplify fetching subscribers for tasks and projects logic 2024-09-20 14:22:37 +02:00
version
web chore(web): always set internal error 2024-09-20 14:22:28 +02:00