| Commit message (Expand) | Author | Age | Files | Lines |
* | File sharing cleanup, works perfectly I think :) | Michael Gapczynski | 2012-08-16 | 1 | -12/+14 |
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-09 | 1 | -0/+19 |
|\ |
|
| * | Don't return file handle if the mode supports writing and the file is not wri... | Michael Gapczynski | 2012-08-08 | 1 | -0/+19 |
* | | Fix offset for folder detection, no longer including '/Shared' in file target... | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
* | | Lots of refactoring to share API | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
* | | No longer need hash() in shared storage, already implemented by the common fi... | Michael Gapczynski | 2012-07-25 | 1 | -8/+1 |
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 1 | -7/+4 |
|\| |
|
| * | Fix filesystem hash, no longer using basicOperation() | Michael Gapczynski | 2012-07-25 | 1 | -1/+1 |
| * | cleanup some obsolete foldersize code from the shared storage backend | Robin Appelman | 2012-07-21 | 1 | -34/+1 |
| * | remove unused and depricated getFolderSize | Robin Appelman | 2012-07-20 | 1 | -30/+1 |
| * | Don't overwrite fake directory stream for Shared storage | Michael Gapczynski | 2012-06-27 | 1 | -2/+2 |
* | | Add root directory checks for CRUDS permissions in shared storage | Michael Gapczynski | 2012-07-24 | 1 | -0/+12 |
* | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri... | Michael Gapczynski | 2012-07-24 | 1 | -24/+23 |
* | | Remove toTmpFile() from shared storage, no longer needed | Michael Gapczynski | 2012-07-24 | 1 | -9/+1 |
* | | Improve file source caching for shared folders | Michael Gapczynski | 2012-07-24 | 1 | -8/+16 |
* | | Fix permission check for rmdir(), implement unlink(), rename(), and copy() | Michael Gapczynski | 2012-07-24 | 1 | -4/+35 |
* | | Permission check should be made on parent folder when creating a new folder | Michael Gapczynski | 2012-07-23 | 1 | -1/+1 |
* | | Include a few CRUDS permissions checks in shared storage, plus a little clean... | Michael Gapczynski | 2012-07-23 | 1 | -181/+116 |
* | | Sharing files working using share API | Michael Gapczynski | 2012-07-10 | 1 | -155/+38 |
* | | Some more changes to getItems() and fixes in shared storage | Michael Gapczynski | 2012-06-27 | 1 | -4/+11 |
* | | I'm having trouble making up my mind... translateItem -> getItems() -> format... | Michael Gapczynski | 2012-06-27 | 1 | -41/+49 |
|/ |
|
* | Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filest... | Sam Tuke | 2012-06-21 | 1 | -2/+2 |
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Sam Tuke | 2012-06-20 | 1 | -10/+19 |
|\ |
|
| * | Merge branch 'shared_log' | Bart Visscher | 2012-06-20 | 1 | -0/+16 |
| |\ |
|
| | * | Add app for logging access to shared files | Bart Visscher | 2012-06-14 | 1 | -0/+16 |
| * | | Delay setup of FS until OC_Filesystem is used | Bart Visscher | 2012-06-20 | 1 | -10/+3 |
* | | | removed readdir to fix bug oc-1054 | Sam Tuke | 2012-06-20 | 1 | -2/+0 |
|/ / |
|
* | | Fixed deleteAll function for deleting all old versions of files (expireAll) | Sam Tuke | 2012-06-19 | 1 | -0/+2 |
* | | add hasUpdated to oc_filestorage | Robin Appelman | 2012-06-15 | 1 | -0/+9 |
|/ |
|
* | 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 |
|/ |
|