Commit Graph

241 Commits (cb73fe26b818cfdb8fbf07116cd8e970a9cdc708)

Author SHA1 Message Date
Côme Chilliet 2b07031d3e
composer run cs:fix 4 years ago
Côme Chilliet 23f7a37c03
Remove ILogger usages in lib/private/Files/Storage 4 years ago
Robin Appelman 468d6a9cf1
ignore forbidden files while scanning local storage 4 years ago
Robin Appelman f9a5fb99fd
use the same cached propfind for free space for dav storage 4 years ago
Max Kunzelmann 2952c7d01f Use the null coalescing operator to set the value of `size`. 4 years ago
Côme Chilliet e8c1f75064
Fixing psalm errors 4 years ago
Côme Chilliet 6be7aa112f
Migrate from ILogger to LoggerInterface in lib/private 4 years ago
Max Kunzelmann 3a135f0c5f Set `mtime` to null instead of false if `getlastmodified` does not exist. 4 years ago
Max Kunzelmann e0a5fe649a Fix typo. 4 years ago
Max Kunzelmann ee888875bb Fixes the undefined index error with the DAV property getlastmodified 4 years ago
Robin Appelman 84f464550a
some file scanner performance improvements 4 years ago
Côme Chilliet 5cca86ce19
Remove redundant if clause 4 years ago
Côme Chilliet 35dcda36a3
Fix OC\Files\Storage\DAV::hasUpdated when cache is not set 4 years ago
Carl Schwan cbf9064b8e
Fix psalm issues 4 years ago
Carl Schwan 695165260f
Add helper method in Wrapper 4 years ago
Jonas Meurer a2f4c62c19
updateEncryptedVersion: cleanup on target if cache already got renamed 4 years ago
Vincent Petry be590df588
Fix fail when keys/files folder already exists 4 years ago
Vincent Petry 6f81e60bce
Check resource before closing in encryption wrapper 4 years ago
Joas Schilling 65d79bb592
Check for invalid characters before trimming 4 years ago
acsfer 152e2bfdaa
Check for `disk_free_space` 4 years ago
Vincent Petry c92a0e4152
Normalize directory entries in Encoding wrapper 4 years ago
Vincent Petry 93fb33d863
Update lib/private/Files/Storage/Wrapper/Availability.php add void 4 years ago
Vincent Petry db29fd29ee
Return false in hasUpdated when storage is not available 4 years ago
alanmeeson 16f70e8647 Add type hint to fread_block $blockSize param & apply cs:fix. 4 years ago
Alan Meeson 44c332a46e Fix truncation of files upon read when using object store and encryption. 4 years ago
Carl Schwan 9408f8ae69
Fix security issues when copying groupfolder with advanced ACL 4 years ago
Robin Appelman b3766fc99b
make param names consistent with interface for copy directory polyfill 4 years ago
acsfer 98eac0fc05
Simplify :) 4 years ago
acsfer 8a8df49bc0
Replace `file_exists()` method by `is_file()` 4 years ago
acsfer 3a25183b66 Get `filesize()` if `file_exists()` 4 years ago
Daniel Kesselberg be3f4edf1f
explicitly close source stream on encryption storage 4 years ago
Daniel Kesselberg e60a829b42
explicitly close source stream on local storage 4 years ago
acsfer 9324a74bba Handle files with is_file instead of file_exists 5 years ago
Julius Härtl bc3c46362a Make sure that a empty directory can still be deleted when copied from another storage 5 years ago
Carl Schwan 28970563a2
Remove some mentions of ownCloud from our api documentation 5 years ago
Lukas Reschke 28359571de Remove Flysystem storage class 5 years ago
Rid 0469acfb20 Fix scanner mistaking socket files for directories 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Robin Appelman ed2d02d5f1
better cleanup of user files on user deletion 5 years ago
Robin Appelman aee4caed07
show better error messages when a file with a forbidden path is encountered 5 years ago
Robin Appelman e5dc1a8085
Set umask before operations that create local files 5 years ago
Robin Appelman 7995c6e1dc
dont return private storage interface from public mount interface 5 years ago
Robin Appelman c87b1a50d9 apply object store copy optimization when 'cross storage' copy is within the same object store 5 years ago
Roeland Jago Douma 618805b14f Fix RedundantPropertyInitializationCheck 5 years ago
Robin Appelman b844293536 catch notfound and forbidden exception in smb::getmetadata 5 years ago
dependabot-preview[bot] eb502c02ff
Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 5 years ago
Robin Appelman d182043e83
explicitly set permissions on newly created folders 5 years ago
Jasper Knockaert 40fde94b4d
fix even more brackets 5 years ago
Jasper Knockaert 252d1ae512
fix brakcets 5 years ago
Jasper Knockaert f9a0380eb1
consolidation of boolean expression 5 years ago