Commit Graph

1 Commits

Author SHA1 Message Date
7b00006943 Add StoredObjectLockApiController and tests for lock removal functionality
- Implemented `StoredObjectLockApiController` with endpoint to remove locks from stored objects.
- Added access control checks and validation for lock existence before removal.
- Wrote `StoredObjectLockApiControllerTest` to cover access denial, lock absence, and successful lock removal scenarios.
- Utilized `MockClock` in test cases to accurately simulate time-based behaviors.
2026-04-14 16:25:05 +02:00