| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't return file handle if the mode supports writing and the file is not wri... | Michael Gapczynski | 2012-08-24 | 1 | -0/+19 |
* | escape all identifiers with backticks | jfd | 2012-07-31 | 1 | -2/+2 |
* | Fix filesystem hash, no longer using basicOperation() | Michael Gapczynski | 2012-07-30 | 1 | -1/+1 |
* | Don't overwrite fake directory stream for Shared storage | Michael Gapczynski | 2012-06-27 | 1 | -2/+2 |
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
* | Only mount shared storage after a user has logged in, fixes shared folder not... | Michael Gapczynski | 2012-05-10 | 1 | -2/+11 |
* | Still trying to fix some sharing use cases | Michael Gapczynski | 2012-05-09 | 1 | -3/+0 |
* | ported oc_db | Frank Karlitschek | 2012-05-03 | 1 | -2/+2 |
* | ported getUser | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | add touch() to all storage backands, and make parameter optional | Robin Appelman | 2012-02-29 | 1 | -1/+7 |
* | merge master into encryption | Robin Appelman | 2012-02-26 | 1 | -9/+1 |
|\ |
|
| * | missed one is_writeable | Robin Appelman | 2012-02-26 | 1 | -1/+1 |
| * | chunked implementation for readfile | Robin Appelman | 2012-02-26 | 1 | -8/+0 |
* | | add stream wrapper for in-memory files and dont use global variables for the ... | Robin Appelman | 2012-02-21 | 1 | -2/+1 |
|/ |
|
* | Fix wrong var name in sharedstorage.php | Bart Visscher | 2012-02-08 | 1 | -2/+2 |
* | writable not writeable | Robin Appelman | 2012-02-05 | 1 | -5/+5 |
* | dont try to use the filesystem when it isnt setup yet | Robin Appelman | 2012-01-31 | 1 | -1/+1 |
* | merge master into filesystem | Robin Appelman | 2012-01-08 | 1 | -13/+11 |
|\ |
|
| * | Fix return for empty Shared folder in opendir() | Michael Gapczynski | 2012-01-01 | 1 | -12/+8 |
| * | make the sharing app return the corrrect result for is_writable on the shared... | Robin Appelman | 2011-12-16 | 1 | -1/+3 |
* | | tell the user when the files are being scanned | Robin Appelman | 2011-11-10 | 1 | -23/+6 |
* | | provide caching for file metadata | Robin Appelman | 2011-11-09 | 1 | -6/+6 |
* | | remove OC_Filesystem::fromUploadedFile | Robin Appelman | 2011-11-08 | 1 | -16/+0 |
* | | remove OC_Filesystem::fileatime | Robin Appelman | 2011-11-08 | 1 | -22/+0 |
* | | remove the need to register storage providers, pass the classname during moun... | Robin Appelman | 2011-11-08 | 1 | -1/+1 |
|/ |
|
* | 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 |