summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/sharedstorage.php
Commit message (Expand)AuthorAgeFilesLines
...
* Use View::copy and View::rename when copying or renaming files in the shared ...Robin Appelman2013-11-111-59/+47
* Fixed watcher to also update the owner's folder sizesVincent Petry2013-11-051-2/+2
* more is_resource checks before readdirArthur Schiwon2013-09-051-1/+2
* backport of #4357 to masterThomas Müller2013-08-271-3/+7
* use renamed constantsRobin Appelman2013-07-251-1/+1
* Fix retrieving of mount points for shared storage, fix #3218Michael Gapczynski2013-05-021-2/+2
* Further seperation of mount management logicRobin Appelman2013-04-261-1/+1
* Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-071-7/+12
|\
| * Fix fetching source path of shared filesMichael Gapczynski2013-03-071-8/+12
* | Move hook connectors from shared storage to app.php, add post_unshare hookMichael Gapczynski2013-03-051-4/+0
* | Update ETag when file is sharedMichael Gapczynski2013-03-021-0/+1
* | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-02-281-4/+9
|\|
| * 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-211-3/+7
| |/
* | Correct parent folders' ETags for all users with access to a shared fileMichael Gapczynski2013-02-261-0/+3
* | Return unknown free space for shared root folder so we can still upload parti...Michael Gapczynski2013-02-231-1/+1
* | Fix WebDAV uploading of partial shared filesMichael Gapczynski2013-02-231-27/+46
|/
* Proper fix for shared linksMichael Gapczynski2013-02-101-1/+1
* 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
* Almost fix Shared scanner...Michael Gapczynski2013-01-071-6/+0
* 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
* Remove Shared_Scanner and add Shared_Watcher insteadMichael Gapczynski2013-01-011-4/+4
* Fix Shared root problems with Watcher and Quota proxyMichael Gapczynski2013-01-011-0/+13
* Fix retrieving of shared source pathsMichael Gapczynski2012-12-291-13/+28
* Initial support for file sharing with filesystem branchMichael Gapczynski2012-12-151-89/+59
* merge master into filesystemRobin Appelman2012-11-151-4/+4
|\
| * Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-111-4/+4
* | 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
|\|
| * 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
* | 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
* | add getId to shared storage backendRobin Appelman2012-09-231-1/+5
* | 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-071-4/+14
* Fix shared storage working with user backend defined data directoriesMichael Gapczynski2012-08-291-1/+2
* Whitespace fixes in appsBart Visscher2012-08-291-15/+15
* only mount every single homefolder when using sharing appGeorg Ehrke2012-08-271-0/+1
* Fix shared storage rename. Note: You can only rename shared files/folders tha...Michael Gapczynski2012-08-241-15/+26
* Removing most of files_sharing, the Share API implemented the majority of itMichael Gapczynski2012-08-221-0/+427