Commit Graph

101 Commits (2bdc97741cd42843f85750421cba032942d860ed)

Author SHA1 Message Date
Vincent Petry 89881ed511 Fix call to disk_free_space when a file is provided 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Morris Jobke b945d71384 update licence headers via script 10 years ago
Martin 491250320a Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. 10 years ago
Robin Appelman da951ba059 Use the new IteratorDirectory instead of the fakedir wrapper 11 years ago
Thomas Müller d3ac73c0c9 Remove OC_Log 11 years ago
Thomas Müller f55aa856ad Remove file mapper - was only use in Windows and never worked properly 11 years ago
Morris Jobke f63915d0c8 update license headers and authors 11 years ago
Lukas Reschke 3d8ea96e55 Fix PHPDoc 11 years ago
Robin Appelman c4ec8fbeff Make getSourcePath accessible for storage wrappers 11 years ago
Robin Appelman 31e94708f8 Improve cross storage copy between local storages 11 years ago
Robin Appelman 068c624b0d fix copying folder across devices 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Robin Appelman db3f7238dd Clear statcache before getting the mtime from local storage backends 11 years ago
Joas Schilling 20237fba47 Introduce getSourcePath() in Storage\Local to reduce the difference to MappedLocal 11 years ago
Robin Appelman 283c10f010 Generate stable etags for local files 11 years ago
Robin Appelman d25a9a118f Check if a folder is deletable before we try to recursively delete it 11 years ago
Morris Jobke b3b3354809 move to public namespace 12 years ago
Stephan Peijnik 2df52e54d7 Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 12 years ago
Clark Tomlinson 26af116fcd Removing unnecessary switch statements in fopen methods. 12 years ago
Clark Tomlinson 222b9fd22b Resolving 9969 resubmitting to fix rebase issue. 12 years ago
Tigran Mkrtchyan 03f422153d files: storage: rename should check parent directories of old and new files 12 years ago
ringmaster 896bc526e6 Remove unused methods. 12 years ago
ringmaster 5365ae416e flock changes. Work in progress. 12 years ago
Andreas Fischer 0417e52134 Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable. 12 years ago
Andreas Fischer fb7ec2bb22 Only call $this->filesize() for files. 12 years ago
Andreas Fischer c8fa1fd687 Refactor Large File handling code. 12 years ago
Andreas Fischer 3f8f8027d2 Cast to numeric instead of float, i.e. use an integer if possible. 12 years ago
Andreas Fischer 6195f13bda Use CURL to get filesize on 32bit systems. 12 years ago
Robin Appelman af35b6ad9d Fix LocalStorage->unlink to work on folder as expected 12 years ago
Robin Appelman 8187164fe1 re-use rescursive copy from common storage 12 years ago
Robin Appelman d15ed9b4d3 use \OC\Files\Filesystem::isIgnoredDir 12 years ago
Robin Appelman 03ba497a8c add recursive copy to local storage backend 12 years ago
Robin Appelman 38c1da0976 fix recursive rename for local storage backend 12 years ago
Robin Appelman e83b41493f remove unneeded delTree 12 years ago
Sjors van der Pluijm 54f482ff9c refs #8376; added comment and applied patch on other files 12 years ago
Sjors van der Pluijm d7ec1fe447 rewind iterator before iteration starts 12 years ago
Sjors van der Pluijm d8be9d96ed fixes #8376 12 years ago
Robin McCorkell eeee9eacea Prevent error from cache update on deleted files 12 years ago
Robin Appelman fffe330bbc Fix parameter order for Storage\Local::hash 12 years ago
Robin Appelman d1c392d9ad Also make "regular" local storage's mkdir recursive 12 years ago
Vincent Petry 788c8540aa Added isLocal() method to storage, used for xsendfile 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Robin Appelman 25370fcb82 Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free space on a local storage 12 years ago
Robin Appelman a0d570b4cc Change default mimetype detection for storage backends to only use filename 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Robin Appelman 94560c68ba rename constants 13 years ago
Robin Appelman 63c898c064 Make rmdir recursive for local storage 13 years ago