Commit Graph

272 Commits (edd37c779d6e6ef79589912c85f382138ff54a7a)

Author SHA1 Message Date
Jörn Friedrich Dreyer 606b672a3d always connect file cache updater hooks first 12 years ago
Arthur Schiwon 2fa34d6772 Make FileCache upgrade more robust, fixes #2650 12 years ago
Arthur Schiwon e3b733f23d allow Storages to join MountPoint initialization 12 years ago
Robin Appelman 258ad38fd3 Fix touch for creating new files 12 years ago
OpenLarry 49313b334a fixes #2679 12 years ago
Bart Visscher a07a8794b8 Add mimetype filter to getDirectoryContent function 12 years ago
Thomas Mueller d069ee8a8b fixes #2792 - only touch if writable 12 years ago
Bart Visscher 50fb13c861 Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Common 12 years ago
Arthur Schiwon e75406e712 PostreSQL compatibility, fixes #2666 12 years ago
Jörn Friedrich Dreyer aa103bd5b3 supress write hook for .part files 12 years ago
Jörn Friedrich Dreyer 4a70315ad1 ignore files in scanFile instead of scan to catch all occurences. 12 years ago
Arthur Schiwon 78c694b6ee Cache: on equal mtime also for equal size before keeping ETag, at least makes Unit Test happy 12 years ago
Arthur Schiwon 3d29a82150 Cache: Do not overwrite ETag when file did not change 12 years ago
Arthur Schiwon 2a2d409733 Only prepare an SQL statement once. 12 years ago
Arthur Schiwon 1d676fb0e6 Add PHPDoc 12 years ago
Arthur Schiwon d9e07ca60a Adjust to Icewind's fix 12 years ago
Robin Appelman 1a874b9106 Cache: fix property path for getting legacy etag 12 years ago
Robin Appelman 19c7d9c3dc Port Icewind's fix I 12 years ago
Arthur Schiwon 5fc276602a Change LIMIT in DB query respectively remove where not necessary 12 years ago
Arthur Schiwon e2afd0cb42 Upgrade FileCache on ownCloud upgrade for all users with files 12 years ago
Arthur Schiwon 9d25058905 Performance: prepare queries only once 12 years ago
Arthur Schiwon 7839ec5093 Fix lost ETag on Cache Upgrade 12 years ago
Björn Schießle d16dd1ad2a listen to touch hook to update the mtime after sync 12 years ago
Robin Appelman 0e55b61169 Improve phpdoc for the filecache 12 years ago
Robin Appelman 6326a3a9f7 Some improvements for the Storage phpdoc 12 years ago
Robin Appelman e5f8acf4c0 Add phpdoc documentation to the Storage interface 12 years ago
Thomas Mueller 268d4a525d some more test cases & fix on file name generation with index 12 years ago
Thomas Mueller 0fff3c9698 adding extension to slugified physical path 12 years ago
Jörn Friedrich Dreyer 39665cfa6b fix npe when createStorage() returns null 12 years ago
Michael Gapczynski c69dc3483a Add error handling to the file cache upgrade 12 years ago
Robin Appelman 32b8fd8fb7 Improve handeling of unlimited max upload size 12 years ago
Andreas Schönebeck 387be37427 Filter display of blacklisted files 12 years ago
Robin Appelman ed83597371 Return unknown freespace if the free_space call failed 12 years ago
Björn Schießle abe408e934 replace \MDB with \OC_DB, approved in #2278 12 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 :-( 12 years ago
Thomas Mueller a05820c659 fixing various filesystem/storage unit tests on windows 12 years ago
Thomas Mueller eedbebd40e adding //IGNORE to iconv to prevent nasty php warnings 12 years ago
Thomas Mueller 06992fec6d slug generates uniqid in case the file/folder name contains not one single valid character 12 years ago
Thomas Mueller 0900301668 indexed slug should be created based on logic path 12 years ago
Michael Gapczynski 8a5946fadc Fix variable for mounting for all users, fix #357 12 years ago
Robin Appelman be4806d031 Store the global mount configuration file in the datadir 12 years ago
Robin Appelman 1d3beffacf Cache: better rename hook for cache updater 12 years ago
Björn Schießle 8d26400cb5 remove some debug output; move code to the right function 12 years ago
Michael Gapczynski a5cab28bea Fix fetching source path of shared files 12 years ago
Björn Schießle 48bb53030c distinguish between touch and write 12 years ago
Michael Gapczynski 71bdccf347 Chunk size comment should say kB, not MB 12 years ago
Robin Appelman 9d9acf24de Cache: more efficient detection for existing entries during upgrade 12 years ago
Robin Appelman 56ae4bb6e9 Cache: also check if the file id is already in the cache during upgrade 12 years ago
Robin Appelman ee1eb98d4a Cache: cleanup permissions cache when removing a file from the cache 12 years ago
Robin Appelman f7a43391a7 Cache: add option to delete file from permissions cache for all users 12 years ago