summaryrefslogtreecommitdiffstats
path: root/lib/filesystemview.php
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect copy/paste for file_put_contents()Michael Gapczynski2012-07-301-1/+1
* Forgot data parameter for file_put_contents() streams pre proxiesMichael Gapczynski2012-07-301-1/+1
* Run pre and post proxies for file_put_contents() streamsMichael Gapczynski2012-07-301-22/+49
* Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-301-2/+21
* fix encryption for binary filesRobin Appelman2012-06-201-2/+2
* use absolute path for file proxiesRobin Appelman2012-06-201-5/+41
* Don't use substr to get first char of stringBart Visscher2012-06-191-1/+1
* Add cache for getStorage and getInternalPath functions.Bart Visscher2012-06-191-2/+10
* fix opening encrypted files from the browserRobin Appelman2012-05-051-2/+2
* emit the correct hooks for file_put_contents and some readfile improvementsRobin Appelman2012-04-251-3/+16
* typoArthur Schiwon2012-04-131-3/+3
* don't fail on missing extensionArthur Schiwon2012-04-131-1/+5
* Move writable check into local filestorage so shared files can be renamedMichael Gapczynski2012-04-011-1/+1
* Check file handle exists before trying to read fileMichael Gapczynski2012-04-011-6/+9
* return path of tmp file like filestorage/common does. Fixes broken folder-/mu...Arthur Schiwon2012-03-271-4/+5
* better handeling of files that can behave like folder (e.g. archives)Robin Appelman2012-03-031-0/+1
* add touch() to all storage backands, and make parameter optionalRobin Appelman2012-02-291-1/+1
* use temporary file managmentRobin Appelman2012-02-281-1/+2
* some cleanup in filestorageRobin Appelman2012-02-271-12/+4
* extend filestorage common and provide test implementationRobin Appelman2012-02-271-2/+2
* add more valid fopen modesRobin Appelman2012-02-261-0/+8
* merge master into encryptionRobin Appelman2012-02-261-1/+8
|\
| * chunked implementation for readfileRobin Appelman2012-02-261-1/+8
* | fix incorrect information in the filecache when using encryptionRobin Appelman2012-02-211-1/+5
* | implement file_put_contents with stream data using fopenRobin Appelman2012-02-211-1/+15
* | move implementation of from/toTmpFile from the file storage to the filesystemRobin Appelman2012-02-211-19/+15
* | only trigger hooks for the default filesystem viewRobin Appelman2012-02-211-9/+13
* | no post hooks for fopenRobin Appelman2012-02-211-3/+5
* | use streams instead of temporary files for cross-storage copy and renameRobin Appelman2012-02-211-6/+15
* | encryption proxy wipRobin Appelman2012-02-211-1/+1
|/
* allow to set a files mtime through a PROPPATCH request on resourceKlaas Freitag2012-02-141-2/+2
* - Added the ability to change a files mtime via webdavs propset.Klaas Freitag2012-02-101-0/+3
* writable not writeableRobin Appelman2012-02-051-3/+3
* use filesystem cache for searchingRobin Appelman2012-01-311-17/+0
* initial work on filesystemviewRobin Appelman2012-01-201-0/+335