Commit Graph

131 Commits (edd37c779d6e6ef79589912c85f382138ff54a7a)

Author SHA1 Message Date
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Robin Appelman ad360296b9 Update tests and apps to the new \OC\Files\Filesystem::init signature 12 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 12 years ago
Michael Gapczynski 83064aca51 Remove old etag code 12 years ago
Robin Appelman 012a907a8a fix user specific mount configuration 13 years ago
Felix Moeller 1e33ad9cbc Style: Different line endings in one file are bad for sure 13 years ago
Felix Moeller 0e70ea9d8b Checkstyle: Fix the last 25 NoSpaceAfterComma 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller f8d1d7787e Checkstyle fixes for SpaceBeforeOpenBrace 13 years ago
Robin Appelman 4c0c78d15d check for filename blacklist in OC_Filesystem::isValidPath 13 years ago
Robin Appelman a1c37d4be5 fix OC_Filesystem::isValidPath when using \ instead of / in paths 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Felix Moeller 5d640f9ae3 NoSpaceAfterComma 13 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 13 years ago
Felix Moeller 03581ef463 Correct a first issue Checkstyle is complaining about ... 13 years ago
Björn Schießle d68b89cae4 add parameter to specify user for which OC_Filesystem should be initialized. 13 years ago
Robin Appelman 01594b8610 remove chroot from filesystem api 13 years ago
Robin Appelman 1901ac8b17 drop depricated is_readable and is_writable 13 years ago
Robin Appelman cfa036eaa9 drop filectime from the filesystem api's 13 years ago
Björn Schießle 08ee2fcf93 check if mount point was already loaded to avoid redundant read operations 13 years ago
Björn Schießle 65b0824d35 typo from previous commit fixed 13 years ago
Björn Schießle 2499c24b8b load system wide configured mount points before accessing shared files 13 years ago
Björn Schießle 00ed2e87c9 check for mount points if file was shared from a different user 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Björn Schießle e38b736a1e fix bug #1977: remove etags from database after version rollback so that the client can detect the changes 13 years ago
Robin Appelman 5c6e9518ed drop Filesystem::getInternalPath and Filesystem::getStorage in favor of Filesystem::resolvePath 13 years ago
Robin Appelman 4b9fbf46e5 add depricated OC_Filessystem for compatibility 13 years ago
Robin Appelman 9df60d27bd move some code around 13 years ago
Robin Appelman d717a5e55c remove old filecache 13 years ago
Robin Appelman 91d12a2f3d update the filecache by setting mtimes to 0 when the mount configuration has changed instead of clearing the cache 13 years ago
Bart Visscher fed34aecfa Fix syntax error in removeETagHook 13 years ago
Björn Schießle 35357f3afb etag has to be removed after version rollback to enable the sync client to detect the changes (bug #1829) 13 years ago
Bart Visscher 4f4498e0d6 Fix undefined user var, use getUser 13 years ago
Bart Visscher ab33578add Normalize path before calling removeETagPropertyForPath 13 years ago
Robin Appelman 68f65b657c add OC_Filesystem::resolvePath to get the storage backend and internal path for a file in one go 13 years ago
Robin Appelman bd83422095 put filestorages in a namespace 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Robin Appelman 2144b2f37a clear the filecache if the mount configuration has changed 13 years ago
Thomas Mueller ebb28412ca no more require_once() 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Georg Ehrke cd5c217c0d use OC_User::getHome in lib/filesystem.php 13 years ago
jfd bc90a34b07 remove duplicate method 13 years ago
Michael Gapczynski 12df81fe0b Check blacklist when renaming files 13 years ago
Robin Appelman 154ce0f68d also add getLocalFolder to OC_Filsystem and OC_FilesystemView 13 years ago
Robin Appelman 53a888cc81 more path normalization 13 years ago
Robin Appelman 1522f7f211 fix some minor problems with path noramlization 13 years ago
Robin Appelman 0c8ce0bb32 some basic path normalization 13 years ago
Michael Gapczynski 863d3a43b2 Catch exceptions and write to log when creating storage object fails 13 years ago
Michael Gapczynski 465767670b Check blacklist when renaming files 13 years ago
Michael Gapczynski f328f53ec1 Fix filesystem hash, no longer using basicOperation() 13 years ago