summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/api
Commit message (Expand)AuthorAgeFilesLines
* Move interfaces to private until they are no longer experimentalJoas Schilling2015-09-081-1/+0
* Scrap the notifications when the share is accepted or declinedJoas Schilling2015-09-082-1/+5
* Add notifications for remote sharesJoas Schilling2015-09-081-0/+22
* Merge pull request #18234 from owncloud/ocs_api_for_sharees_listBjörn Schießle2015-09-011-0/+409
|\
| * 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
* | Return permissions and expiration on create share responsesRoeland Jago Douma2015-08-301-0/+4
* | Actually validate the expire date on shareRoeland Jago Douma2015-08-301-4/+8
* | Allow to directly set the expireDate on a new (link)shareRoeland Jago Douma2015-08-291-2/+36
|/
* Use an IEvent object instead of a huge parameter listJoas Schilling2015-08-191-6/+16
* Send the file id when dealing with remote share responsesJoas Schilling2015-08-191-2/+2
* Merge pull request #14401 from owncloud/ux-s2s-ldapThomas Müller2015-08-191-0/+8
|\
| * allow login names to be used for s2s with LDAP usersArthur Schiwon2015-04-131-0/+8
* | Move private functions to proper list of argumentsRoeland Jago Douma2015-08-111-25/+22
* | Share app no longer use the OCS API iconRoeland Jago Douma2015-07-061-1/+0
* | Merge pull request #17335 from owncloud/better-federated-cloud-sharing-activi...Joas Schilling2015-07-061-8/+16
|\ \
| * | Add the item name to the federated sahre activityJoas Schilling2015-07-021-1/+1
| * | Use the app constant to fix the groupingJoas Schilling2015-07-021-8/+10
| * | Use the item name when refering to the unaccepted remote shareJoas Schilling2015-07-021-1/+7
* | | Add OCS api to get, accept and decline remote sharesJoas Schilling2015-07-032-1/+95
* | | Allow sharing with type remote shareJoas Schilling2015-07-031-2/+2
|/ /
* | Merge pull request #16535 from rullzer/ocs_share_api_urlMorris Jobke2015-07-011-0/+10
|\ \
| * | OCS Share API link shares now always have an urlRoeland Jago Douma2015-05-221-0/+10
* | | Merge pull request #15475 from rullzer/files_sharing_OCP_DBMorris Jobke2015-07-011-2/+2
|\ \ \
| * | | Move files sharing app (mostly) to OCP\DBRoeland Jago Douma2015-05-181-2/+2
| |/ /
* | | Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-271-1/+0
|\ \ \
| * | | update license headers and authorsMorris Jobke2015-06-251-1/+0
| |/ /
* / / Use \OC\HintException and translate the hintJoas Schilling2015-06-221-0/+4
|/ /
* | Enable file icons & previews in "Shared ..." categoriesMorris Jobke2015-05-061-0/+1
* | fix followup issues with unneeded parametersMorris Jobke2015-04-181-1/+1
|/
* OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma2015-03-301-34/+9
* Update license headersJenkins for ownCloud2015-03-262-25/+29
* Merge pull request #14998 from rullzer/ocs_api_new_urlMorris Jobke2015-03-241-2/+1
|\
| * OCS API should return fancy OC urlRoeland Jago Douma2015-03-211-2/+1