vikunja/pkg
kolaente 55dd7d2981
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
2024-09-11 17:58:42 +02:00
..
caldav fix(caldav): make sure colors are correctly saved and returned 2024-09-04 23:08:29 +02:00
cmd feat(dump): add flag to allow specifying dump path 2024-09-05 15:14:03 +02:00
config feat(teams): add public flags to teams to allow easier sharing with other teams (#2179) 2024-03-10 14:04:32 +00:00
cron chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
db fix(subscriptions): correctly inherit subscriptions 2024-09-03 22:04:11 +02:00
events chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00
files fix(files): use absolute path everywhere 2024-09-06 12:59:48 +02:00
initialize chore(auth): refactor removing empty openid teams to cron job 2024-03-11 17:20:05 +01:00
integrations chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
log chore(mail): update logger to new interface 2024-06-18 12:42:43 +00:00
mail fix(mail): do not fail testmail command when the connection could not be closed. 2024-08-12 11:08:16 +02:00
metrics chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +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-11 17:58:42 +02:00
modules fix(files): use absolute path everywhere 2024-09-06 12:59:48 +02:00
notifications fix(notifications): rendering of plaintext mails 2024-04-07 14:12:44 +02:00
red chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
routes fix(caldav): reject invalid project id with error 400 2024-09-10 17:32:35 +02:00
swagger [skip ci] Updated swagger docs 2024-09-07 11:48:49 +00:00
user fix(auth): restrict max password length to 72 bytes 2024-09-10 18:23:06 +02:00
utils fix(subscriptions): cleanup and simplify fetching subscribers for tasks and projects logic 2024-09-04 19:55:17 +02:00
version fix(build): don't require swagger to build 2023-09-06 21:08:09 +02:00
web chore(web): always set internal error 2024-09-01 19:37:27 +02:00