Commit Graph

23 Commits (fb7ec2bb22055886d55a779b9c19f48daee438c5)

Author SHA1 Message Date
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 13 years ago
Robin Appelman fffe330bbc Fix parameter order for Storage\Local::hash 13 years ago
Robin Appelman d1c392d9ad Also make "regular" local storage's mkdir recursive 13 years ago
Vincent Petry 788c8540aa Added isLocal() method to storage, used for xsendfile 13 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 13 years ago
Robin Appelman 25370fcb82 Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free space on a local storage 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
Robin Appelman 94560c68ba rename constants 13 years ago
Robin Appelman 63c898c064 Make rmdir recursive for local storage 13 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 13 years ago
Robin Appelman 8a838e0e03 Code style 13 years ago
Robin Appelman 258ad38fd3 Fix touch for creating new files 14 years ago
Thomas Mueller d069ee8a8b fixes #2792 - only touch if writable 14 years ago
Robin Appelman ed83597371 Return unknown freespace if the free_space call failed 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 Müller e0da721a7d adding ctor to Local and revert call to it within Temporary 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
Robin Appelman 7152b8b4ee remove unused and depricated getFolderSize 14 years ago
Sam Tuke a9a913c273 Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic) 14 years ago
Sam Tuke 72215a818d added new user settings interface for deleting old file versions 14 years ago
Sam Tuke 28a72e0e3c Fixed deleteAll function for deleting all old versions of files (expireAll) 14 years ago