Commit Graph

58 Commits (31681a3a27d1f36a980a044479a5948b4310ebe5)

Author SHA1 Message Date
Thomas Müller 6b9ae27b90 drop file cache migration OC5 -> OC6 11 years ago
Bjoern Schiessle 4562909a20 get trash size from file cache 11 years ago
Vincent Petry 7f24d42ca5 Propagate unencrypted_size up to the file cache root 11 years ago
Robin Appelman 3487a95eab Remove fileid parameter for getFolderContent 11 years ago
Robin Appelman dd98e6333f Split getFolderContentById 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
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Robin Appelman 0ae4022fb4 Also clean up the filecache table when deleting a storage entry 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
Robin Appelman 203d5d01ca Use storage_mtime when determining if we can reuse cached data while scanning 11 years ago
Vincent Petry 4faba49f0a Fix calculated folder size to use unencrypted size 11 years ago
Vincent Petry 5be4af9f51 Now also preventing to override "files" dir size with -1 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 12 years ago
Bjoern Schiessle 466ed01e5d correctFolder() already resolves the dirname internally 12 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 12 years ago
Vincent Petry 43b1cf7988 Redetect mime type whenever extension is renamed 12 years ago
Vincent Petry 3e2fd9942b Root size for home storage is now size of "files" subdir 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 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
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
Robin Appelman b3626f34cd Update the parent folders storage_mtime on write and delete to prevent rescans 12 years ago
Andreas Fischer b3e39dd3d9 Map empty mimetypes to octet-stream for Oracle DBMS. 12 years ago
Robin Appelman e273c14540 use the new home storage backend when no existing local storage backend exists for the user's home 12 years ago
Thomas Müller 8253994262 using array_diff_assoc to detect diffs in values as well 12 years ago
Thomas Müller f619f59f1c cast storage_mtime to int 12 years ago
Thomas Müller c5b8963b18 log the data arrays 12 years ago
Thomas Müller 88d1e20d56 some logging added .... 12 years ago
Vincent Petry a542c57a7b Catch duplicate insertion errors while scanning files 12 years ago
Victor Dubiniuk 8da1aac1d0 Check result only once 12 years ago
Victor Dubiniuk ef65037211 Make mimetypes static. Jenkis will be happy 12 years ago
Victor Dubiniuk 65750cb244 Load all mimetypes in one go 12 years ago
Thomas Müller 78c60c25c8 only perform files upgrade in case there are actually entries in the old fscache table 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago