Commit Graph

27 Commits (8eda6617618e0a1f650afc4e6766e799b4e62b82)

Author SHA1 Message Date
Robin Appelman 1bbb18fe87 also clear statcache in mapped local 12 years ago
Joas Schilling 7761f0288e Also clearstatcache() in MappedLocal before using the stats 12 years ago
Joas Schilling 50f85bfd1f Check whether file exists before trying to touch() it 12 years ago
Joas Schilling c5427da76d Check return of disk_free_space before returning it 12 years ago
Joas Schilling 1062f4fe44 Check file existance in MappedLocal in hasUpdated() 12 years ago
Joas Schilling b886d3d645 Make MappedLocal::isLocal() true like for Local 12 years ago
Joas Schilling 4f1bbc4fd5 Remove unused 2nd parameter of buildPath() and rename to getSourcePath() 12 years ago
Joas Schilling bb540722cd Use base class to reset the file mapper 12 years ago
Robin Appelman d25a9a118f Check if a folder is deletable before we try to recursively delete it 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
Robin Appelman 5a0397eb5e Fix renaming files in the root folder of a MappedLocal storage 12 years ago
Tigran Mkrtchyan 03f422153d files: storage: rename should check parent directories of old and new files 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
Robin Appelman d15ed9b4d3 use \OC\Files\Filesystem::isIgnoredDir 12 years ago
Robin Appelman c3c9612c99 fix recursive copy and rename for mapped local storage backend 12 years ago
Sjors van der Pluijm e8a287f5bb refs #8376; spaces=>tabs 12 years ago
Sjors van der Pluijm 54f482ff9c refs #8376; added comment and applied patch on other files 12 years ago
Bart Visscher a4b7f5155f Fix PHPdoc in lib/private 13 years ago
Robin Appelman fffe330bbc Fix parameter order for Storage\Local::hash 13 years ago
Joshua Medeiros 76aa4714cf Recursive mkdir fixes #7047 13 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 13 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 13 years ago
Robin Appelman a0d570b4cc Change default mimetype detection for storage backends to only use filename 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
Arthur Schiwon c01675de5d more is_resource checks before readdir 13 years ago
Thomas Müller f1eec74f70 additional readdir check in mappedlocal 13 years ago
Robin Appelman d051d6f925 make rmdir recursive for mappellocal storage backend 13 years ago
Thomas Mueller a05820c659 fixing various filesystem/storage unit tests on windows 14 years ago
Thomas Mueller b488800bd5 fix error in recursive search 14 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 14 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 14 years ago
Thomas Mueller 92e6409f40 fixing mappedlocal storage to work on non-windows as well 14 years ago
Thomas Müller 8174e5faf1 make MappedLocal available and testable within Linux as well 14 years ago
Thomas Mueller fd8cb9974b initial version of a local storage implementation which will use unique slugified filename on the local filesystem. 14 years ago
Thomas Mueller 02e6adfdb3 fixing namespace 14 years ago
Robin Appelman cfa036eaa9 drop filectime from the filesystem api's 14 years ago
Robin Appelman e8d3a47685 add getId to storage backends 14 years ago
Robin Appelman bd83422095 put filestorages in a namespace 14 years ago
Thomas Mueller 3829460ab8 adding space between) and { 14 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 14 years ago
Robin Appelman 9b44d0cb32 add OC_FileStorage::getLocalFolder 14 years ago
Michael Gapczynski f328f53ec1 Fix filesystem hash, no longer using basicOperation() 14 years ago
Bjoern Schiessle f752a27605 write keyfiles to server 14 years ago
Michael Gapczynski 586fe8f940 Change is_writable() call to isUpdatable() 14 years ago
Michael Gapczynski ede2b8a55f Missed a is_readable() call in local filestorage 14 years ago
Michael Gapczynski f7b89f0475 Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable() 14 years ago
Bart Visscher 14af503374 Fix parameter order in OC_Filestorage_Common->hash 14 years ago