aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/mappedlocal.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove file mapper - was only use in Windows and never worked properlyThomas Müller2015-07-031-456/+0
|
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Fix PHPDocLukas Reschke2015-05-221-0/+2
| | | | Use correct parameters
* Update license headersJenkins for ownCloud2015-03-261-4/+28
|
* Revert "Updating license headers"Morris Jobke2015-02-261-27/+4
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-4/+27
|
* also clear statcache in mapped localRobin Appelman2014-12-021-0/+1
|
* Also clearstatcache() in MappedLocal before using the statsJoas Schilling2014-11-271-0/+1
| | | | Local change 283c10f010f5da4ca0b6b7658ac1fa730b8858bf
* Check whether file exists before trying to touch() itJoas Schilling2014-11-271-0/+3
| | | | | Local changes from d069ee8a8bce6a08d8b7921ad378c60af2a0439e and 258ad38fd3c1e3cdc4ec20238b166e78c334b814
* Check return of disk_free_space before returning itJoas Schilling2014-11-271-1/+5
| | | | | Local changes copied from ed8359737199a8a6640986e00df80d971aa6e1d7 and 25370fcb8235d2129cab0f8a5843c4784b3673d0
* Check file existance in MappedLocal in hasUpdated()Joas Schilling2014-11-271-1/+5
| | | | Only fixed in Local by eeee9eacea333035e22ef3ed938e36f56bc762cd
* Make MappedLocal::isLocal() true like for LocalJoas Schilling2014-11-271-0/+7
| | | | Missed in 788c8540aa6aac50795c37b088eeaa561d44b86c
* 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
| | | | | | | as described by POSIX.1-2008 (see http://pubs.opengroup.org/onlinepubs/9699919799/functions/rename.html) Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
* 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
| | | | using scrutinizer patch
* Merge pull request #7824 from owncloud/hash-parameter-orderThomas Müller2014-03-281-1/+1
|\ | | | | Fix parameter order for Storage\Local::hash
| * 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
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* 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
Conflicts: lib/private/vcategories.php