summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/sharedstorage.php
Commit message (Expand)AuthorAgeFilesLines
* Don't overwrite fake directory stream for Shared storageMichael Gapczynski2012-06-271-2/+2
* 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
|/
* make sharing work with the new mouting mechanismRobin Appelman2011-10-181-7/+5
* Check that the files exist before adding them to the fakedirsMichael Gapczynski2011-08-221-15/+16
* One more bug fix in clearFolderSizeCache()Michael Gapczynski2011-08-201-1/+2
* Clean-up in OC_Filestorage_Shared and bug fixes for calculating folder sizesMichael Gapczynski2011-08-201-22/+35
* Fix bugs preventing file upload in shared folders with write permissionMichael Gapczynski2011-08-201-5/+9
* Implement searching of files shared with youMichael Gapczynski2011-08-201-3/+19
* Add getLocalFile() to OC_Filestorage_SharedMichael Gapczynski2011-08-191-0/+8
* Remove no longer needed functions in OC_Filestorage_SharedMichael Gapczynski2011-08-191-44/+0
* Comment rename() and prevent trying to move items if the user doesn't have wr...Michael Gapczynski2011-08-171-0/+6
* Bug fixes for mkdir(), renaming/moving support for files inside a shared fold...Michael Gapczynski2011-08-171-8/+10
* -1 is now a class constant (UNSHARED), for unsharing files from selfMichael Gapczynski2011-08-171-1/+1
* New system of unsharing files from self, and a small bug fix when all files i...Michael Gapczynski2011-08-171-9/+13
* Fix my last commit 9ee4fcMichael Gapczynski2011-08-171-2/+4
* Only show 'Shared' directory if files are shared with youMichael Gapczynski2011-08-171-1/+3
* Fix bug in getPermissions() and clean-up unlink() and rename()Michael Gapczynski2011-08-171-37/+27
* This should actually make the 'Shared' directory automatically everytimeMichael Gapczynski2011-08-151-0/+1
* Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' dir...Michael Gapczynski2011-08-151-18/+24
* Fix delTree(), it shouldn't be passed to the local storage provider unless th...Michael Gapczynski2011-07-311-9/+25
* Update the folder sizes for shared foldersMichael Gapczynski2011-07-311-12/+29
* Merge branch 'master' into sharing. Integrate with changes in master, rename ...Michael Gapczynski2011-07-301-48/+46