summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* catch exception if db query execution failsBjoern Schiessle2013-10-071-1/+5
* Merge branch 'master' into remove_deleted_shares_from_dbBjoern Schiessle2013-10-071-0/+467
|\
| * Merge pull request #4877 from owncloud/ocs_share_apiBjörn Schießle2013-10-041-0/+467
| |\
| | * 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
| | * Merge branch 'master' into ocs_share_apiBjoern Schiessle2013-09-261-1/+2
| | |\
| | * | 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
* | | | add commentsBjoern Schiessle2013-10-041-0/+5
* | | | remove deleted shares from the database table oc_shareBjoern Schiessle2013-10-021-0/+10
|/ / /
* | | adding PHPDoc comments to getBackendThomas Müller2013-09-241-5/+10
* | | same for search by mimeJörn Friedrich Dreyer2013-09-191-4/+4
* | | add all results, sharing cache also returns entries for shared files in exter...Jörn Friedrich Dreyer2013-09-191-4/+4
* | | fix getAll(), refactor search by mime & searchJörn Friedrich Dreyer2013-09-191-18/+37
* | | return fixed path, skip shared files outside of 'files'Jörn Friedrich Dreyer2013-09-191-3/+6
* | | divide ids into chunks of 1kJörn Friedrich Dreyer2013-09-191-9/+18
* | | add initial search in shared filesJörn Friedrich Dreyer2013-09-191-1/+25
| |/ |/|
* | more is_resource checks before readdirArthur Schiwon2013-09-051-1/+2
|/
* backport of #4357 to masterThomas Müller2013-08-271-3/+7
* Merge pull request #4467 from owncloud/storage-wrapper-quotaicewind19912013-08-191-1/+1
|\
| * use renamed constantsRobin Appelman2013-07-251-1/+1
* | Add _many_ newlines at the end of fileskondou2013-08-183-3/+3
|/
* Implement getDirectoryPermissions() in Shared Permissions, fixes #2846Michael Gapczynski2013-05-292-1/+31
* Fix retrieving of mount points for shared storage, fix #3218Michael Gapczynski2013-05-022-5/+26
* Merge pull request #3211 from owncloud/fix-2816Frank Karlitschek2013-05-021-5/+3
|\
| * Fix #2816 renaming shared filesMichael Gapczynski2013-05-011-5/+3
* | Further seperation of mount management logicRobin Appelman2013-04-262-2/+2
|/
* the old path no longer exists after rename, update the parent folder insteadBjörn Schießle2013-03-251-1/+1
* fix indentionBjörn Schießle2013-03-251-12/+12
* skip update if the recipient is the same user as the owner, otherwise we run ...Björn Schießle2013-03-251-5/+9
* Fix correctFolders and retrieve the correct storage cacheMichael Gapczynski2013-03-082-17/+17
* not only files can be reshared but also foldersBjörn Schießle2013-03-081-1/+1
* Fix share hook for updaterMichael Gapczynski2013-03-081-2/+14
* Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-072-10/+32
|\
| * Fix fetching source path of shared filesMichael Gapczynski2013-03-072-11/+32
* | itemSource parameter should be fileSourceMichael Gapczynski2013-03-071-2/+2