summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/sharedstorage.php
Commit message (Expand)AuthorAgeFilesLines
* Fix delTree(), it shouldn't be passed to the local storage provider unless th...Michael Gapczynski2011-07-311-9/+25
* Update the folder sizes for shared foldersMichael Gapczynski2011-07-311-12/+29
* Merge branch 'master' into sharing. Integrate with changes in master, rename ...Michael Gapczynski2011-07-301-48/+46
* Revise permissions system to support read, write, and deleteMichael Gapczynski2011-07-301-26/+52
* Bug fixes for unshare() and opendir(), thanks darkhMichael Gapczynski2011-07-241-0/+3
* Filter out files you unshare from yourself in opendir()Michael Gapczynski2011-07-231-2/+10
* Change all occurences of ['user_id'] to OC_USER::getUser()Michael Gapczynski2011-07-201-2/+2
* Add extra check for opendir() so it only adds the file to fakedirs if it has ...Michael Gapczynski2011-07-161-2/+2
* Add return true to unlink() and rename(), a return is expected by OC_FILESYSTEMMichael Gapczynski2011-07-161-0/+2
* Fix bug in rename() so files in a folder that is in a shared folder also get ...Michael Gapczynski2011-07-161-0/+3
* Fix bugs in opendir() and add extra checks to ensure functionality in all casesMichael Gapczynski2011-07-161-15/+30
* Fix bugs in unlink(), rename(), pullOutOfFolders(), and getItemsInFolder()Michael Gapczynski2011-07-161-4/+10
* Add pullOutOfFolder() function for use by unlink() and rename()Michael Gapczynski2011-07-141-4/+12
* Refactoring of OC_SHARE, added more documentation for functionsMichael Gapczynski2011-07-141-5/+9
* Add support for copying files between shared folders, add check to fromTmpFil...Michael Gapczynski2011-07-131-9/+18
* Add checks in opendir() to prevent including the current directory or parentMichael Gapczynski2011-07-121-4/+6
* Fix bug in opendir() and remove getStorageMountPoint(), now using datadir arg...Michael Gapczynski2011-07-121-16/+12
* Add support for files inside of shared folders having different names than th...Michael Gapczynski2011-07-081-2/+22
* Fix bug in mkdir(), was passing the wrong pathMichael Gapczynski2011-07-071-1/+2
* mkdir() now checks isWriteable() to see if it has permission, rmdir unshares ...Michael Gapczynski2011-07-071-11/+13
* Fix bug in is_writeable(), was passing the wrong pathMichael Gapczynski2011-07-061-1/+2
* Add support for renaming, moving, and deleting shared filesMichael Gapczynski2011-07-061-8/+7
* Refactor OC_SHARE to allow for renaming and write permissionsMichael Gapczynski2011-07-061-25/+6
* Fix bugs in getSource() and implement new target path standardMichael Gapczynski2011-07-051-14/+5
* Improvements to caching for shared foldersMichael Gapczynski2011-06-271-5/+14
* Implement caching for source paths in OC_FILESTORAGE_SHAREDMichael Gapczynski2011-06-271-38/+63
* Better implementation of getting shared folder size by using the source pathMichael Gapczynski2011-06-241-2/+3
* Add support for sharing foldersMichael Gapczynski2011-06-241-8/+15
* Better implementation of filesize for shared directory, now storing in oc_fol...Michael Gapczynski2011-06-221-7/+40
* Changed self:: and OC_FILESTORAGE_SHARED to ->Michael Gapczynski2011-06-221-42/+42
* Changed ctime for the shared folder to the earliest ctimeMichael Gapczynski2011-06-221-1/+1
* Forgot to remove TODOs for file?time()sMichael Gapczynski2011-06-221-3/+0
* Fixed stat(), file?time()'s now grab most recent time from shared filesMichael Gapczynski2011-06-221-7/+31
* Correct calculation for shared folder sizeMichael Gapczynski2011-06-221-3/+6
* Changed mount point to 'Share', fixed is_dir()Michael Gapczynski2011-06-221-2/+10
* OC_FILESTOAGE_SHARED now works with hard coded values for filesMichael Gapczynski2011-06-181-31/+31
* OC_FILESTOAGE_SHARED updates + its own getInternalPath()Michael Gapczynski2011-06-181-64/+123
* Fixed mistakes pointed out by icewindMichael Gapczynski2011-06-161-1/+1
* First version of shared storage provider - not functionalMichael Gapczynski2011-06-161-1/+266
* Initial setup of sharing appMichael Gapczynski2011-06-111-0/+28