summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/local.php
Commit message (Expand)AuthorAgeFilesLines
* Updating license headersJenkins for ownCloud2015-02-231-5/+31
* Clear statcache before getting the mtime from local storage backendsRobin Appelman2014-12-021-0/+1
* Introduce getSourcePath() in Storage\Local to reduce the difference to Mapped...Joas Schilling2014-11-271-31/+46
* Generate stable etags for local filesRobin Appelman2014-10-241-0/+21
* Check if a folder is deletable before we try to recursively delete itRobin Appelman2014-09-171-0/+3
* move to public namespaceMorris Jobke2014-08-191-1/+1
* Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy...Stephan Peijnik2014-08-191-1/+1
* Removing unnecessary switch statements in fopen methods.Clark Tomlinson2014-07-311-16/+1
* 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-90/+8
* Cast to numeric instead of float, i.e. use an integer if possible.Andreas Fischer2014-05-291-6/+6
* Use CURL to get filesize on 32bit systems.Andreas Fischer2014-05-291-11/+64
* Fix LocalStorage->unlink to work on folder as expectedRobin Appelman2014-05-281-1/+8
* re-use rescursive copy from common storageRobin Appelman2014-05-281-16/+1
* use \OC\Files\Filesystem::isIgnoredDirRobin Appelman2014-05-281-1/+1
* add recursive copy to local storage backendRobin Appelman2014-05-281-6/+20
* fix recursive rename for local storage backendRobin Appelman2014-05-281-2/+4
* remove unneeded delTreeRobin Appelman2014-05-281-25/+1
* refs #8376; added comment and applied patch on other filesSjors van der Pluijm2014-04-281-0/+5
* rewind iterator before iteration startsSjors van der Pluijm2014-04-281-0/+1
* fixes #8376Sjors van der Pluijm2014-04-281-1/+4
* Prevent error from cache update on deleted filesRobin McCorkell2014-04-131-1/+5
* 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
* | Also make "regular" local storage's mkdir recursiveRobin Appelman2014-02-201-1/+1
|/
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-0/+7
|\
| * Added isLocal() method to storage, used for xsendfileVincent Petry2014-02-061-0/+7
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+9
|/
* Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free spa...Robin Appelman2014-01-021-1/+1
* 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/+310