Commit Graph

73 Commits (dc53c83e7bdbadeb24c74fe1c7794de54811c264)

Author SHA1 Message Date
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
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
Robin Appelman 32a703ab36 Do not use -1 as the size for the root folder of the home storage 13 years ago
Robin Appelman d6845babd6 Add post hooks for filesystem scanner 13 years ago
Vincent Petry e3868ba118 Fixed watcher to also update the owner's folder sizes 13 years ago
Thomas Müller 0f266d0f62 set log level to DEBUG 13 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 13 years ago
Bjoern Schiessle 0d7d396d80 make sure that also the storage etag gets changed 13 years ago
Bjoern Schiessle a80ac9c492 make getUidAndFilename() private 13 years ago
Bjoern Schiessle fcfac51aa1 backport of https://github.com/owncloud/core/pull/5513 13 years ago
Robin Appelman b3626f34cd Update the parent folders storage_mtime on write and delete to prevent rescans 13 years ago
Andreas Fischer b3e39dd3d9 Map empty mimetypes to octet-stream for Oracle DBMS. 13 years ago
Andreas Fischer fa6ae81149 Return early if fileinfo is there. 13 years ago
Andreas Fischer 68d13210bd Reset mimetype to application/octet-stream on empty reply from file command. 13 years ago
Robin Appelman 0e92a4896d dont use the home storage for non-existing users 13 years ago
Andreas Fischer a04a01d51f Do not calculate $isWrapped if not needed. 13 years ago
Robin Appelman e273c14540 use the new home storage backend when no existing local storage backend exists for the user's home 13 years ago
Robin Appelman f1e6e80eb1 add specialized storage backend for home folders 13 years ago
Vincent Petry ebcd9ae628 Added comment for clarification about fseek() call in quota.php 13 years ago
Thomas Müller 8253994262 using array_diff_assoc to detect diffs in values as well 13 years ago
Thomas Müller f619f59f1c cast storage_mtime to int 13 years ago
Vincent Petry c8df27de73 Fixed quota stream to not wrap read-only fopen calls 13 years ago
Vincent Petry d8b245490b Fixed quota stream's fseek method 13 years ago
Thomas Müller c5b8963b18 log the data arrays 13 years ago
Thomas Müller 88d1e20d56 some logging added .... 13 years ago
Vincent Petry a542c57a7b Catch duplicate insertion errors while scanning files 13 years ago
Vincent Petry 5f249e1a54 Prevent renaming/deleting mount points 13 years ago
Thomas Müller bc6e352ccd the path need to be normalized before putting it into resolvePath() 13 years ago