mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
When unsharing from self in a group share situation, the share items passed to the post_unshareFromSelf hook were using the wrong format in which the attribute names (ex: "share_type") have non camel-case format. This fix makes sure that in group sharing case we use the correct format. It looks like the code was already producing it but in array_merge it was not using it and adding the unprocessed one. |
||
|---|---|---|
| .. | ||
| API | ||
| Controllers | ||
| External | ||
| js | ||
| Middleware | ||
| ActivityTest.php | ||
| ApiTest.php | ||
| BackendTest.php | ||
| CacheTest.php | ||
| CapabilitiesTest.php | ||
| DeleteOrphanedSharesJobTest.php | ||
| EncryptedSizePropagationTest.php | ||
| EtagPropagationTest.php | ||
| ExpireSharesJobTest.php | ||
| ExternalStorageTest.php | ||
| GroupEtagPropagationTest.php | ||
| HelperTest.php | ||
| LockingTest.php | ||
| MigrationTest.php | ||
| MountProviderTest.php | ||
| PermissionsTest.php | ||
| PropagationTestCase.php | ||
| SharedMountTest.php | ||
| SharedStorageTest.php | ||
| ShareTest.php | ||
| SizePropagationTest.php | ||
| TestCase.php | ||
| UnshareChildrenTest.php | ||
| UpdaterTest.php | ||
| WatcherTest.php | ||