Commit Graph

112 Commits (c50dfd725142abdbad93dbcf01fe13193445386a)

Author SHA1 Message Date
Arthur Schiwon 2fa34d6772 Make FileCache upgrade more robust, fixes #2650 13 years ago
OpenLarry 49313b334a fixes #2679 13 years ago
Arthur Schiwon e75406e712 PostreSQL compatibility, fixes #2666 13 years ago
Jörn Friedrich Dreyer aa103bd5b3 supress write hook for .part files 13 years ago
Jörn Friedrich Dreyer 4a70315ad1 ignore files in scanFile instead of scan to catch all occurences. 13 years ago
Arthur Schiwon 78c694b6ee Cache: on equal mtime also for equal size before keeping ETag, at least makes Unit Test happy 13 years ago
Arthur Schiwon 3d29a82150 Cache: Do not overwrite ETag when file did not change 13 years ago
Arthur Schiwon 2a2d409733 Only prepare an SQL statement once. 13 years ago
Arthur Schiwon 1d676fb0e6 Add PHPDoc 13 years ago
Arthur Schiwon d9e07ca60a Adjust to Icewind's fix 13 years ago
Robin Appelman 1a874b9106 Cache: fix property path for getting legacy etag 13 years ago
Robin Appelman 19c7d9c3dc Port Icewind's fix I 13 years ago
Arthur Schiwon 5fc276602a Change LIMIT in DB query respectively remove where not necessary 13 years ago
Arthur Schiwon e2afd0cb42 Upgrade FileCache on ownCloud upgrade for all users with files 13 years ago
Arthur Schiwon 9d25058905 Performance: prepare queries only once 13 years ago
Arthur Schiwon 7839ec5093 Fix lost ETag on Cache Upgrade 13 years ago
Björn Schießle d16dd1ad2a listen to touch hook to update the mtime after sync 13 years ago
Robin Appelman 0e55b61169 Improve phpdoc for the filecache 13 years ago
Michael Gapczynski c69dc3483a Add error handling to the file cache upgrade 13 years ago
Andreas Schönebeck 387be37427 Filter display of blacklisted files 13 years ago
Björn Schießle abe408e934 replace \MDB with \OC_DB, approved in #2278 13 years ago
Thomas Mueller 9d4d399aa3 write error message to log file in case insert to file cache failed - took hours to find that the insert failed :-( 13 years ago
Robin Appelman 1d3beffacf Cache: better rename hook for cache updater 13 years ago
Robin Appelman 9d9acf24de Cache: more efficient detection for existing entries during upgrade 13 years ago
Robin Appelman 56ae4bb6e9 Cache: also check if the file id is already in the cache during upgrade 13 years ago
Robin Appelman ee1eb98d4a Cache: cleanup permissions cache when removing a file from the cache 13 years ago
Robin Appelman f7a43391a7 Cache: add option to delete file from permissions cache for all users 13 years ago
Bart Visscher bb75dfc021 Whitespace fixes 13 years ago
Robin Appelman 0c1ec758e8 Cache: hash long storage ids to ensure they fit in the database 13 years ago
Thomas Mueller 78a3625ddf final adoptions for mssql connectivity 13 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 13 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 13 years ago
Thomas Mueller b31cc83a2d $this->numericId should be determined based on table storages not filecache 13 years ago
Robin Appelman b54dcd1999 Cache: fix scanner trying to use existing data when file isn't in cache 13 years ago
Thomas Mueller f2baf1ae0e fixing syntax error 13 years ago
Robin Appelman e1fe5279dd Cache: also preserve etags for files 13 years ago
irgsmirx 062befd1fc Update lib/files/cache/legacy.php 13 years ago
Robin Appelman 2921d2fb78 Cache: don't create a new etag when the mtime hasn't changed 13 years ago
Robin Appelman d84c3cd014 Cache: actually use parameter 13 years ago
Robin Appelman 299649b40e Cache: reuse known folder sizes when doing a shallow scan 13 years ago
Robin Appelman 56d10e9054 Cache: simplify scanner logic a bit when handeling with unknown folder sizes 13 years ago
Jörn Friedrich Dreyer 1263511a17 append .part to put files 13 years ago
Administrator 4e5a3fbcaf - Fixed indentations. 13 years ago
Jörn Friedrich Dreyer 420b63cbe4 fix empty path handling 13 years ago
TheSFReader d03155a8d5 translate the mimtype/mimepart to readable in the searchByMime function 13 years ago
TheSFReader 42d59d5a16 Remove a warning by making sure the renamed file is a dir before trying and opening it 13 years ago
Robin Appelman af3b0e30ed Cache: don't insert duplicated during upgrade 13 years ago
Robin Appelman 9e2a066c7b Cache: add function to get storage id and internal path of a file by id 13 years ago
Robin Appelman 42a1a17a30 Cache: return non numberic storage id 13 years ago
Michael Gapczynski 664f33a29c Update mtimes of all parent folders after change inside 13 years ago