summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/mappedlocal.php
Commit message (Expand)AuthorAgeFilesLines
* also clear statcache in mapped localRobin Appelman2014-12-021-0/+1
* Also clearstatcache() in MappedLocal before using the statsJoas Schilling2014-11-271-0/+1
* Check whether file exists before trying to touch() itJoas Schilling2014-11-271-0/+3
* Check return of disk_free_space before returning itJoas Schilling2014-11-271-1/+5
* Check file existance in MappedLocal in hasUpdated()Joas Schilling2014-11-271-1/+5
* Make MappedLocal::isLocal() true like for LocalJoas Schilling2014-11-271-0/+7
* Remove unused 2nd parameter of buildPath() and rename to getSourcePath()Joas Schilling2014-11-271-32/+33
* Use base class to reset the file mapperJoas Schilling2014-11-191-3/+0
* Check if a folder is deletable before we try to recursively delete itRobin Appelman2014-09-171-0/+3
* Removing unnecessary switch statements in fopen methods.Clark Tomlinson2014-07-311-21/+8
* Fix renaming files in the root folder of a MappedLocal storageRobin Appelman2014-07-161-2/+17
* files: storage: rename should check parent directories of old and new filesTigran Mkrtchyan2014-07-101-2/+11
* Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable.Andreas Fischer2014-05-291-4/+1
* Only call $this->filesize() for files.Andreas Fischer2014-05-291-1/+1
* Refactor Large File handling code.Andreas Fischer2014-05-291-41/+12
* use \OC\Files\Filesystem::isIgnoredDirRobin Appelman2014-05-281-60/+84
* fix recursive copy and rename for mapped local storage backendRobin Appelman2014-05-281-10/+27
* refs #8376; spaces=>tabsSjors van der Pluijm2014-04-281-1/+1
* refs #8376; added comment and applied patch on other filesSjors van der Pluijm2014-04-281-1/+10
* Fix PHPdoc in lib/privateBart Visscher2014-04-151-0/+3
* Merge pull request #7824 from owncloud/hash-parameter-orderThomas Müller2014-03-281-1/+1
|\
| * Fix parameter order for Storage\Local::hashRobin Appelman2014-03-201-1/+1
* | Recursive mkdir fixes #7047Joshua Medeiros2014-02-201-1/+1
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+6
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+13
* Change default mimetype detection for storage backends to only use filenameRobin Appelman2013-11-201-8/+0
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+365