Commit Graph

409 Commits (2bc77a3c5aff352cdc19aa683bbb36da2ff20b01)

Author SHA1 Message Date
Côme Chilliet 546d94c3ec
Fix file_get_content signatures to make it clear it can return false 3 years ago
Robin Appelman 05dc96f60d
debug log requests made by dav external storage/shares 3 years ago
Robin Appelman 570b64aafc
handle not being able to write file for notify self-test 3 years ago
Côme Chilliet 426c0341ff
Use typed version of IConfig::getSystemValue as much as possible 3 years ago
Robin Appelman 649bed5154
fix unencrypted_size for files when scanning 3 years ago
Robin Appelman 15a6920b07
fix encryption wrapper filesize for non existing files 3 years ago
Côme Chilliet ea05544213
Fix return type of methods returning false on error 3 years ago
Côme Chilliet 4393b96542
Remove unused method getLocalFolder 3 years ago
Côme Chilliet 8104d9f5d8
Remove useless coalescing operator on non-null return value 3 years ago
Côme Chilliet da618c457a
Fix quota typing for 32bits after forward port from 25 3 years ago
Côme Chilliet 3f84d41226
Silence a warning from psalm with explanation 3 years ago
Côme Chilliet 1740311283
Adapt types of subclasses 3 years ago
Côme Chilliet ed863fb47c
Make it clear that file sizes may be float on 32bits 3 years ago
Vincent Petry c6b683342e
Remove quota value type for 32-bit systems 3 years ago
Git'Fellow 28231ae515
Add function_exists() check 3 years ago
Git'Fellow 9ac065fb92
Fix free space problems 3 years ago
Côme Chilliet 308fcf4526
Respect OCP interface in private classes 3 years ago
Côme Chilliet d9dbed9105
Fix psalm errors related to filesizes 3 years ago
Côme Chilliet ff776a90b1
Strong type filesize related methods to ease 32bits problem findings 3 years ago
Côme Chilliet e156f8339c
Revert "remove 32-bit workarounds" 3 years ago
Richard Steinmetz f0a3b77d0f fix(encryption): don't throw on missing file 3 years ago
Robin Appelman 33b90d28f8 fix moving files of encrypted local storage to unencrypted local storage 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Côme Chilliet a7740c0ae6
Suppress last psalm error until upstream fix is released and included 3 years ago
Côme Chilliet a372564850
Fix psalm spotted errors with new requirements 3 years ago
Robin Appelman e3a0e64698
clear is-encrypted cache when trying to fix encrypted version 3 years ago
Robin Appelman e9b87c73fa
fix reading newly written encrypted files before their cache entry is written 3 years ago
szaimen 3f7c620f26 fix psalm 3 years ago
szaimen dd8774389e remove 32-bit workarounds 3 years ago
Carl Schwan a5ea677370 Rename file1 and file2 to source and target in Storage abstraction 3 years ago
Robin Appelman cb51564356 trigger a rescan when trying to fopen a file that exists in cache but not on disk 3 years ago
Tigran Mkrtchyan f41209a061 config: add a switch to control truncate before update 3 years ago
Tigran Mkrtchyan 8fc4cf67f1 files: remove destination file before copying new content (WORM) 3 years ago
Git'Fellow 5300f0d693
Switch logical operators (and|or) 3 years ago
Robin Appelman bd91c56539
get quota for user only when needed 3 years ago
Tigran Mkrtchyan b6065a236f files: make OC\Files\Storage\Local WORM friendly 3 years ago
Robin Appelman 1374cbee3e store unencrypted size in the unencrypted_size column 3 years ago
Robin Appelman 5e375d9092 Revert "store unencrypted size in the unencrypted_size column" 3 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