Commit Graph

272 Commits (c50dfd725142abdbad93dbcf01fe13193445386a)

Author SHA1 Message Date
Jörn Friedrich Dreyer 606b672a3d always connect file cache updater hooks first 14 years ago
Arthur Schiwon 2fa34d6772 Make FileCache upgrade more robust, fixes #2650 14 years ago
Arthur Schiwon e3b733f23d allow Storages to join MountPoint initialization 14 years ago
Robin Appelman 258ad38fd3 Fix touch for creating new files 14 years ago
OpenLarry 49313b334a fixes #2679 14 years ago
Bart Visscher a07a8794b8 Add mimetype filter to getDirectoryContent function 14 years ago
Thomas Mueller d069ee8a8b fixes #2792 - only touch if writable 14 years ago
Bart Visscher 50fb13c861 Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Common 14 years ago
Arthur Schiwon e75406e712 PostreSQL compatibility, fixes #2666 14 years ago
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