owncloud/core

View on GitHub
changelog/10.15.0_2024-06-18/41272

Summary

Maintainability
Test Coverage
Bugfix: Wrong Logic When 'allow_user_mounting' is Initially Undefined

On a freshly installed system, the checkbox '[ ] Allow users to mount external storage' is not set, implying 'no'.
The code handled this as 'yes' until the admin once selected and unselected the checkbox.

https://github.com/owncloud/core/pull/41272
https://github.com/owncloud/core/pull/41273