Commit Graph

104 Commits (1ae6e9ec21415ade8122a05d01dd091091cb4bcd)

Author SHA1 Message Date
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
Robin Appelman 25370fcb82 Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free space on a local storage 11 years ago
Bart Visscher 6aa9daf4e6 Users of getFolderContent are mostly interested in the unecrypted file size 11 years ago
Robin Appelman 01ab15a2b0 reuse etags when doing a background scan 11 years ago
Vincent Petry 6cf9844e9c Added unit test for the test() method 11 years ago
Robin Appelman 64bfcbee0a check if a directory exists before we try to remove it 11 years ago
Bjoern Schiessle 466ed01e5d correctFolder() already resolves the dirname internally 11 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 11 years ago
Vincent Petry 43b1cf7988 Redetect mime type whenever extension is renamed 11 years ago
Vincent Petry c62cce8269 Moved default isReadable/isUpdatable impl into Common class 12 years ago
Vincent Petry 69e8e7dbd5 Now using the "Home" storage detection approach for quota 12 years ago
Robin Appelman a0d570b4cc Change default mimetype detection for storage backends to only use filename 12 years ago
Vincent Petry 3e2fd9942b Root size for home storage is now size of "files" subdir 12 years ago
Vincent Petry 614e4d485c External storage space is now not counted in total space 12 years ago
ringmaster bd3ead0d31 Compare dirname() results to DIRECTORY_SEPARATOR, not '/' 12 years ago
ringmaster ca675d7b08 Alias the aggregate columns so SQL Server doesn't combine them. 12 years ago
Vincent Petry c06d8bb007 Fixed normalizePath() to strip out single dot dirs 12 years ago
Vincent Petry 34c92f6656 Now using HomeStorage for legacy home storage ids 12 years ago
Vincent Petry 1a65e3a725 Now calling parent method when path is not root 12 years ago
Robin Appelman 32a703ab36 Do not use -1 as the size for the root folder of the home storage 12 years ago
Robin Appelman d6845babd6 Add post hooks for filesystem scanner 12 years ago
Vincent Petry e3868ba118 Fixed watcher to also update the owner's folder sizes 12 years ago
Thomas Müller 0f266d0f62 set log level to DEBUG 12 years ago
Thomas Mueller e37047b2a0 WIN: fixing Fatal error: Call to a member function logicToPhysical() on a non-object in C:\jenkins2\workspace\server-stable5-windows\database\mssql\label\WINDOWS\lib\files\storage\mappedlocal.php on line 311 12 years ago
Bjoern Schiessle 0d7d396d80 make sure that also the storage etag gets changed 12 years ago
Bjoern Schiessle a80ac9c492 make getUidAndFilename() private 12 years ago
Bjoern Schiessle fcfac51aa1 backport of https://github.com/owncloud/core/pull/5513 12 years ago