summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/sharedstorage.php
Commit message (Expand)AuthorAgeFilesLines
* File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-161-12/+14
* Merge branch 'master' into share_apiMichael Gapczynski2012-08-091-0/+19
|\
| * Don't return file handle if the mode supports writing and the file is not wri...Michael Gapczynski2012-08-081-0/+19
* | Fix offset for folder detection, no longer including '/Shared' in file target...Michael Gapczynski2012-08-061-1/+1
* | Lots of refactoring to share APIMichael Gapczynski2012-08-061-1/+1
* | No longer need hash() in shared storage, already implemented by the common fi...Michael Gapczynski2012-07-251-8/+1
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-7/+4
|\|
| * Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-251-1/+1
| * cleanup some obsolete foldersize code from the shared storage backendRobin Appelman2012-07-211-34/+1
| * remove unused and depricated getFolderSizeRobin Appelman2012-07-201-30/+1
| * Don't overwrite fake directory stream for Shared storageMichael Gapczynski2012-06-271-2/+2
* | Add root directory checks for CRUDS permissions in shared storageMichael Gapczynski2012-07-241-0/+12
* | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-241-24/+23
* | Remove toTmpFile() from shared storage, no longer neededMichael Gapczynski2012-07-241-9/+1
* | Improve file source caching for shared foldersMichael Gapczynski2012-07-241-8/+16
* | Fix permission check for rmdir(), implement unlink(), rename(), and copy()Michael Gapczynski2012-07-241-4/+35
* | Permission check should be made on parent folder when creating a new folderMichael Gapczynski2012-07-231-1/+1
* | Include a few CRUDS permissions checks in shared storage, plus a little clean...Michael Gapczynski2012-07-231-181/+116
* | Sharing files working using share APIMichael Gapczynski2012-07-101-155/+38
* | Some more changes to getItems() and fixes in shared storageMichael Gapczynski2012-06-271-4/+11
* | I'm having trouble making up my mind... translateItem -> getItems() -> format...Michael Gapczynski2012-06-271-41/+49
|/
* Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filest...Sam Tuke2012-06-211-2/+2
* Merge branch 'master' of gitorious.org:owncloud/owncloudSam Tuke2012-06-201-10/+19
|\
| * Merge branch 'shared_log'Bart Visscher2012-06-201-0/+16
| |\
| | * Add app for logging access to shared filesBart Visscher2012-06-141-0/+16
| * | Delay setup of FS until OC_Filesystem is usedBart Visscher2012-06-201-10/+3
* | | removed readdir to fix bug oc-1054Sam Tuke2012-06-201-2/+0
|/ /
* | Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke2012-06-191-0/+2
* | add hasUpdated to oc_filestorageRobin Appelman2012-06-151-0/+9
|/
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* Only mount shared storage after a user has logged in, fixes shared folder not...Michael Gapczynski2012-05-101-2/+11
* Still trying to fix some sharing use casesMichael Gapczynski2012-05-091-3/+0
* ported oc_dbFrank Karlitschek2012-05-031-2/+2
* ported getUserFrank Karlitschek2012-05-011-1/+1
* add touch() to all storage backands, and make parameter optionalRobin Appelman2012-02-291-1/+7
* merge master into encryptionRobin Appelman2012-02-261-9/+1
|\
| * missed one is_writeableRobin Appelman2012-02-261-1/+1
| * chunked implementation for readfileRobin Appelman2012-02-261-8/+0
* | add stream wrapper for in-memory files and dont use global variables for the ...Robin Appelman2012-02-211-2/+1
|/
* Fix wrong var name in sharedstorage.phpBart Visscher2012-02-081-2/+2
* writable not writeableRobin Appelman2012-02-051-5/+5
* dont try to use the filesystem when it isnt setup yetRobin Appelman2012-01-311-1/+1
* merge master into filesystemRobin Appelman2012-01-081-13/+11
|\
| * Fix return for empty Shared folder in opendir()Michael Gapczynski2012-01-011-12/+8
| * make the sharing app return the corrrect result for is_writable on the shared...Robin Appelman2011-12-161-1/+3
* | tell the user when the files are being scannedRobin Appelman2011-11-101-23/+6
* | provide caching for file metadataRobin Appelman2011-11-091-6/+6
* | remove OC_Filesystem::fromUploadedFileRobin Appelman2011-11-081-16/+0
* | remove OC_Filesystem::fileatimeRobin Appelman2011-11-081-22/+0
* | remove the need to register storage providers, pass the classname during moun...Robin Appelman2011-11-081-1/+1
|/