Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move classes from outside lib/ to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -536/+0 |
| | |||||
* | Respect disabled group sharing in sharee endpoint | Roeland Jago Douma | 2016-03-22 | 1 | -3/+14 |
| | | | | * Fix tests | ||||
* | Correctly lower the search input as well | Joas Schilling | 2016-03-11 | 1 | -5/+5 |
| | |||||
* | Return the correct group casing in sharee api | Joas Schilling | 2016-03-11 | 1 | -2/+2 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+2 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | add remote server to the result | Bjoern Schiessle | 2016-02-12 | 1 | -0/+71 |
| | |||||
* | Filter contacts from the local system addressbook - remote share with local ↵ | Thomas Müller | 2016-02-02 | 1 | -0/+3 |
| | | | | users is not allowed | ||||
* | In some cases $contact['CLOUD'] is not an array | Thomas Müller | 2016-02-02 | 1 | -1/+5 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Do not lower the sharee search | Roeland Jago Douma | 2016-01-12 | 1 | -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 allowed | Joas Schilling | 2015-12-02 | 1 | -7/+18 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Do not allow user enumeration if the config is disabled | Joas Schilling | 2015-09-23 | 1 | -2/+18 |
| | |||||
* | Fix status code | Joas Schilling | 2015-09-15 | 1 | -3/+4 |
| | |||||
* | Throw an error when the page count or perPage setting is invalid | Joas Schilling | 2015-09-15 | 1 | -3/+10 |
| | |||||
* | Fix parameter name to match the specs | Joas Schilling | 2015-09-15 | 1 | -2/+2 |
| | |||||
* | Bring the coverage back to 100% | Joas Schilling | 2015-08-26 | 1 | -17/+21 |
| | |||||
* | Adjust tests | Joas Schilling | 2015-08-26 | 1 | -26/+51 |
| | |||||
* | Fix performance issues of the sharees api | Joas Schilling | 2015-08-26 | 1 | -177/+149 |
| | |||||
* | Do not return the current user himself | Joas Schilling | 2015-08-26 | 1 | -0/+5 |
| | |||||
* | Take a list of share IDs instead of the user and group names | Joas Schilling | 2015-08-26 | 1 | -13/+55 |
| | |||||
* | Inject the logger as well | Joas Schilling | 2015-08-26 | 1 | -27/+36 |
| | |||||
* | Add all possible links next, prev, first and last | Joas Schilling | 2015-08-26 | 1 | -15/+39 |
| | |||||
* | Make shareType an array | Joas Schilling | 2015-08-26 | 1 | -13/+44 |
| | |||||
* | Add tests for "search()" | Joas Schilling | 2015-08-26 | 1 | -6/+6 |
| | |||||
* | Do not use deprecated method in new code | Joas Schilling | 2015-08-26 | 1 | -9/+8 |
| | |||||
* | Split logic and global usage and add tests for "searchSharees()" | Joas Schilling | 2015-08-26 | 1 | -9/+30 |
| | |||||
* | Filter the sharees with the existing shares | Joas Schilling | 2015-08-26 | 1 | -30/+64 |
| | |||||
* | Use SearchResultSorter | Joas Schilling | 2015-08-26 | 1 | -16/+4 |
| | |||||
* | Add tests for "getGroups()" | Joas Schilling | 2015-08-26 | 1 | -9/+12 |
| | |||||
* | Add tests for "getUsers()" | Joas Schilling | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | Move test file to subdir | Joas Schilling | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | Sort sharees | Roeland Jago Douma | 2015-08-26 | 1 | -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 endpoint | Roeland Jago Douma | 2015-08-26 | 1 | -0/+234 |