summaryrefslogtreecommitdiffstats
path: root/lib/filesystemview.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #81 from fmms/masterLukas Reschke2012-10-241-1/+1
|\
| * Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-1/+1
* | use strtotime on non-nummeric times in oc_filesystem::touchRobin Appelman2012-10-231-0/+3
|/
* etag has to be removed after version rollback to enable the sync client to de...Björn Schießle2012-09-281-1/+2
* The mtime in the file cache has to be updated after version rollback (copy fr...Björn Schießle2012-09-261-0/+2
* dont trigger filesystem hooks when not using the default viewRobin Appelman2012-09-171-72/+84
* Enable post_write triggerBart Visscher2012-09-131-2/+2
* fix file uploadGeorg Ehrke2012-09-101-2/+2
* adding space between) and {Thomas Mueller2012-09-071-11/+11
* Whitespace fixes in libBart Visscher2012-08-291-4/+4
* Merge branch 'share_api'Michael Gapczynski2012-08-191-4/+25
|\
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-141-4/+8
| |\
| * \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-311-31/+36
| |\ \
| * \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-171/+278
| |\ \ \
| * | | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-241-2/+23
* | | | | also add getLocalFolder to OC_Filsystem and OC_FilesystemViewRobin Appelman2012-08-191-0/+10
* | | | | more path normalizationRobin Appelman2012-08-171-55/+63
| |_|_|/ |/| | |
* | | | fix some minor problems with path noramlizationRobin Appelman2012-08-141-1/+6
* | | | some basic path normalizationRobin Appelman2012-08-141-3/+2
| |_|/ |/| |
* | | 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