Commit Graph

260 Commits (aa103bd5b32fc45e5594976c59cd7680bff60d2d)

Author SHA1 Message Date
Jörn Friedrich Dreyer aa103bd5b3 supress write hook for .part files 14 years ago
Jörn Friedrich Dreyer 4a70315ad1 ignore files in scanFile instead of scan to catch all occurences. 14 years ago
Arthur Schiwon 78c694b6ee Cache: on equal mtime also for equal size before keeping ETag, at least makes Unit Test happy 14 years ago
Arthur Schiwon 3d29a82150 Cache: Do not overwrite ETag when file did not change 14 years ago
Arthur Schiwon 2a2d409733 Only prepare an SQL statement once. 14 years ago
Arthur Schiwon 1d676fb0e6 Add PHPDoc 14 years ago
Arthur Schiwon d9e07ca60a Adjust to Icewind's fix 14 years ago
Robin Appelman 1a874b9106 Cache: fix property path for getting legacy etag 14 years ago
Robin Appelman 19c7d9c3dc Port Icewind's fix I 14 years ago
Arthur Schiwon 5fc276602a Change LIMIT in DB query respectively remove where not necessary 14 years ago
Arthur Schiwon e2afd0cb42 Upgrade FileCache on ownCloud upgrade for all users with files 14 years ago
Arthur Schiwon 9d25058905 Performance: prepare queries only once 14 years ago
Arthur Schiwon 7839ec5093 Fix lost ETag on Cache Upgrade 14 years ago
Björn Schießle d16dd1ad2a listen to touch hook to update the mtime after sync 14 years ago
Robin Appelman 0e55b61169 Improve phpdoc for the filecache 14 years ago
Robin Appelman 6326a3a9f7 Some improvements for the Storage phpdoc 14 years ago
Robin Appelman e5f8acf4c0 Add phpdoc documentation to the Storage interface 14 years ago
Thomas Mueller 268d4a525d some more test cases & fix on file name generation with index 14 years ago
Thomas Mueller 0fff3c9698 adding extension to slugified physical path 14 years ago
Jörn Friedrich Dreyer 39665cfa6b fix npe when createStorage() returns null 14 years ago
Michael Gapczynski c69dc3483a Add error handling to the file cache upgrade 14 years ago
Robin Appelman 32b8fd8fb7 Improve handeling of unlimited max upload size 14 years ago
Andreas Schönebeck 387be37427 Filter display of blacklisted files 14 years ago
Robin Appelman ed83597371 Return unknown freespace if the free_space call failed 14 years ago
Björn Schießle abe408e934 replace \MDB with \OC_DB, approved in #2278 14 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 :-( 14 years ago
Thomas Mueller a05820c659 fixing various filesystem/storage unit tests on windows 14 years ago
Thomas Mueller eedbebd40e adding //IGNORE to iconv to prevent nasty php warnings 14 years ago
Thomas Mueller 06992fec6d slug generates uniqid in case the file/folder name contains not one single valid character 14 years ago
Thomas Mueller 0900301668 indexed slug should be created based on logic path 14 years ago
Michael Gapczynski 8a5946fadc Fix variable for mounting for all users, fix #357 14 years ago
Robin Appelman be4806d031 Store the global mount configuration file in the datadir 14 years ago
Robin Appelman 1d3beffacf Cache: better rename hook for cache updater 14 years ago
Björn Schießle 8d26400cb5 remove some debug output; move code to the right function 14 years ago
Michael Gapczynski a5cab28bea Fix fetching source path of shared files 14 years ago
Björn Schießle 48bb53030c distinguish between touch and write 14 years ago
Michael Gapczynski 71bdccf347 Chunk size comment should say kB, not MB 14 years ago
Robin Appelman 9d9acf24de Cache: more efficient detection for existing entries during upgrade 14 years ago
Robin Appelman 56ae4bb6e9 Cache: also check if the file id is already in the cache during upgrade 14 years ago
Robin Appelman ee1eb98d4a Cache: cleanup permissions cache when removing a file from the cache 14 years ago
Robin Appelman f7a43391a7 Cache: add option to delete file from permissions cache for all users 14 years ago
Robin Appelman 52dccd4aa1 Storage: don't throw warnings when a stat fails 14 years ago
Robin Appelman 6b33a23a51 Code style 14 years ago
Bart Visscher bb75dfc021 Whitespace fixes 14 years ago
Björn Schießle d8137fdf66 return both, count and result if the operation succeeded or failed. Maybe in some cases it is useful to know how much bytes where copied 14 years ago
Robin Appelman 62c65bc1c8 Add OC\Files\Filesystem::isFileBlacklisted 14 years ago
Björn Schießle 5b94959686 using the number of writen bytes as indicator if streamCopy() was successfully. Instead check if fwrite returns the number of bytes or false 14 years ago
Georg Ehrke f51d8c1cd9 fix order of mount commands 14 years ago
Robin Appelman d96146a017 Give storage backends the option to define having no known free space 14 years ago
Robin Appelman 6da2c6c83e Create new mountconfig files in json 14 years ago