Commit graph

5 commits

Author SHA1 Message Date
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
Joas Schilling
23b205ed48
Run the license script 2016-07-22 11:40:41 +02:00
Torben Dannhauer
718f0757e4 Fix for #23066 (#24689) 2016-05-31 06:53:28 +02:00
Lukas Reschke
aba539703c
Update license headers 2016-05-26 19:57:24 +02:00
Roeland Jago Douma
f90acb1b53
Move \OC\Share to PSR-4 2016-05-03 12:39:13 +02:00
Renamed from lib/private/share/share.php (Browse further)