Files
vikunja/pkg
kolaente fbf08ef196 fix: lock the view before placing a batch at the top of it
Two concurrent batches read the same lowest position and computed
byte-identical slots, which is the arbitrary ordering this branch set out to
remove. Take the same lock the single-task path takes, walk projects and views
in a stable id order so two batches cannot deadlock, and run the conflict
repair after inserting.

Address pr-swarm finding: unserialized position read in the batch path.
2026-07-26 23:09:45 +02:00
..
2026-07-02 17:38:37 +02:00