Commit Graph

145 Commits (b656c68edee995e17f6eb1febe2a1d620564a2c9)

Author SHA1 Message Date
Vincent Petry 66bc0f0848 Still return quota value when free space is unknown 11 years ago
Vincent Petry 4cb53f77b2 Moved external storage mounting code to files_external app 11 years ago
Thomas Müller 6b9ae27b90 drop file cache migration OC5 -> OC6 11 years ago
Vincent Petry 010eef95c0 Fixed total space display when data size exceeds quota 11 years ago
Bjoern Schiessle 4562909a20 get trash size from file cache 11 years ago
Robin Appelman 51165a1a04 Check if value exists before returning 11 years ago
Vincent Petry 48d63a6278 Return unencrypted_size of folder when queried 11 years ago
Robin Appelman 65f52fee4f Fix FileInfo->getType errors 11 years ago
Vincent Petry 7f24d42ca5 Propagate unencrypted_size up to the file cache root 11 years ago
Robin Appelman 895fc0fa26 Fix check if fileinfo is valid 11 years ago
Robin Appelman a8c67dc675 Add caching for getLocalFile on remote storages 11 years ago
Robin Appelman 06c6163265 Check if fields we need are actually set to prevent errors 11 years ago
Robin Appelman c87658feda Fix updater when getFileInfo fails 11 years ago
Robin Appelman da386aad59 Allow re-using already known fileinfo when calculating folder sizes 11 years ago
Robin Appelman 3ff12ef4ec Also send explicit cache hooks when calling file_put_contents with a resource 11 years ago
Robin Appelman 7c92e2e3ad Update rawlist to work with new fileinfo object 11 years ago
Robin Appelman bc49c6be04 Manually triger the filecache update hooks before any other hook 11 years ago
Bjoern Schiessle ebd73aee8f don't overwrite keys if rename was done by a stream copy 11 years ago
Vincent Petry a23ef25010 Removed unused deleteAll method on Common storage class 11 years ago
Vincent Petry c465835e85 Replace deleteAll call with unlink call 11 years ago
Robin Appelman 3487a95eab Remove fileid parameter for getFolderContent 11 years ago
Robin Appelman dd98e6333f Split getFolderContentById 11 years ago
Lukas Reschke f11658698d Fix path to the mount file 11 years ago
Robin Appelman d1c392d9ad Also make "regular" local storage's mkdir recursive 11 years ago
Joshua Medeiros 76aa4714cf Recursive mkdir fixes #7047 11 years ago
Robin Appelman 1331de554c Reuse the folder id in View->getFolderContents 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Robin Appelman 2166683e3b Allow setting the frequency of which the file watcher checks for updates 11 years ago
Robin Appelman d18b9f6ea4 use a FileInfo object of the directory when generting the filelist 11 years ago
Robin Appelman 09502fcb36 remove the JsonSerializable interface from \OC\Files\FileInfo 11 years ago
Joas Schilling b330d07b51 Fix more documentation failes 11 years ago
Vincent Petry 788c8540aa Added isLocal() method to storage, used for xsendfile 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Jens-Christian Fischer 11f46e121c close statement in MimeType detection is executed [#7069] 11 years ago
Robin Appelman 0ae4022fb4 Also clean up the filecache table when deleting a storage entry 11 years ago
Tigran Mkrtchyan 8cc9727520 mount: make location of mount.json configurable 11 years ago
Robin Appelman 20c2aaab00 Actually rename the variable 11 years ago
Robin Appelman c8207312c7 Fix phpdoc 11 years ago
Robin Appelman a521949baf Allow passing a root folder to get the used space from in the quota wrapper 11 years ago
Robin Appelman fc5f20112e Add isReadable, isUpdateable, isDeletable, isShareable 11 years ago
Robin Appelman 374e3475c9 Also remove the user's home storage from the storage table when deleting a user 11 years ago
Robin Appelman 3d6d8d1bb6 Reuse the data retrieved from the cache in checkUpdate 11 years ago
Vincent Petry 1af7dab535 Fixed quota wrapper to not wrap failed fopen streams 11 years ago
Robin Appelman 203d5d01ca Use storage_mtime when determining if we can reuse cached data while scanning 11 years ago
Robin Appelman e706cf6c06 add Support for passing a FileInfo instance to View->putFileInfo 11 years ago
Robin Appelman 82762bb462 remove ArrayAccess, JsonSerializable from the public part of FileInfo 11 years ago
Robin Appelman 617acbd6f9 Add a FileInfo class which holds all info of a file and return that from getFileInfo, getDirectoryContent and search 11 years ago
Vincent Petry 4faba49f0a Fix calculated folder size to use unencrypted size 11 years ago
Vincent Petry f642ad3961 Prevent deleting storage root 11 years ago
Vincent Petry 5be4af9f51 Now also preventing to override "files" dir size with -1 11 years ago