owncloud/core

View on GitHub
changelog/10.11.0_2022-08-23/40261

Summary

Maintainability
Test Coverage
Bugfix: Only call getGroupDetails when the group exists

When getting a group, the getGroupDetails method could be called for a group
that does not exist. That is unnecessary and may cause a group backend implementation
to log an error. The code has been refactored to avoid this happening.

https://github.com/owncloud/core/pull/40261