| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix delTree(), it shouldn't be passed to the local storage provider unless th... | Michael Gapczynski | 2011-07-31 | 1 | -9/+25 |
* | Update the folder sizes for shared folders | Michael Gapczynski | 2011-07-31 | 1 | -12/+29 |
* | Merge branch 'master' into sharing. Integrate with changes in master, rename ... | Michael Gapczynski | 2011-07-30 | 1 | -48/+46 |
* | Revise permissions system to support read, write, and delete | Michael Gapczynski | 2011-07-30 | 1 | -26/+52 |
* | Bug fixes for unshare() and opendir(), thanks darkh | Michael Gapczynski | 2011-07-24 | 1 | -0/+3 |
* | Filter out files you unshare from yourself in opendir() | Michael Gapczynski | 2011-07-23 | 1 | -2/+10 |
* | Change all occurences of ['user_id'] to OC_USER::getUser() | Michael Gapczynski | 2011-07-20 | 1 | -2/+2 |
* | Add extra check for opendir() so it only adds the file to fakedirs if it has ... | Michael Gapczynski | 2011-07-16 | 1 | -2/+2 |
* | Add return true to unlink() and rename(), a return is expected by OC_FILESYSTEM | Michael Gapczynski | 2011-07-16 | 1 | -0/+2 |
* | Fix bug in rename() so files in a folder that is in a shared folder also get ... | Michael Gapczynski | 2011-07-16 | 1 | -0/+3 |
* | Fix bugs in opendir() and add extra checks to ensure functionality in all cases | Michael Gapczynski | 2011-07-16 | 1 | -15/+30 |
* | Fix bugs in unlink(), rename(), pullOutOfFolders(), and getItemsInFolder() | Michael Gapczynski | 2011-07-16 | 1 | -4/+10 |
* | Add pullOutOfFolder() function for use by unlink() and rename() | Michael Gapczynski | 2011-07-14 | 1 | -4/+12 |
* | Refactoring of OC_SHARE, added more documentation for functions | Michael Gapczynski | 2011-07-14 | 1 | -5/+9 |
* | Add support for copying files between shared folders, add check to fromTmpFil... | Michael Gapczynski | 2011-07-13 | 1 | -9/+18 |
* | Add checks in opendir() to prevent including the current directory or parent | Michael Gapczynski | 2011-07-12 | 1 | -4/+6 |
* | Fix bug in opendir() and remove getStorageMountPoint(), now using datadir arg... | Michael Gapczynski | 2011-07-12 | 1 | -16/+12 |
* | Add support for files inside of shared folders having different names than th... | Michael Gapczynski | 2011-07-08 | 1 | -2/+22 |
* | Fix bug in mkdir(), was passing the wrong path | Michael Gapczynski | 2011-07-07 | 1 | -1/+2 |
* | mkdir() now checks isWriteable() to see if it has permission, rmdir unshares ... | Michael Gapczynski | 2011-07-07 | 1 | -11/+13 |
* | Fix bug in is_writeable(), was passing the wrong path | Michael Gapczynski | 2011-07-06 | 1 | -1/+2 |
* | Add support for renaming, moving, and deleting shared files | Michael Gapczynski | 2011-07-06 | 1 | -8/+7 |
* | Refactor OC_SHARE to allow for renaming and write permissions | Michael Gapczynski | 2011-07-06 | 1 | -25/+6 |
* | Fix bugs in getSource() and implement new target path standard | Michael Gapczynski | 2011-07-05 | 1 | -14/+5 |
* | Improvements to caching for shared folders | Michael Gapczynski | 2011-06-27 | 1 | -5/+14 |
* | Implement caching for source paths in OC_FILESTORAGE_SHARED | Michael Gapczynski | 2011-06-27 | 1 | -38/+63 |
* | Better implementation of getting shared folder size by using the source path | Michael Gapczynski | 2011-06-24 | 1 | -2/+3 |
* | Add support for sharing folders | Michael Gapczynski | 2011-06-24 | 1 | -8/+15 |
* | Better implementation of filesize for shared directory, now storing in oc_fol... | Michael Gapczynski | 2011-06-22 | 1 | -7/+40 |
* | Changed self:: and OC_FILESTORAGE_SHARED to -> | Michael Gapczynski | 2011-06-22 | 1 | -42/+42 |
* | Changed ctime for the shared folder to the earliest ctime | Michael Gapczynski | 2011-06-22 | 1 | -1/+1 |
* | Forgot to remove TODOs for file?time()s | Michael Gapczynski | 2011-06-22 | 1 | -3/+0 |
* | Fixed stat(), file?time()'s now grab most recent time from shared files | Michael Gapczynski | 2011-06-22 | 1 | -7/+31 |
* | Correct calculation for shared folder size | Michael Gapczynski | 2011-06-22 | 1 | -3/+6 |
* | Changed mount point to 'Share', fixed is_dir() | Michael Gapczynski | 2011-06-22 | 1 | -2/+10 |
* | OC_FILESTOAGE_SHARED now works with hard coded values for files | Michael Gapczynski | 2011-06-18 | 1 | -31/+31 |
* | OC_FILESTOAGE_SHARED updates + its own getInternalPath() | Michael Gapczynski | 2011-06-18 | 1 | -64/+123 |
* | Fixed mistakes pointed out by icewind | Michael Gapczynski | 2011-06-16 | 1 | -1/+1 |
* | First version of shared storage provider - not functional | Michael Gapczynski | 2011-06-16 | 1 | -1/+266 |
* | Initial setup of sharing app | Michael Gapczynski | 2011-06-11 | 1 | -0/+28 |