nextcloud/apps/files_sharing/tests
Vincent Petry f07c209cb9
Fix post_unshareFromSelf hook parameter format
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.
2016-12-02 00:50:32 +01:00
..
API Fix tests 2016-11-15 09:41:59 +01:00
Controllers Run the license script 2016-07-22 11:40:41 +02:00
External Run the license script 2016-07-22 11:40:41 +02:00
js move some stuff over to the federatedfilesharing app 2016-07-14 16:39:48 +02:00
Middleware Run the license script 2016-07-22 11:40:41 +02:00
ActivityTest.php Run the license script 2016-07-22 11:40:41 +02:00
ApiTest.php Run the license script 2016-07-22 11:40:41 +02:00
BackendTest.php Run the license script 2016-07-22 11:40:41 +02:00
CacheTest.php Run the license script 2016-07-22 11:40:41 +02:00
CapabilitiesTest.php Add files drop capability for clients 2016-08-15 21:29:03 +02:00
DeleteOrphanedSharesJobTest.php Run the license script 2016-07-22 11:40:41 +02:00
EncryptedSizePropagationTest.php Run the license script 2016-07-22 11:40:41 +02:00
EtagPropagationTest.php Run the license script 2016-07-22 11:40:41 +02:00
ExpireSharesJobTest.php Run the license script 2016-07-22 11:40:41 +02:00
ExternalStorageTest.php Fix fed share test call to return proper result 2016-09-26 11:17:57 +02:00
GroupEtagPropagationTest.php Fix post_unshareFromSelf hook parameter format 2016-12-02 00:50:32 +01:00
HelperTest.php Run the license script 2016-07-22 11:40:41 +02:00
LockingTest.php Run the license script 2016-07-22 11:40:41 +02:00
MigrationTest.php Run the license script 2016-07-22 11:40:41 +02:00
MountProviderTest.php Make share target consistent when grouping group share with user share 2016-08-04 19:50:16 +02:00
PermissionsTest.php Run the license script 2016-07-22 11:40:41 +02:00
PropagationTestCase.php Run the license script 2016-07-22 11:40:41 +02:00
SharedMountTest.php Run the license script 2016-07-22 11:40:41 +02:00
SharedStorageTest.php Run the license script 2016-07-22 11:40:41 +02:00
ShareTest.php Run the license script 2016-07-22 11:40:41 +02:00
SizePropagationTest.php Run the license script 2016-07-22 11:40:41 +02:00
TestCase.php Run the license script 2016-07-22 11:40:41 +02:00
UnshareChildrenTest.php Run the license script 2016-07-22 11:40:41 +02:00
UpdaterTest.php Run the license script 2016-07-22 11:40:41 +02:00
WatcherTest.php Run the license script 2016-07-22 11:40:41 +02:00