| Commit message (Expand) | Author | Age | Files | Lines |
* | make sharing work with the new mouting mechanism | Robin Appelman | 2011-10-18 | 1 | -7/+5 |
* | Check that the files exist before adding them to the fakedirs | Michael Gapczynski | 2011-08-22 | 1 | -15/+16 |
* | One more bug fix in clearFolderSizeCache() | Michael Gapczynski | 2011-08-20 | 1 | -1/+2 |
* | Clean-up in OC_Filestorage_Shared and bug fixes for calculating folder sizes | Michael Gapczynski | 2011-08-20 | 1 | -22/+35 |
* | Fix bugs preventing file upload in shared folders with write permission | Michael Gapczynski | 2011-08-20 | 1 | -5/+9 |
* | Implement searching of files shared with you | Michael Gapczynski | 2011-08-20 | 1 | -3/+19 |
* | Add getLocalFile() to OC_Filestorage_Shared | Michael Gapczynski | 2011-08-19 | 1 | -0/+8 |
* | Remove no longer needed functions in OC_Filestorage_Shared | Michael Gapczynski | 2011-08-19 | 1 | -44/+0 |
* | Comment rename() and prevent trying to move items if the user doesn't have wr... | Michael Gapczynski | 2011-08-17 | 1 | -0/+6 |
* | Bug fixes for mkdir(), renaming/moving support for files inside a shared fold... | Michael Gapczynski | 2011-08-17 | 1 | -8/+10 |
* | -1 is now a class constant (UNSHARED), for unsharing files from self | Michael Gapczynski | 2011-08-17 | 1 | -1/+1 |
* | New system of unsharing files from self, and a small bug fix when all files i... | Michael Gapczynski | 2011-08-17 | 1 | -9/+13 |
* | Fix my last commit 9ee4fc | Michael Gapczynski | 2011-08-17 | 1 | -2/+4 |
* | Only show 'Shared' directory if files are shared with you | Michael Gapczynski | 2011-08-17 | 1 | -1/+3 |
* | Fix bug in getPermissions() and clean-up unlink() and rename() | Michael Gapczynski | 2011-08-17 | 1 | -37/+27 |
* | This should actually make the 'Shared' directory automatically everytime | Michael Gapczynski | 2011-08-15 | 1 | -0/+1 |
* | Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' dir... | Michael Gapczynski | 2011-08-15 | 1 | -18/+24 |
* | 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 |