summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/api/sharees.php
Commit message (Expand)AuthorAgeFilesLines
* Bring the coverage back to 100%Joas Schilling2015-08-261-17/+21
* Adjust testsJoas Schilling2015-08-261-26/+51
* Fix performance issues of the sharees apiJoas Schilling2015-08-261-177/+149
* Do not return the current user himselfJoas Schilling2015-08-261-0/+5
* Take a list of share IDs instead of the user and group namesJoas Schilling2015-08-261-13/+55
* Inject the logger as wellJoas Schilling2015-08-261-27/+36
* Add all possible links next, prev, first and lastJoas Schilling2015-08-261-15/+39
* Make shareType an arrayJoas Schilling2015-08-261-13/+44
* Add tests for "search()"Joas Schilling2015-08-261-6/+6
* Do not use deprecated method in new codeJoas Schilling2015-08-261-9/+8
* Split logic and global usage and add tests for "searchSharees()"Joas Schilling2015-08-261-9/+30
* Filter the sharees with the existing sharesJoas Schilling2015-08-261-30/+64
* Use SearchResultSorterJoas Schilling2015-08-261-16/+4
* Add tests for "getGroups()"Joas Schilling2015-08-261-9/+12
* Add tests for "getUsers()"Joas Schilling2015-08-261-1/+1
* Move test file to subdirJoas Schilling2015-08-261-1/+1
* Sort shareesRoeland Jago Douma2015-08-261-0/+18
* Start of OCS Share API sharees endpointRoeland Jago Douma2015-08-261-0/+234