summaryrefslogtreecommitdiffstats
path: root/lib/public/Share
Commit message (Collapse)AuthorAgeFilesLines
* Fix othersJoas Schilling2016-07-217-14/+21
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Fix phpdocRoeland Jago Douma2016-05-101-2/+1
|
* Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-132-1/+22
| | | | | | | | The last sharing hook to be moved over. * Added unit tests * Removed old tests that relied on old behaviour * Removed old hooks.php
* Migrate post_groupDelete hook to share manager (#23841)Roeland Douma2016-04-122-0/+19
| | | | | | | | The hook now calls the share manager that will call the responsible shareProvider to do the proper cleanup. * Unit tests added Again nothing should change it is just to cleanup old code
* Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-042-0/+21
| | | | | | | | | | | | | This makes the post_userDelete hook call the sharemanager. This will cleanup to and from this user. * All shares owned by this user * All shares with this user (user) * All custom group shares * All link share initiated by this user (to avoid invisible link shares) Unit tests are added for the defaultshare provider as well as the federated share provider
* Move OCP\Share over to PSR-4Roeland Jago Douma2016-03-307-0/+885
Touching the code so moving it over to PSR-4