summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Improve phpdocRobin Appelman2014-04-031-0/+7
* Implement getPath for shared filesRobin Appelman2014-04-031-0/+37
* 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 needless element tagBjoern Schiessle2014-02-031-2/+1
* use more accurate error codesBjoern Schiessle2014-01-281-5/+5
* don't unshare on deleteBjoern Schiessle2014-01-131-8/+0
* Merge pull request #5487 from owncloud/backport_search_in_shared_files_to_sta...Frank Karlitschek2013-10-301-14/+83
|\
| * fix placholder countingJörn Friedrich Dreyer2013-10-301-1/+1
| * cleanup PRJörn Friedrich Dreyer2013-10-291-37/+42
| * OC5 does not have executeAuditedJörn Friedrich Dreyer2013-10-231-2/+6
| * backport search in shared files to stable5Jörn Friedrich Dreyer2013-10-231-9/+69
* | Share Updater doesn't need to call the cache updaters correctFolder method, t...Bjoern Schiessle2013-10-281-7/+0
* | Merge branch 'stable5' into sharing_fix_infinite_loopBjoern Schiessle2013-10-231-0/+531
|\|
| * mail_send doesn't exists in stable5Bjoern Schiessle2013-10-181-1/+1
| * ocs share api backport to stable5Bjoern Schiessle2013-10-181-0/+531
* | run first getUsersItemShared() with the ownerBjoern Schiessle2013-10-181-1/+1
* | update etags for user we haven't checked yetBjoern Schiessle2013-10-181-1/+1
* | keep a list of users we already checked to avoid loopsBjoern Schiessle2013-10-181-3/+3
* | fix infinite loop while updating etags, fix for #4365Bjoern Schiessle2013-10-181-2/+4
|/
* OC_DB::executeAudited is not availabe in 5.0Victor Dubiniuk2013-10-081-1/+1
* catch exception if db query execution failsBjoern Schiessle2013-10-071-1/+5
* add commentsBjoern Schiessle2013-10-071-0/+5
* remove deleted shares from the database table oc_shareBjoern Schiessle2013-10-071-0/+10
* use dir to determine the proper permissionsThomas Müller2013-08-101-1/+1
* in case the file is new isCreatable() is checkedThomas Müller2013-08-081-1/+5
* Implement getDirectoryPermissions() in Shared Permissions, fixes #2846Michael Gapczynski2013-07-062-1/+31
* Fix #2816 renaming shared filesMichael Gapczynski2013-05-061-5/+3
* Merge pull request #2533 from owncloud/fix_sharing_updaterJörn Friedrich Dreyer2013-03-251-1/+1
|\
| * the old path no longer exists after rename, update the parent folder insteadBjörn Schießle2013-03-221-1/+1
* | fix indentionBjörn Schießle2013-03-201-12/+12
* | skip update if the recipient is the same user as the owner, otherwise we run ...Björn Schießle2013-03-201-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
* | Update Shared folders ETags of users with resharesMichael Gapczynski2013-03-061-5/+11
* | Move hook connectors from shared storage to app.php, add post_unshare hookMichael Gapczynski2013-03-051-4/+0
* | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-051-1/+1
|\|
| * Change remove() $user parameter to optionalMichael Gapczynski2013-03-041-1/+1
* | Fix variable name in Shared_UpdaterMichael Gapczynski2013-03-021-1/+1
* | Update ETag when file is sharedMichael Gapczynski2013-03-022-0/+11
* | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-02-285-11/+29
|\|
| * Merge pull request #1856 from owncloud/fix_error_handling_stream_copyFrank Karlitschek2013-02-251-1/+2
| |\
| | * return both, count and result if the operation succeeded or failed. Maybe in ...Björn Schießle2013-02-221-1/+2
| * | Style cleanup files_sharingBart Visscher2013-02-215-10/+27
| |/