Commit Graph

253 Commits (21fd2d83171487032a0476e91ee49f2f2f094eaa)

Author SHA1 Message Date
Tigran Mkrtchyan f41209a061 config: add a switch to control truncate before update 4 years ago
Tigran Mkrtchyan 8fc4cf67f1 files: remove destination file before copying new content (WORM) 4 years ago
Git'Fellow 5300f0d693
Switch logical operators (and|or) 4 years ago
Robin Appelman bd91c56539
get quota for user only when needed 4 years ago
Tigran Mkrtchyan b6065a236f files: make OC\Files\Storage\Local WORM friendly 4 years ago
Robin Appelman 1374cbee3e store unencrypted size in the unencrypted_size column 4 years ago
Robin Appelman 5e375d9092 Revert "store unencrypted size in the unencrypted_size column" 4 years ago
Carl Schwan d5c23dbb9f Move CappedMemoryCache to OCP 4 years ago
Martin Brugnara 7409569994
Expose umask override value as config parameter: localstorage.umask 4 years ago
Robin Appelman 8238582e59
store unencrypted size in the unencrypted_size column 4 years ago
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
Tiramisu Mokka 8190441335
files: close open directory file descriptor on error path 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 5 years ago
Vincent Petry db29fd29ee
Return false in hasUpdated when storage is not available 5 years ago
alanmeeson 16f70e8647 Add type hint to fread_block $blockSize param & apply cs:fix. 5 years ago
Alan Meeson 44c332a46e Fix truncation of files upon read when using object store and encryption. 5 years ago
Carl Schwan 9408f8ae69
Fix security issues when copying groupfolder with advanced ACL 5 years ago
Robin Appelman b3766fc99b
make param names consistent with interface for copy directory polyfill 5 years ago
acsfer 98eac0fc05
Simplify :) 5 years ago
acsfer 8a8df49bc0
Replace `file_exists()` method by `is_file()` 5 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