aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/api/sharees.php
Commit message (Collapse)AuthorAgeFilesLines
* Move classes from outside lib/ to PSR-4Joas Schilling2016-05-251-536/+0
|
* Respect disabled group sharing in sharee endpointRoeland Jago Douma2016-03-221-3/+14
| | | | * Fix tests
* Correctly lower the search input as wellJoas Schilling2016-03-111-5/+5
|
* Return the correct group casing in sharee apiJoas Schilling2016-03-111-2/+2
|
* Update author informationLukas Reschke2016-03-011-0/+2
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* add remote server to the resultBjoern Schiessle2016-02-121-0/+71
|
* Filter contacts from the local system addressbook - remote share with local ↵Thomas Müller2016-02-021-0/+3
| | | | users is not allowed
* In some cases $contact['CLOUD'] is not an arrayThomas Müller2016-02-021-1/+5
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Do not lower the sharee searchRoeland Jago Douma2016-01-121-1/+1
| | | | | | | | | | Fixes #21639 When lowering the remote search it break remotes that have uppercase letters like foo@example.com/ownCloud/ Backends do the mathcing so they should also make sure that the search string is converted to the format they require.
* Only return the exact match, when it's allowedJoas Schilling2015-12-021-7/+18
|
* Update license headersLukas Reschke2015-10-261-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Do not allow user enumeration if the config is disabledJoas Schilling2015-09-231-2/+18
|
* Fix status codeJoas Schilling2015-09-151-3/+4
|
* Throw an error when the page count or perPage setting is invalidJoas Schilling2015-09-151-3/+10
|
* Fix parameter name to match the specsJoas Schilling2015-09-151-2/+2
|
* 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
| | | | | | | | | | To ensure that pagination is working properly we need to make sure the shares are always in the same order. Sorting is first done by label (catches most instances) If there is a user and a group with the same label we sort by shareType If there are multiple users with the same label we sort those by shareWith
* Start of OCS Share API sharees endpointRoeland Jago Douma2015-08-261-0/+234