Commit Graph

32 Commits (8eda6617618e0a1f650afc4e6766e799b4e62b82)

Author SHA1 Message Date
Robin Appelman db3f7238dd Clear statcache before getting the mtime from local storage backends 12 years ago
Joas Schilling 20237fba47 Introduce getSourcePath() in Storage\Local to reduce the difference to MappedLocal 12 years ago
Robin Appelman 283c10f010 Generate stable etags for local files 12 years ago
Robin Appelman d25a9a118f Check if a folder is deletable before we try to recursively delete it 12 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 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