summaryrefslogtreecommitdiffstats
path: root/lib/filesystemview.php
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect copy/paste for file_put_contents()Michael Gapczynski2012-07-271-1/+1
* Forgot data parameter for file_put_contents() streams pre proxiesMichael Gapczynski2012-07-261-1/+1
* Run pre and post proxies for file_put_contents() streamsMichael Gapczynski2012-07-261-31/+36
* Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-251-2/+21
* Code style. One down...Thomas Tanghus2012-07-211-174/+262
* fix unused variablesRobin Appelman2012-07-201-1/+1
* use filesystem abstraction layer to copy file versionsBjoern Schiessle2012-07-031-1/+1
* wrong var name fixedBjoern Schiessle2012-07-031-2/+2
* Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filest...Sam Tuke2012-06-211-0/+3
* Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke2012-06-191-0/+4
* also add hasUpdated to oc_filesystem and oc_filesystemviewRobin Appelman2012-06-151-0/+9
* use absolute path for file proxiesRobin Appelman2012-06-091-4/+40
* Don't use substr to get first char of stringBart Visscher2012-06-081-1/+1
* Add cache for getStorage and getInternalPath functions.Bart Visscher2012-06-081-2/+10
* Added & improved documentationSam Tuke2012-05-311-3/+11
* Improved class comment blockSam Tuke2012-05-311-10/+11
* added extensive class comment based on icewind's January list emailSam Tuke2012-05-311-19/+33
* fixed typos in var namesSam Tuke2012-05-311-3/+3
* clarified commentSam Tuke2012-05-311-1/+1
* update copyrightFrank Karlitschek2012-05-261-1/+1
* 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