Commit Graph

116 Commits (fbd8c00a896fdfd2b19710646d9f6662e2bcd682)

Author SHA1 Message Date
Robin Appelman 7c92e2e3ad Update rawlist to work with new fileinfo object 13 years ago
Bjoern Schiessle ebd73aee8f don't overwrite keys if rename was done by a stream copy 13 years ago
Vincent Petry a23ef25010 Removed unused deleteAll method on Common storage class 13 years ago
Vincent Petry c465835e85 Replace deleteAll call with unlink call 13 years ago
Robin Appelman 3487a95eab Remove fileid parameter for getFolderContent 13 years ago
Robin Appelman dd98e6333f Split getFolderContentById 13 years ago
Lukas Reschke f11658698d Fix path to the mount file 13 years ago
Robin Appelman 1331de554c Reuse the folder id in View->getFolderContents 13 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 13 years ago
Robin Appelman 2166683e3b Allow setting the frequency of which the file watcher checks for updates 13 years ago
Robin Appelman d18b9f6ea4 use a FileInfo object of the directory when generting the filelist 13 years ago
Robin Appelman 09502fcb36 remove the JsonSerializable interface from \OC\Files\FileInfo 13 years ago
Joas Schilling b330d07b51 Fix more documentation failes 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
Jens-Christian Fischer 11f46e121c close statement in MimeType detection is executed [#7069] 13 years ago
Robin Appelman 0ae4022fb4 Also clean up the filecache table when deleting a storage entry 13 years ago
Tigran Mkrtchyan 8cc9727520 mount: make location of mount.json configurable 13 years ago
Robin Appelman 20c2aaab00 Actually rename the variable 13 years ago
Robin Appelman c8207312c7 Fix phpdoc 13 years ago
Robin Appelman a521949baf Allow passing a root folder to get the used space from in the quota wrapper 13 years ago
Robin Appelman fc5f20112e Add isReadable, isUpdateable, isDeletable, isShareable 13 years ago
Robin Appelman 374e3475c9 Also remove the user's home storage from the storage table when deleting a user 13 years ago
Robin Appelman 3d6d8d1bb6 Reuse the data retrieved from the cache in checkUpdate 13 years ago
Vincent Petry 1af7dab535 Fixed quota wrapper to not wrap failed fopen streams 13 years ago
Robin Appelman 203d5d01ca Use storage_mtime when determining if we can reuse cached data while scanning 13 years ago
Robin Appelman e706cf6c06 add Support for passing a FileInfo instance to View->putFileInfo 13 years ago
Robin Appelman 82762bb462 remove ArrayAccess, JsonSerializable from the public part of FileInfo 13 years ago
Robin Appelman 617acbd6f9 Add a FileInfo class which holds all info of a file and return that from getFileInfo, getDirectoryContent and search 13 years ago
Vincent Petry 4faba49f0a Fix calculated folder size to use unencrypted size 13 years ago
Vincent Petry f642ad3961 Prevent deleting storage root 13 years ago
Vincent Petry 5be4af9f51 Now also preventing to override "files" dir size with -1 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
Bart Visscher 6aa9daf4e6 Users of getFolderContent are mostly interested in the unecrypted file size 13 years ago
Robin Appelman 01ab15a2b0 reuse etags when doing a background scan 13 years ago
Vincent Petry 6cf9844e9c Added unit test for the test() method 13 years ago
Robin Appelman 64bfcbee0a check if a directory exists before we try to remove it 13 years ago
Bjoern Schiessle 466ed01e5d correctFolder() already resolves the dirname internally 13 years ago
Bjoern Schiessle eaedda2116 make sure that we don't try to access an already deleted files, fixes some file source not found warnings 13 years ago
Vincent Petry 43b1cf7988 Redetect mime type whenever extension is renamed 13 years ago
Vincent Petry c62cce8269 Moved default isReadable/isUpdatable impl into Common class 13 years ago
Vincent Petry 69e8e7dbd5 Now using the "Home" storage detection approach for quota 13 years ago
Robin Appelman a0d570b4cc Change default mimetype detection for storage backends to only use filename 13 years ago
Vincent Petry 3e2fd9942b Root size for home storage is now size of "files" subdir 13 years ago
Vincent Petry 614e4d485c External storage space is now not counted in total space 13 years ago
ringmaster bd3ead0d31 Compare dirname() results to DIRECTORY_SEPARATOR, not '/' 13 years ago
ringmaster ca675d7b08 Alias the aggregate columns so SQL Server doesn't combine them. 13 years ago
Vincent Petry c06d8bb007 Fixed normalizePath() to strip out single dot dirs 13 years ago
Vincent Petry 34c92f6656 Now using HomeStorage for legacy home storage ids 13 years ago
Vincent Petry 1a65e3a725 Now calling parent method when path is not root 13 years ago