mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-25 12:11:22 -05:00
The ListUsers function now references team_members and teams tables via a subquery for external team discoverability. The pkg/user test environment only syncs user tables, so these tests need to run in pkg/models which has the full schema and all fixtures. Also adds new tests for the external team discoverability bypass directly in the models package alongside the moved tests.