Commit Graph

456 Commits (affeea8c72db3f82bd0cee82c8a08d016bd3d72f)

Author SHA1 Message Date
Vincent Petry ebba54d490 Fix numeric storage id for cache wrapper 12 years ago
Jörn Friedrich Dreyer 0f17486c1d make path absolute 12 years ago
Robin Appelman f4701d7721 Add public api for mount configurations 12 years ago
Jörn Friedrich Dreyer 7ef6df04da remove triggerupdate, ref #11872 12 years ago
Robin Appelman 672495a1a3 make \OC\Files\Node\Node implement the FileInfo interface 12 years ago
Robin Appelman 1bbb18fe87 also clear statcache in mapped local 12 years ago
Robin Appelman db3f7238dd Clear statcache before getting the mtime from local storage backends 12 years ago
Robin Appelman 33b64868d7 Add storage and cache wrappers to apply a permissions mask to a storage 12 years ago
Robin Appelman abb6e89c5d Add storage and cache wrappers to jail a storage to a subfolder 12 years ago
Joas Schilling 7761f0288e Also clearstatcache() in MappedLocal before using the stats 12 years ago
Joas Schilling 50f85bfd1f Check whether file exists before trying to touch() it 12 years ago
Joas Schilling c5427da76d Check return of disk_free_space before returning it 12 years ago
Joas Schilling 1062f4fe44 Check file existance in MappedLocal in hasUpdated() 12 years ago
Joas Schilling b886d3d645 Make MappedLocal::isLocal() true like for Local 12 years ago
Joas Schilling 4f1bbc4fd5 Remove unused 2nd parameter of buildPath() and rename to getSourcePath() 12 years ago
Joas Schilling 20237fba47 Introduce getSourcePath() in Storage\Local to reduce the difference to MappedLocal 12 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 12 years ago
Joas Schilling bb540722cd Use base class to reset the file mapper 12 years ago
Lukas Reschke 6535540dcd Check if the size field is available 12 years ago
Joas Schilling 0ab973a3a6 Make it possible to cleanPath() absolute Windows paths 12 years ago
Lukas Reschke da31177a8f Remove debug statement 12 years ago
Vincent Petry 4b943a4810 Fix root path handling for WebDAV ext storage 12 years ago
Bjoern Schiessle f27b6b0ab8 don't scan part files 12 years ago
Robin Appelman d26a427f92 Also propagate etag changes when the watcher finds a changed file 12 years ago
Robin Appelman 2974d4d380 Reset the users setup after clearing mounts 12 years ago
Robin Appelman 3f63f4b6b1 Only mount the storages for the user once 12 years ago
Robin Appelman 283c10f010 Generate stable etags for local files 12 years ago
Lukas Reschke b3a04840b5 Add type hinting to functions 12 years ago
Robin Appelman 16cfca6a5f Better reuse of cache data for getFolderContents 12 years ago
Robin Appelman 0a3f57f832 Pass the cached data to the filesystem watcher 12 years ago
Jörn Friedrich Dreyer ca0e3fdfea throw exception in writeBack, the returned boolean is checked nowhere 12 years ago
Jörn Friedrich Dreyer 9b0f0df7f5 make skeleton compatible with objectstore 12 years ago
Jörn Friedrich Dreyer 0254a3c406 make trashbin compatible with objectstore, replace glob with search in cache, make unknown free space work like unlimited free space 12 years ago
Vincent Petry ab5149f5df Allow specifying protocol in ext storage OC config 12 years ago
Vincent Petry d485c0098d Retrieve storage numeric id earlier when still available 12 years ago
Jörn Friedrich Dreyer 3427976bb6 strict comparison 12 years ago
Jörn Friedrich Dreyer aa3ad898a9 fix amazon s3 issues 12 years ago
Vincent Petry 6585eaa5df Added failing unit tests for mount config hooks 12 years ago
Robin Appelman ccb4475a8d Expose creatable permissions trough fileinfo 12 years ago
Robin Appelman f88021dbbc Don't keep the full info of all children in memory 12 years ago
Lukas Reschke 6eeb905871 Do only follow HTTP and HTTPS redirects 12 years ago
Jörn Friedrich Dreyer f83689e1be in quota wrapper use === instead of ! for better readability and as in other wrappers 12 years ago
Jörn Friedrich Dreyer 561a7e47cd return boolean in Ciose::stream_seek 12 years ago
Jörn Friedrich Dreyer b752cb98d8 return boolean in OC::stream_seek 12 years ago
Robin Appelman 0c03b2bdd5 Use ILIKE in cache search 12 years ago
Lukas Reschke 33c0d2f743 Fix mapping of relative paths 12 years ago
Robin Appelman 2f22e67570 Also check if the file itself is updatable 12 years ago
Robin Appelman d25a9a118f Check if a folder is deletable before we try to recursively delete it 12 years ago
Robin Appelman ab79caf29b Check if the parent is writable to check if a file is deletable 12 years ago
Robin Appelman fa2b385d33 Fix method name 12 years ago