summaryrefslogtreecommitdiffstats
path: root/lib/filesystemview.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into files_encryptionSam Tuke2013-01-221-19/+19
|\
| * Whitespace cleanupBart Visscher2013-01-161-19/+19
| * Merge pull request #619 from samtuke/versions_cacheBart Visscher2012-11-301-3/+28
| |\
| | * OC_FSV->copy now only caches files which are copied from data/user/filesSam Tuke2012-11-281-3/+28
| * | use new obEnd function instead of ob_end_cleanRobin Appelman2012-11-291-1/+1
| |/
* | Merge branch 'master' into files_encryptionSam Tuke2012-12-121-32/+55
|\|
| * check if $path is a empty stringBjörn Schießle2012-11-071-1/+1
| * backport from approved patch in stable45:Björn Schießle2012-11-071-4/+1
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
| * Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-7/+7
| * Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
| * NoSpaceAfterCommaFelix Moeller2012-10-281-14/+14
| * 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
| |/
* | Added library phpseclibSam Tuke2012-12-111-0/+3
* | Merged branch 'master'Sam Tuke2012-10-161-200/+370
* | Development snapshot; encryption stream wrapper now successfully writes files...Sam Tuke2012-10-101-0/+3
|/
* 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