owncloud/core

View on GitHub
changelog/10.4.0_2020-02-10/36759

Summary

Maintainability
Test Coverage
Bugfix: Do not dispatch DeclineShare event for nonexistent shares

DeclineShare event was dispatched even when the share had been not found in oc_share_external table.
It caused sending unshare notification to the empty hostname.

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