summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Change remove() $user parameter to optionalMichael Gapczynski2013-03-041-1/+1
* 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
|/
* Proper fix for shared linksMichael Gapczynski2013-02-101-1/+1
* Sharing: partailly fix searchByMimeRobin Appelman2013-01-281-27/+28
* Move streamwrappers to seperate files and put them in a namespaceRobin Appelman2013-01-281-1/+1
* Implement getETag() in shared storageMichael Gapczynski2013-01-191-1/+8
* Return NOT_FOUND in shared cacheMichael Gapczynski2013-01-101-1/+1
* Almost fix Shared scanner...Michael Gapczynski2013-01-075-9/+26
* Maked Shared_Permissions extend Permissions classMichael Gapczynski2013-01-071-6/+6
* Fix mimetypes in shared cacheMichael Gapczynski2013-01-071-1/+8
* Don't mount shared storage unless there are shared filesMichael Gapczynski2013-01-031-2/+4
* Use the source Scanner for shared storage when the path is specifiedMichael Gapczynski2013-01-011-3/+13
* Initialize storageId variable in shared cacheMichael Gapczynski2013-01-011-0/+1
* Actually add Shared_WatcherMichael Gapczynski2013-01-011-0/+51
* Remove Shared_Scanner and add Shared_Watcher insteadMichael Gapczynski2013-01-012-73/+4
* Share: fix cache put functionRobin Appelman2013-01-011-1/+1
* Share: small phpdoc fixesRobin Appelman2013-01-011-4/+4
* Fix Shared root problems with Watcher and Quota proxyMichael Gapczynski2013-01-012-0/+16
* Fix data for shared root folderMichael Gapczynski2012-12-293-6/+23
* Fix retrieving of shared source pathsMichael Gapczynski2012-12-291-13/+28
* Fix shared foldersMichael Gapczynski2012-12-281-3/+14
* Fix shared statuses inside foldersMichael Gapczynski2012-12-261-2/+2
* Initial support for file sharing with filesystem branchMichael Gapczynski2012-12-156-153/+468
* merge master into filesystemRobin Appelman2012-11-153-8/+8
|\
| * Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-113-8/+8
* | merge master into filesystemRobin Appelman2012-11-041-1/+1
|\|
| * Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
* | merge master into filesystemRobin Appelman2012-10-231-0/+8
|\|
| * Merge pull request #12 from scambra/fixesicewind19912012-10-231-0/+8
| |\
| | * check free space using folder's ownerscambra2012-09-191-0/+8
* | | some namespaces fixed for the shared backendRobin Appelman2012-10-211-18/+7
* | | drop filectime from the filesystem api'sRobin Appelman2012-10-201-22/+0
* | | merge master into filesystemRobin Appelman2012-10-171-1/+1
|\| |
| * | Whitespace cleanupBart Visscher2012-10-141-1/+1
* | | drop Filesystem::getInternalPath and Filesystem::getStorage in favor of Files...Robin Appelman2012-10-101-42/+44
* | | don't use depricated OC_FilesystemRobin Appelman2012-10-101-33/+33
* | | Merge branch 'master' into filesystemRobin Appelman2012-10-021-1/+1
|\| |
| * | don't use the complete path but the basename if the file/foder has no extensi...Björn Schießle2012-10-021-1/+1
* | | add getId to shared storage backendRobin Appelman2012-09-231-1/+5
* | | Merge branch 'master' into filesystemRobin Appelman2012-09-222-9/+27
|\| |
| * | Fix the mimetype filter in OC_Share_Backend_FileBart Visscher2012-09-211-2/+4
| * | Check mimetype filter in file share backendBart Visscher2012-09-211-1/+7
| * | Fix sharing of single files, target name was not correctBart Visscher2012-09-191-1/+1
| |/
| * Provide update script for files sharingMichael Gapczynski2012-09-091-1/+1
| * Fix fetching shared children items, fixes problem with displaying owner of a ...Michael Gapczynski2012-09-081-6/+16
* | put filestorages in a namespaceRobin Appelman2012-09-071-33/+35
|/
* adding space between) and {Thomas Mueller2012-09-071-1/+1
* Support for unshare from self, with a bunch of temporary fixes to overcome co...Michael Gapczynski2012-09-072-4/+16