Files
homebox/backend/internal/core/services
Matthew Kilgore dd873a95da Add default group handling and user-groups relationship
- Introduced `default_group_id` field in the User model to manage user group defaults.
- Updated user creation and update logic to utilize the new default group ID.
- Implemented a many-to-many relationship between users and groups via a new `user_groups` junction table.
- Refactored relevant queries and middleware to support tenant-based access using the default group.
2025-12-26 20:16:52 -05:00
..
2024-09-23 14:50:02 -04:00
2025-01-26 13:31:33 -05:00