Commit Graph

87 Commits (d39216c5e76b32c496ff39c19bddfbc4fa4247ac)

Author SHA1 Message Date
ringmaster 19f0c47842 Missed one. 12 years ago
ringmaster 16ae63bdfd Updates per comments on PR: 12 years ago
Andreas Fischer 0bae68017e Cast to number instead of integer in OC\Files\Cache\HomeCache 12 years ago
Andreas Fischer a34aa1959a Cast to number instead of integer in OC\Files\Cache\Cache 12 years ago
ringmaster f79948f519 Prevent apps from affecting the scanner via hook. 12 years ago
ringmaster 3d1ba574e4 Change visibility of scanner internals 12 years ago
ringmaster 26d169b27c Use 'filesystem_check_enable' as a config option. 12 years ago
ringmaster 3b287f8274 Allow the default behavior to come from the config. 12 years ago
ringmaster fdf26c5a3f Rename variable to something more appropriate. 12 years ago
ringmaster 645e7035a4 Allow apps to control via a hook to skip adding/removing a file during filescan 12 years ago
Robin Appelman ff1f341d97 Fix phpdoc 12 years ago
Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago
Vincent Petry 05dc694c5c Fix getPathById for Oracle 12 years ago
Robin Appelman b42ce6c30a Prevent error if previously cached data doesn't have an etag 13 years ago
Robin Appelman 0c2585f3ac Improve phpdoc 13 years ago
Robin Appelman f331d5f9d4 Give storages the option to implement the getById behaviour for View->getPath 13 years ago
Thomas Müller 6b9ae27b90 drop file cache migration OC5 -> OC6 13 years ago
Bjoern Schiessle 4562909a20 get trash size from file cache 13 years ago
Vincent Petry 7f24d42ca5 Propagate unencrypted_size up to the file cache root 13 years ago
Robin Appelman 06c6163265 Check if fields we need are actually set to prevent errors 13 years ago
Robin Appelman c87658feda Fix updater when getFileInfo fails 13 years ago
Robin Appelman da386aad59 Allow re-using already known fileinfo when calculating folder sizes 13 years ago
Robin Appelman 3487a95eab Remove fileid parameter for getFolderContent 13 years ago
Robin Appelman dd98e6333f Split getFolderContentById 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
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 13 years ago
Robin Appelman 0ae4022fb4 Also clean up the filecache table when deleting a storage entry 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
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 5be4af9f51 Now also preventing to override "files" dir size with -1 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
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 3e2fd9942b Root size for home storage is now size of "files" subdir 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 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