vikunja/pkg
kolaente db123674a7
feat: share logic for bulk update (#1456)
This change refactors the bulk task update logic so that it updates all fields a single task update would update as well.

Could be improved in the future so that it is more efficient, instead of calling the update function repeatedly. Right now, this reduces the complexity by a lot and it should be fast enough for most cases using this.

Resolves #1452
2025-09-10 16:40:59 +00:00
..
caldav feat(caldav): return proper caldav intervals instead of FREQ=SECONDLY (#1230) 2025-08-04 13:41:28 +02:00
cmd fix: show error when user list filter is empty (#1372) 2025-09-01 21:08:13 +00:00
config fix: require publicurl when cors enabled (#1351) 2025-08-29 20:51:31 +00:00
cron fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
db feat!: rename right to permission (#1277) 2025-08-13 11:05:05 +02:00
events fix(deps): update module github.com/threedotslabs/watermill to v1.5.1 (#1391) 2025-09-02 18:11:45 +00:00
files feat: move to slog for logging 2025-07-21 18:15:39 +02:00
health feat: introduce shared health check logic (#1073) 2025-07-02 21:01:41 +00:00
i18n chore(i18n): update translations via Crowdin 2025-09-02 00:54:00 +00:00
initialize feat(auth): add oauth require availability configuration on startup (#1358) 2025-08-30 22:15:20 +00:00
log feat: move to slog for logging 2025-07-21 18:15:39 +02:00
mail feat!: rename right to permission (#1277) 2025-08-13 11:05:05 +02:00
metrics fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
migration feat!: rename right to permission (#1277) 2025-08-13 11:05:05 +02:00
models feat: share logic for bulk update (#1456) 2025-09-10 16:40:59 +00:00
modules fix(avatar): recover gracefully from broken avatar cache (#1379) 2025-09-02 14:03:58 +00:00
notifications feat: move to slog for logging 2025-07-21 18:15:39 +02:00
plugins feat(plugins): allow plugins to register routes 2025-08-01 17:06:02 +02:00
red fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
routes refactor: use helper function to check user local 2025-09-04 18:09:21 +02:00
swagger [skip ci] Updated swagger docs 2025-09-04 16:33:42 +00:00
user fix(user): persist status on email updates (#1084) 2025-08-04 14:07:00 +00:00
utils fix: comment typo and misspellings 2025-07-02 17:46:21 +02:00
version fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
web feat!: rename right to permission (#1277) 2025-08-13 11:05:05 +02:00
webtests refactor: use helper function to check user local 2025-09-04 18:09:21 +02:00