Commit Graph

208 Commits (f432dd2e2ea9fe4e7c19d5ea9d60481e662a0367)

Author SHA1 Message Date
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
Julius Härtl bc3c46362a Make sure that a empty directory can still be deleted when copied from another storage 4 years ago
Carl Schwan 28970563a2
Remove some mentions of ownCloud from our api documentation 4 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 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
Morris Jobke dc479aae2d
Improve CertificateManager to not be user context dependent 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
J0WI 68ce17e59b Unify links to php.net 5 years ago
Morris Jobke 063ac9d353
Do not fetch the normalized full path again if it is already available 5 years ago
Julius Härtl 87e5fd0d2c
Check if quota should be applied to path when creating directories 5 years ago
Robin Appelman 2879472f81
trim slashes 5 years ago
Julius Härtl 7512dc2b34
Set proper root path for single file shares originating from other storages 5 years ago
Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 5 years ago
Roeland Jago Douma 2bbb848c31
Add legacy scanning command 5 years ago
Robin Appelman ad7798f9c9
use exceptions for error signaling in writeStream 6 years ago
Robin Appelman 5949849322
fix moving files from external storage to object store trashbin 6 years ago
Robin Appelman e357d46863
filter files containing a hash in the path for ftp storages 6 years ago
J0WI 356bc50420 Only clear the realpath cache 6 years ago
J0WI ea08a01999 clearstatcache() on rmdir 6 years ago
Robin Appelman da2d425044
add proper paths to locking exceptions 6 years ago
Daniel Kesselberg e984357cfc
Set retry = false for forbidden exception. 6 years ago
Robin Appelman 35d75dbb38
relax permissions mask check for detecting part file rename 6 years ago