mirror of
https://github.com/bitwarden/server.git
synced 2026-06-01 01:55:55 -05:00
* Add optional RevisionDate param to group sprocs When provided, bump Group.RevisionDate on affected groups during membership and collection-access changes. Defaults to NULL for backward compatibility. * Add migration for group RevisionDate bump * Add revisionDate param to group repository methods Update IGroupRepository and IOrganizationUserRepository interfaces and their Dapper and Entity Framework implementations. * Pass revisionDate through business logic to repos Inject TimeProvider into commands, services, and controllers to supply the timestamp when modifying group membership. * Update unit tests for group revisionDate param * Update and add integration tests for group revision * Enhance IGroupRepository and IOrganizationUserRepository with detailed XML documentation * Bump date on migration script * Bump date on migration script