Commit Graph

17 Commits (dfd8125aeb4a95df20041890dcffd50ba2592fee)

Author SHA1 Message Date
Lukas Reschke dfd8125aeb
Replace wrong PHPDocs 9 years ago
Michael Munger b8f2418248 Fixed a crash caused by Local::copyFromStorage() not conforming to Common::copyFromStorage. Issue# 5071 9 years ago
Robin Appelman 8500debe79
use unjailed path when moving files out of a shared storage 9 years ago
Lukas Reschke 49ba822fef
Remove verbose error message 9 years ago
Jörn Friedrich Dreyer 6fd7d4efd0
remove obsolete hack (#26928) 9 years ago
Lukas Reschke 459477e2c3
Move function to LargeFileHelper 9 years ago
Boris Rybalkin cfc0d9249b
fixing php 32 bit (arm) filemtime on large file issue (#18971) (#25428) 9 years ago
Lukas Reschke df3444493b
Remove not existent function call 9 years ago
Vincent Petry 1f21a132c7
Only use realpath for real directories (#26058) 9 years ago
Joas Schilling 0215b004da
Update with robin 10 years ago
Joas Schilling ba87db3fcc
Fix others 10 years ago
blizzz 51fd2602a7 Revert "Downstream 2016-06-08" 10 years ago
Robin Appelman bee918693a
dissalow symlinks in local storages that point outside the datadir 10 years ago
Robin Appelman 18f7cede51
Fix warnings when trying to get mtime of non existing files 10 years ago
Robin Appelman 7b1b723e5b dissalow symlinks in local storages that point outside the datadir 10 years ago
Robin Appelman 6bc8305edd Fix warnings when trying to get mtime of non existing files 10 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Robin Appelman 21643150aa error out if a local storage isn't setup correctly 10 years ago
Roeland Jago Douma dedf392751
Move \OC\Files to PSR-4 10 years ago
Joas Schilling 178ad23d80
Correctly return an empty string for empty files 10 years ago
Stefan Weil b1a856d7b7 lib: Fix typos (found by codespell) 10 years ago
Morris Jobke 6ecd1d9e86 Fix PHP memory leak in file_get_contents() 10 years ago
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