whisper-money/app/Http
Víctor Falcón 5dca04dbba fix(spaces): scope category/label/saved-filter uniqueness per space
A user's spaces are each seeded with the same default category names, so the
per-user unique indexes on categories, labels and saved_filters collided the
moment a second space was created (500 on space creation). Rescope those
uniques to space_id (adding a plain user_id index first so the FK keeps its
index), teach the category duplicate-name handler the new index name, and
harden the creation test to seed the personal space first so it reproduces the
collision.
2026-07-09 15:19:03 +02:00
..
Controllers fix(spaces): scope category/label/saved-filter uniqueness per space 2026-07-09 15:19:03 +02:00
Middleware feat(spaces): scope reads by active space and add the space switcher 2026-07-09 15:19:03 +02:00
Requests feat(spaces): scope reads by active space and add the space switcher 2026-07-09 15:19:03 +02:00
Responses fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00