Commit Graph

229 Commits (d9c079937726bfa37a48ef8a2f206741f3fa12e3)

Author SHA1 Message Date
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()` 5 years ago
Daniel Kesselberg be3f4edf1f
explicitly close source stream on encryption storage 5 years ago
Daniel Kesselberg e60a829b42
explicitly close source stream on local storage 5 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
Johannes Leuker ac88bcbd5f Add 'allow Symlinks' as an option to config.php 5 years ago
Morris Jobke 24d436cb60
Remove unneeded casts that were found by Psalm 5 years ago
Jasper Knockaert 81e3ae4753
avoid fread on directories and unencrypted files 5 years ago
Julius Härtl 98560c80ea
Properly handle result when copying with failure and throw in tests 5 years ago
Christoph Wurst 9ce3ea3368
Update license headers 5 years ago
Christoph Wurst 73c7d0dc81
Bump icewind/streams from 0.7.1 to 0.7.2 5 years ago
Tigran Mkrtchyan 4f2dc18f58 storage: update IStorage#file_put_contents docs to match usage 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Tigran Mkrtchyan f3513f3fe4 files: Local#writeStream should use it's own file_put_contents 5 years ago
aler9 ac0c7a8fe0 Fix file size computation on 32bit platforms 5 years ago
John Molakvoæ (skjnldsv) 6a453ac184
Make sure root storage is valid before checking its size 5 years ago