Commit Graph

32 Commits (f3f8a96c6d7acc5e97653a6fdbd6148a4af6bfdc)

Author SHA1 Message Date
Michael Gapczynski f3f8a96c6d Add return true to unlink() and rename(), a return is expected by OC_FILESYSTEM 14 years ago
Michael Gapczynski 5aaacf3241 Fix bug in rename() so files in a folder that is in a shared folder also get their targets updated 14 years ago
Michael Gapczynski dbcb35655e Fix bugs in opendir() and add extra checks to ensure functionality in all cases 14 years ago
Michael Gapczynski 8ad4a44171 Fix bugs in unlink(), rename(), pullOutOfFolders(), and getItemsInFolder() 14 years ago
Michael Gapczynski 8ed0223bd6 Add pullOutOfFolder() function for use by unlink() and rename() 14 years ago
Michael Gapczynski 7920e706ea Refactoring of OC_SHARE, added more documentation for functions 14 years ago
Michael Gapczynski 24e24f1b65 Add support for copying files between shared folders, add check to fromTmpFile() to confirm path is writeable 14 years ago
Michael Gapczynski b2b7d99302 Add checks in opendir() to prevent including the current directory or parent 14 years ago
Michael Gapczynski 6b303ee64b Fix bug in opendir() and remove getStorageMountPoint(), now using datadir argument instead 14 years ago
Michael Gapczynski 010920ad08 Add support for files inside of shared folders having different names than the source file 14 years ago
Michael Gapczynski 35d6051e9d Fix bug in mkdir(), was passing the wrong path 14 years ago
Michael Gapczynski b7c45ba240 mkdir() now checks isWriteable() to see if it has permission, rmdir unshares the folder from the user 14 years ago
Michael Gapczynski 2908145b94 Fix bug in is_writeable(), was passing the wrong path 14 years ago
Michael Gapczynski 732ad7f6c1 Add support for renaming, moving, and deleting shared files 14 years ago
Michael Gapczynski cf33995892 Refactor OC_SHARE to allow for renaming and write permissions 14 years ago
Michael Gapczynski 9deab8302f Fix bugs in getSource() and implement new target path standard 14 years ago
Michael Gapczynski 053edde780 Improvements to caching for shared folders 14 years ago
Michael Gapczynski a402c8ffe1 Implement caching for source paths in OC_FILESTORAGE_SHARED 14 years ago
Michael Gapczynski 78293ea244 Better implementation of getting shared folder size by using the source path 14 years ago
Michael Gapczynski e91f42d249 Add support for sharing folders 14 years ago
Michael Gapczynski 8cbee28416 Better implementation of filesize for shared directory, now storing in oc_foldersize 14 years ago
Michael Gapczynski 87097db4eb Changed self:: and OC_FILESTORAGE_SHARED to -> 14 years ago
Michael Gapczynski e3ea84d048 Changed ctime for the shared folder to the earliest ctime 14 years ago
Michael Gapczynski 3f5fde50c1 Forgot to remove TODOs for file?time()s 14 years ago
Michael Gapczynski 098fc5ef95 Fixed stat(), file?time()'s now grab most recent time from shared files 14 years ago
Michael Gapczynski ac0d41418e Correct calculation for shared folder size 14 years ago
Michael Gapczynski 18e776fa2f Changed mount point to 'Share', fixed is_dir() 14 years ago
Michael Gapczynski 4e7d1c376f OC_FILESTOAGE_SHARED now works with hard coded values for files 14 years ago
Michael Gapczynski 69b5e01be1 OC_FILESTOAGE_SHARED updates + its own getInternalPath() 14 years ago
Michael Gapczynski fe4a213e1b Fixed mistakes pointed out by icewind 14 years ago
Michael Gapczynski bf66563cda First version of shared storage provider - not functional 14 years ago
Michael Gapczynski 8603b0973f Initial setup of sharing app 14 years ago