summaryrefslogtreecommitdiffstats
path: root/lib/filesystemview.php
Commit message (Collapse)AuthorAgeFilesLines
* wrong var name fixedBjoern Schiessle2012-07-031-2/+2
|
* Implemented deleteAll() method in OC_FilesystemView (interface) and ↵Sam Tuke2012-06-211-0/+3
| | | | | | | | | OC_Filestorage_Common (logic) Made OC_Filestorage_Local and OC_Filestorage_Shared extend OC_Filestorage_Common Set searchInDir() to protected instead of private in OC_Filestorage_Local and OC_Filestorage_Shared Added class documentation to OC_Filestorage_Common Cleaned up OCA_Versions::expireAll()
* Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke2012-06-191-0/+4
| | | | Added new readdir() method to all storage classes and handlers (only working implementation in local.php)
* 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
| | | | These are called for almost every file operation.
* 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 ↵Arthur Schiwon2012-03-271-4/+5
| | | | folder-/multifile-download.
* 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
| | | | | | | | prevents memory issues when downloading large files
* | 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
| | | | 'lastmodified'. Needed for syncing algorithms.
* - Added the ability to change a files mtime via webdavs propset.Klaas Freitag2012-02-101-0/+3
| | | | - Added some minor debug help to fscache
* 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