summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/api.php
Commit message (Expand)AuthorAgeFilesLines
* remove unused variableBjoern Schiessle2014-08-051-1/+0
* adjust error codeBjoern Schiessle2014-07-281-2/+2
* add OCS api call to set expire date for link sharesBjoern Schiessle2014-07-251-1/+26
* Return and use isPreviewAvailable for share previewsVincent Petry2014-07-041-0/+6
* Merge pull request #8862 from owncloud/share-overview-fixmimetypeicewind19912014-06-051-4/+2
|\
| * Fix mime type returning for "shared with others" filesVincent Petry2014-06-041-4/+2
* | Merge pull request #8852 from owncloud/kill-permissions-masterThomas Müller2014-06-051-1/+1
|\ \
| * | - drop permissions table and related codeThomas Müller2014-06-051-1/+1
| |/
* / Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-041-0/+1
|/
* Fixed warning when file_target is not setVincent Petry2014-05-301-1/+3
* Mimetype for sharing overviewVincent Petry2014-05-301-3/+14
* extend OCS Share API to allow the user to ask for files shared with himBjoern Schiessle2014-05-301-0/+19
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-13/+13
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-1/+1
* allow admin to enforce passwords for public link sharesBjoern Schiessle2014-05-161-7/+12
* @breif -> @briefThomas Müller2014-05-131-1/+1
* fix share api testsBjoern Schiessle2014-04-231-12/+0
* finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-131-4/+24
* add 'received_from' info to the share, so that every share can have a differe...Bjoern Schiessle2014-03-111-2/+4
* we need the file_source to delete a share successfullyBjoern Schiessle2014-03-101-7/+6
* only add "received_from" if a share was foundBjoern Schiessle2014-02-261-6/+6
* Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-3/+3
* remove needless element tagBjoern Schiessle2014-01-301-2/+1
* public upload is also possible with encryption enabled, since OC6Bjoern Schiessle2014-01-281-10/+4
* use more accurate error codesBjoern Schiessle2014-01-281-5/+5
* filter duplicates directly in the sql queryBjoern Schiessle2013-10-181-13/+4
* split up reset()['path'] to make it compatible with older PHP versionsBjoern Schiessle2013-10-171-1/+2
* adjust testsBjoern Schiessle2013-10-171-1/+1
* new option to add reshares to the resultBjoern Schiessle2013-10-171-24/+85
* add "received_from" and "received_from_displayname" field in case of a reshar...Bjoern Schiessle2013-10-101-7/+18
* use true/false instead of yes/no for publicUpload and subfiles parameterBjoern Schiessle2013-10-041-4/+4
* use always path as parameter to specify a file/folderBjoern Schiessle2013-10-041-3/+3
* also return success if no shares are found.Bjoern Schiessle2013-09-301-3/+4
* - adding unit test testGetShareFromUnknownId()Thomas Müller2013-09-291-8/+6
* remove debug outputBjoern Schiessle2013-09-231-1/+0
* set share id to 'unknown' if we can't retrive oneBjoern Schiessle2013-09-191-7/+6
* extend API to get the shares from all files in a given folderBjoern Schiessle2013-09-191-0/+32
* some unit test for the new ocs share apiBjoern Schiessle2013-09-191-5/+6
* return error if wrong shareType is givenBjoern Schiessle2013-09-191-0/+2
* remove debug outputBjoern Schiessle2013-09-181-1/+1
* use share ID as REST resourceBjoern Schiessle2013-09-171-71/+160
* more rest-style APIBjoern Schiessle2013-09-171-30/+117
* return error if public upload is disabledBjoern Schiessle2013-09-161-19/+10
* allow to set a different permission during initial share operationBjoern Schiessle2013-09-161-3/+3
* ocs api for file sharingBjoern Schiessle2013-09-161-37/+76
* some more OCS calls for sharingBjoern Schiessle2013-09-061-21/+110
* intermediate result ocs apiBjoern Schiessle2013-09-061-5/+97
* intermediate results, share apiBjoern Schiessle2013-09-041-0/+48